38 lines
809 B
JSON
38 lines
809 B
JSON
|
|
{
|
||
|
|
"name": "work-show-web",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"autoprefixer": "^10.5.0",
|
||
|
|
"axios": "^1.16.1",
|
||
|
|
"core-js": "^3.8.3",
|
||
|
|
"element-plus": "^2.14.1",
|
||
|
|
"postcss": "^8.5.15",
|
||
|
|
"vue": "^3.2.13",
|
||
|
|
"vue-router": "^4.0.3",
|
||
|
|
"vue-waterfall-plugin-next": "^3.0.1",
|
||
|
|
"vue3-waterfall-plugin": "^1.1.5",
|
||
|
|
"vuex": "^4.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
||
|
|
"@vue/cli-plugin-typescript": "^5.0.9",
|
||
|
|
"sass": "^1.32.7",
|
||
|
|
"sass-loader": "^12.0.0",
|
||
|
|
"tailwindcss": "3",
|
||
|
|
"typescript": "^6.0.3",
|
||
|
|
"vite": "^8.0.15"
|
||
|
|
},
|
||
|
|
"browserslist": [
|
||
|
|
"> 1%",
|
||
|
|
"last 2 versions",
|
||
|
|
"not dead",
|
||
|
|
"not ie 11"
|
||
|
|
]
|
||
|
|
}
|