mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-15 18:10:46 +08:00
41 lines
907 B
JSON
41 lines
907 B
JSON
{
|
|
"name": "@fesjs/preset-built-in",
|
|
"version": "2.0.22",
|
|
"description": "@fesjs/preset-built-in",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-preset-built-in"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/compiler": "^2.0.5",
|
|
"@fesjs/utils": "^2.0.4",
|
|
"body-parser": "^1.19.0",
|
|
"cookie": "^0.4.2",
|
|
"cookie-parser": "^1.4.5",
|
|
"envinfo": "^7.7.3",
|
|
"mime": "^3.0.0",
|
|
"mockjs": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/compiler-sfc": "^3.0.5"
|
|
}
|
|
}
|