crootfast
Version:
大前端工程化命令行脚手架
31 lines • 956 B
JSON
{
"name": "fui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/crootfast-webpack/scripts/run.js --frame=react --env=dev",
"build": "node ./node_modules/crootfast-webpack/scripts/build.js --frame=react --env=prod",
"lint": "npm run lint-wrapper --frame=react",
"lint-wrapper": "eslint ./src --fix --ext .js,.jsx --config ./node_modules/crootfast-webpack/.eslintrc.js",
"upload": "sh ./container/shell/buildUpload.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"crootfast-webpack": "^0.2.12"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"ahooks": "^3.7.8",
"antd": "^5.9.0",
"dayjs": "^1.11.10",
"axios": "^1.6.5",
"classnames": "^2.3.2",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
"react-virtualized": "^9.22.5"
}
}