fes.js/packages/fes-template/package.json

72 lines
1.8 KiB
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
2021-03-05 17:03:04 +08:00
"name": "@fesjs/template",
2021-03-06 21:30:38 +08:00
"version": "2.0.0",
2020-08-27 17:18:57 +08:00
"description": "fes项目模版",
"scripts": {
"build": "fes build",
2020-12-25 10:23:31 +08:00
"prod": "FES_ENV=prod fes build",
2020-12-23 15:52:22 +08:00
"analyze": "ANALYZE=1 fes build",
"dev": "fes dev",
2023-01-17 16:46:04 +08:00
"test": "fes test",
"prev": "fes preview"
2020-08-27 17:18:57 +08:00
},
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"files": [
".eslintrc.js",
".gitignore",
".fes.js",
".fes.prod.js",
2020-08-27 17:18:57 +08:00
"mock.js",
"package.json",
"README.md",
"tsconfig.json",
"/src",
"/config"
2020-08-27 17:18:57 +08:00
],
2020-09-07 12:33:10 +08:00
"repository": {
2021-01-04 20:32:44 +08:00
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-template"
2020-09-07 12:33:10 +08:00
},
2021-01-04 20:32:44 +08:00
"author": "harrywan",
2020-08-27 17:18:57 +08:00
"license": "MIT",
2021-01-04 20:32:44 +08:00
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"publishConfig": {
"access": "public"
},
2020-08-27 17:18:57 +08:00
"dependencies": {
2022-11-10 19:46:40 +08:00
"@fesjs/fes": "^3.0.0-rc.0",
2022-12-27 16:58:45 +08:00
"@fesjs/fes-design": "^0.7.0",
"@fesjs/plugin-login": "^3.0.0-rc.0",
2022-11-10 19:46:40 +08:00
"@fesjs/plugin-access": "^3.0.0-rc.0",
2022-12-27 16:58:45 +08:00
"@fesjs/plugin-enums": "^3.0.0-rc.0",
"@fesjs/plugin-jest": "^2.0.0",
2022-11-10 19:46:40 +08:00
"@fesjs/plugin-layout": "^5.0.0-rc.0",
"@fesjs/plugin-locale": "^4.0.0-rc.0",
"@fesjs/plugin-model": "^3.0.0-rc.0",
"@fesjs/plugin-monaco-editor": "^3.0.0-rc.0",
"@fesjs/plugin-pinia": "^3.0.0-rc.0",
2022-12-27 16:58:45 +08:00
"@fesjs/plugin-qiankun": "^3.0.0-rc.0",
"@fesjs/plugin-request": "^3.0.0-rc.0",
"@fesjs/plugin-sass": "^3.0.0-rc.0",
"@fesjs/plugin-vuex": "^3.0.0-rc.0",
2022-11-10 19:46:40 +08:00
"@fesjs/plugin-watermark": "^3.0.0-rc.0",
2022-12-27 16:58:45 +08:00
"@fesjs/plugin-windicss": "^3.0.0-rc.0",
2023-03-01 16:29:42 +08:00
"@fesjs/plugin-swc": "^3.0.0-rc.0",
2022-12-27 16:58:45 +08:00
"core-js": "3.27.0",
"pinia": "^2.0.11",
2022-08-17 10:49:48 +08:00
"vue": "^3.2.37",
2022-12-27 16:58:45 +08:00
"vuex": "^4.0.0"
2021-01-07 16:31:38 +08:00
},
"private": true
}