mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 11:47:47 +08:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@fesjs/fes",
|
|
"version": "3.0.0-rc.8",
|
|
"description": "一个好用的前端管理台快速开发框架",
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"bin",
|
|
"types.d.ts"
|
|
],
|
|
"bin": {
|
|
"fes": "./bin/fes.js"
|
|
},
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.js",
|
|
"author": "qlin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"dependencies": {
|
|
"@fesjs/compiler": "3.0.0-rc.3",
|
|
"@fesjs/preset-built-in": "3.0.0-rc.8",
|
|
"@fesjs/runtime": "3.0.0-rc.2",
|
|
"@fesjs/utils": "3.0.0-rc.2",
|
|
"pirates": "^4.0.5",
|
|
"resolve-cwd": "^3.0.0",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || ^12.0.0 || >= 14.0.0"
|
|
},
|
|
"types": "types.d.ts"
|
|
} |