{ "name": "@daotl/fes-starter", "version": "2.0.0", "description": "A fes.js + TypeScript starter template", "scripts": { "build": "fes build", "prod": "cross-env FES_ENV=prod fes build", "analyze": "cross-env 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": "eslint src/**/*.{js,ts,tsx,vue}", "eslint:fix": "eslint src/**/*.{js,ts,tsx,vue} --fix", "stylelint": "stylelint src/**/*.{css,scss,vue,tsx}", "stylelint:fix": "stylelint src/**/*.{css,scss,vue,tsx} --fix", "prepare": "husky install" }, "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", "@fesjs/plugin-sass": "^2.0.0", "@vue/compiler-sfc": "^3.2.26", "cross-env": "^7.0.3", "eslint-webpack-plugin": "^3.1.1", "husky": "^7.0.4", "lint-staged": "^12.1.4", "postcss-html": "^1.3.0", "stylelint": "^14.2.0", "stylelint-config-property-sort-order-smacss": "^8.0.0", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-vue": "^1.1.0", "stylelint-webpack-plugin": "^3.1.0", "typescript": "^4.5.4" }, "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" }, "lint-staged": { "*.css": "stylelint --fix" } }