mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@fesjs/fes",
|
|
"type": "module",
|
|
"version": "3.1.17",
|
|
"description": "一个好用的前端管理台快速开发框架",
|
|
"preferGlobal": true,
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"exports": {
|
|
"import": {
|
|
"node": "./dist/node.js",
|
|
"default": "./dist/browser.js"
|
|
}
|
|
},
|
|
"main": "./dist/node.js",
|
|
"types": "types.d.ts",
|
|
"bin": {
|
|
"fes": "./bin/fes.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"types.d.ts"
|
|
],
|
|
"engines": {
|
|
"node": ">= 18.0.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsup --watch",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/compiler": "workspace:*",
|
|
"@fesjs/preset-built-in": "workspace:*",
|
|
"@fesjs/utils": "workspace:*",
|
|
"fs-extra": "^11.3.1",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4"
|
|
}
|
|
}
|