fes.js/packages/fes/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
2021-03-05 17:03:04 +08:00
"name": "@fesjs/fes",
2021-04-19 20:15:46 +08:00
"version": "2.0.0-rc.17",
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",
"types.d.ts"
2020-11-14 17:25:30 +08:00
],
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-03-11 11:56:02 +08:00
"@fesjs/compiler": "^2.0.0-rc.5",
2021-04-19 20:15:46 +08:00
"@fesjs/preset-built-in": "^2.0.0-rc.17",
2021-03-11 11:56:02 +08:00
"@fesjs/runtime": "^2.0.0-rc.5",
2021-01-05 10:00:07 +08:00
"@umijs/utils": "3.3.3",
2020-11-14 17:25:30 +08:00
"resolve-cwd": "^3.0.0"
},
"engines": {
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
},
"types": "types.d.ts"
2020-08-27 17:18:57 +08:00
}