mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-16 02:20:52 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@webank/fes-preset-built-in",
|
|
"version": "2.0.0-alpha.2",
|
|
"description": "@webank/fes-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": {
|
|
"@umijs/bundler-webpack": "3.3.3",
|
|
"@umijs/server": "3.3.3",
|
|
"@umijs/utils": "3.3.3",
|
|
"@vue/babel-plugin-jsx": "^1.0.0-rc.5",
|
|
"@vue/compiler-sfc": "^3.0.4",
|
|
"@vue/preload-webpack-plugin": "1.1.2",
|
|
"@webank/fes-compiler": "^2.0.0-alpha.2",
|
|
"cliui": "6.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"html-webpack-tags-plugin": "2.0.17",
|
|
"vue-loader": "^16.1.2",
|
|
"webpack-bundle-analyzer": "4.3.0",
|
|
"babel-plugin-import": "1.13.3",
|
|
"hard-source-webpack-plugin": "0.13.1"
|
|
}
|
|
}
|