{ "name": "@daotl/fes-starter", "version": "2.0.0", "description": "A fes.js + TypeScript starter template", "scripts": { "build": "fes build", "prod": "FES_ENV=prod fes build", "analyze": "ANALYZE=1 fes build", "dev": "fes dev", "test:unit": "fes test:unit", "lint": "npm run eslint && npm run stylelint", "lint:fix": "npm run eslint:fix && npm run stylelint:fix", "eslint": "npx eslint src/**/*.{js,ts,tsx,vue}", "eslint:fix": "npx eslint src/**/*.{js,ts,tsx,vue} --fix" }, "prettier": "@daotl/prettier-config", "keywords": [ "管理端", "fes", "fast", "easy", "strong" ], "repository": { "type": "git", "url": "git+https://github.com/daotl/fes-starter.git" }, "author": "Nex Zhu ", "license": "MIT", "bugs": { "url": "https://github.com/daotl/fes-starter/issues" }, "homepage": "https://github.com/daotl/fes-starter#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@daotl/eslint-config-vue": "0.2.3", "@daotl/prettier-config": "^0.1.2", "@daotl/tsconfig": "^0.0.4", "@vue/compiler-sfc": "^3.2.26" }, "dependencies": { "@fesjs/fes": "^2.0.11", "@fesjs/plugin-access": "^2.0.2", "@fesjs/plugin-enums": "^2.0.2", "@fesjs/plugin-layout": "^2.0.9", "@fesjs/plugin-model": "^2.0.3", "ant-design-vue": "^2.2.0", "vue": "^3.2.6" } }