58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "vue3-shop",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "run-p type-check build-only",
|
||
|
"preview": "vite preview --port 4173",
|
||
|
"build-only": "vite build",
|
||
|
"type-check": "vue-tsc --noEmit",
|
||
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ant-design/charts": "^1.4.2",
|
||
|
"@babel/types": "^7.21.2",
|
||
|
"@element-plus/icons-vue": "^2.1.0",
|
||
|
"amfe-flexible": "^2.2.1",
|
||
|
"axios": "^0.27.2",
|
||
|
"echarts": "^5.4.1",
|
||
|
"element-plus": "^2.3.0",
|
||
|
"js-cookie": "^3.0.1",
|
||
|
"moment": "^2.29.4",
|
||
|
"node-sass": "^7.0.3",
|
||
|
"normalize.css": "^8.0.1",
|
||
|
"nprogress": "^0.2.0",
|
||
|
"path-browserify": "^1.0.1",
|
||
|
"path-to-regexp": "^6.2.1",
|
||
|
"pinia": "^2.0.33",
|
||
|
"postcss-px2rem": "^0.3.0",
|
||
|
"vue": "^3.2.36",
|
||
|
"vue-i18n": "^9.2.2",
|
||
|
"vue-lazyload": "^3.0.0-rc.2",
|
||
|
"vue-router": "^4.0.15"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-patch": "^1.1.0",
|
||
|
"@types/js-cookie": "^3.0.2",
|
||
|
"@types/node": "^16.18.14",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@types/path-browserify": "^1.0.0",
|
||
|
"@vitejs/plugin-vue": "^2.3.3",
|
||
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||
|
"@vue/eslint-config-typescript": "^10.0.0",
|
||
|
"@vue/tsconfig": "^0.1.3",
|
||
|
"eslint": "^8.5.0",
|
||
|
"eslint-plugin-vue": "^8.2.0",
|
||
|
"npm-run-all": "^4.1.5",
|
||
|
"postcss-pxtorem": "^6.0.0",
|
||
|
"prettier": "^2.5.1",
|
||
|
"sass": "^1.60.0",
|
||
|
"sass-loader": "^13.2.1",
|
||
|
"typescript": "~4.7.2",
|
||
|
"vite": "^2.9.9",
|
||
|
"vite-easy-mock": "^1.0.8",
|
||
|
"vue-tsc": "^0.35.2"
|
||
|
}
|
||
|
}
|