fes.js/packages/fes/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
2020-11-02 09:51:40 +08:00
"name": "@webank/fes",
2021-01-05 10:26:57 +08:00
"version": "2.0.0-alpha.1",
2020-08-27 17:18:57 +08:00
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-11-14 17:25:30 +08:00
"files": [
"lib",
"dist",
"bin"
],
2020-08-27 17:18:57 +08:00
"bin": {
2020-11-14 17:25:30 +08:00
"fes": "./bin/fes.js"
2020-08-27 17:18:57 +08:00
},
2020-11-02 09:51:40 +08:00
"main": "index.js",
2020-11-14 17:25:30 +08:00
"module": "dist/index.esm.js",
2021-01-04 20:32:44 +08:00
"author": "qlin",
2020-08-27 17:18:57 +08:00
"repository": {
"type": "git",
2021-01-04 20:32:44 +08:00
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes"
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
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"dependencies": {
2021-01-05 10:00:07 +08:00
"@umijs/utils": "3.3.3",
"@webank/fes-compiler": "^2.0.0-alpha.0",
"@webank/fes-preset-built-in": "^2.0.0-alpha.0",
"@webank/fes-runtime": "^2.0.0-alpha.0",
2020-11-14 17:25:30 +08:00
"resolve-cwd": "^3.0.0"
2020-08-27 17:18:57 +08:00
}
}