mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
32 lines
921 B
JSON
32 lines
921 B
JSON
{
|
|
"name": "webpack-micro",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "fes项目模版",
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"prod": "FES_ENV=prod fes build",
|
|
"analyze": "ANALYZE=1 fes build",
|
|
"dev": "fes dev",
|
|
"test": "fes test"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/builder-webpack": "file:../../../builder-webpack",
|
|
"@fesjs/fes": "file:../../../fes",
|
|
"@fesjs/fes-design": "^0.8.0",
|
|
"@fesjs/plugin-qiankun": "file:../../../plugin-qiankun",
|
|
"@fesjs/plugin-watermark": "file:../../../plugin-watermark",
|
|
"vue": "^3.5.21"
|
|
}
|
|
}
|