forked from iod/cpnode-front
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "@iod/cpnode-front",
|
|
"version": "0.0.0",
|
|
"description": "Internet of Data control panel frontend",
|
|
"scripts": {
|
|
"cz": "npx cz",
|
|
"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"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"prettier": "@daotl/prettier-config",
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitea.internetapi.cn:iod/cpnode-front.git"
|
|
},
|
|
"author": "Nex Zhu <hitnexup@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitea.internetapi.cn/iod/cpnode-front/issues"
|
|
},
|
|
"homepage": "https://gitea.internetapi.cn/iod/cpnode-front",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.0.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"@daotl/eslint-config-vue": "0.2.4",
|
|
"@daotl/prettier-config": "^0.1.2",
|
|
"@daotl/tsconfig": "^0.0.4",
|
|
"@fesjs/plugin-sass": "^2.0.0",
|
|
"@iconify-json/mdi": "^1.0.12",
|
|
"@vue/compiler-sfc": "^3.2.26",
|
|
"commitizen": "^4.2.4",
|
|
"cross-env": "^7.0.3",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.1.4",
|
|
"pinia": "^2.0.9",
|
|
"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",
|
|
"unplugin-auto-import": "^0.5.5",
|
|
"unplugin-icons": "^0.13.0",
|
|
"unplugin-vue-components": "^0.17.11"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/fes": "^2.0.12",
|
|
"@fesjs/plugin-access": "^2.0.2",
|
|
"@fesjs/plugin-enums": "^2.0.2",
|
|
"@fesjs/plugin-layout": "^2.0.9",
|
|
"@fesjs/plugin-model": "^2.0.3",
|
|
"element-plus": "^1.2.0-beta.6",
|
|
"vue": "^3.2.6"
|
|
}
|
|
}
|