mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
38 lines
741 B
JSON
38 lines
741 B
JSON
{
|
|
"name": "@webank/fes-preset-built-in",
|
|
"version": "2.0.0",
|
|
"description": "@webank/fes-preset-built-in",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"authors": [
|
|
""
|
|
],
|
|
"license": "MIT",
|
|
"bugs": "",
|
|
"homepage": "",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@umijs/utils": "^3.2.24",
|
|
"@umijs/bundler-webpack": "^3.2.23",
|
|
"@umijs/server": "^3.2.23",
|
|
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
|
|
"@vue/compiler-sfc": "^3.0.4",
|
|
"@webank/fes-core": "^2.0.0",
|
|
"cliui": "6.0.0",
|
|
"vue-loader": "^16.1.2",
|
|
"html-webpack-plugin": "^3.2.0"
|
|
}
|
|
}
|