mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-29 18:28:28 +08:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "go-view",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"lint": "eslint \"{src}/**/*.{vue,ts,tsx}\" --fix --ext",
|
|
"new": "plop --plopfile ./plop/plopfile.js"
|
|
},
|
|
"dependencies": {
|
|
"@vicons/carbon": "^0.11.0",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.23.0",
|
|
"crypto-ts": "^1.0.2",
|
|
"naive-ui": "^2.24.1",
|
|
"pinia": "^2.0.6",
|
|
"screenfull": "^6.0.0",
|
|
"vue": "^3.2.16",
|
|
"vue-i18n": "^9.2.0-beta.23",
|
|
"vue-router": "4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
"@vicons/ionicons5": "~0.11.0",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"@vueuse/core": "^7.3.0",
|
|
"default-passive-events": "^2.0.0",
|
|
"echarts": "^5.2.2",
|
|
"eslint": "^8.4.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"lodash": "~4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"plop": "^3.0.5",
|
|
"prettier": "^2.5.1",
|
|
"sass": "^1.43.2",
|
|
"sass-loader": "^12.2.0",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^2.6.10",
|
|
"vite-plugin-importer": "^0.2.5",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-style-import": "^1.2.1",
|
|
"vue-echarts": "^6.0.2",
|
|
"vue-tsc": "^0.28.7"
|
|
},
|
|
"lint-staged": {
|
|
"*.{vue,js,ts,tsx}": "eslint --fix"
|
|
}
|
|
} |