mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-01 03:07:38 +08:00
43 lines
805 B
JSON
43 lines
805 B
JSON
{
|
|
"name": "@webank/fes-template",
|
|
"version": "0.2.3",
|
|
"description": "fes项目模版",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"dev": "fes dev"
|
|
},
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"files": [
|
|
".eslintrc.js",
|
|
".gitignore",
|
|
"fes.config.js",
|
|
"mock.js",
|
|
"package.json",
|
|
"README.md",
|
|
"/src"
|
|
],
|
|
"repository": {
|
|
"type": "git"
|
|
},
|
|
"author": "harrywan qlin",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@webank/eslint-config-webank": "^0.1.4",
|
|
"csp-html-webpack-plugin": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@antv/data-set": "^0.11.7",
|
|
"@antv/g2": "^4.0.15",
|
|
"@babel/runtime-corejs3": "^7.11.2",
|
|
"@webank/fes-core": "^0.2.3",
|
|
"@webank/fes-ui": "^0.2.3"
|
|
}
|
|
}
|