ruoyi-plus-soybean/package.json

76 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "web-cli",
2021-07-20 09:51:24 +08:00
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview",
2021-06-04 01:41:16 +08:00
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
"prepare": "husky install",
"postinstall": "patch-package"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
2021-08-18 12:02:59 +08:00
"@types/chroma-js": "^2.1.3",
2021-08-17 14:59:59 +08:00
"@vueuse/core": "^6.0.0",
"axios": "^0.21.1",
2021-08-18 12:02:59 +08:00
"chroma-js": "^2.1.2",
2021-07-20 09:51:24 +08:00
"dayjs": "^1.10.6",
"form-data": "^4.0.0",
2021-08-23 14:29:18 +08:00
"naive-ui": "^2.16.5",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.4",
"qs": "^6.10.1",
"smoothscroll-polyfill": "^0.4.4",
2021-08-23 14:29:18 +08:00
"vue": "^3.2.4",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
2021-08-23 14:29:18 +08:00
"@iconify/json": "^1.1.392",
"@types/nprogress": "^0.2.0",
2021-07-20 09:51:24 +08:00
"@types/qs": "^6.9.7",
"@types/smoothscroll-polyfill": "^0.3.1",
2021-08-17 14:59:59 +08:00
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-vue": "^1.4.0",
2021-08-23 14:29:18 +08:00
"@vue/compiler-sfc": "^3.2.4",
2021-07-20 10:07:35 +08:00
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
2021-08-23 14:29:18 +08:00
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.16.0",
2021-07-20 09:51:24 +08:00
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
2021-07-20 09:51:24 +08:00
"prettier": "^2.3.2",
2021-08-17 14:59:59 +08:00
"sass": "^1.38.0",
2021-07-20 09:51:24 +08:00
"typescript": "^4.3.5",
2021-08-17 14:59:59 +08:00
"vite": "^2.5.0",
"vite-plugin-components": "^0.13.2",
2021-08-23 14:29:18 +08:00
"vite-plugin-html": "^2.1.0",
2021-07-20 09:51:24 +08:00
"vite-plugin-icons": "^0.6.5",
"vite-plugin-style-import": "^1.1.1",
"vite-plugin-windicss": "^1.2.7",
2021-08-23 14:29:18 +08:00
"vue-tsc": "^0.3.0",
"windicss": "^3.1.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}