You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
891 B
39 lines
891 B
{ |
|
"name": "vite-project", |
|
"private": true, |
|
"version": "0.0.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^2.0.6", |
|
"@types/node": "^18.6.2", |
|
"axios": "^0.27.2", |
|
"element-plus": "^2.2.11", |
|
"js-md5": "^0.7.3", |
|
"mockjs": "^1.1.0", |
|
"path": "^0.12.7", |
|
"pinia": "^2.0.17", |
|
"qs": "^6.11.0", |
|
"sass": "^1.54.0", |
|
"sockjs-client": "^1.6.1", |
|
"stompjs": "^2.3.3", |
|
"swiper": "^8.3.2", |
|
"vue": "^3.2.37", |
|
"vue-router": "^4.1.3", |
|
"xgplayer": "^2.31.7" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^3.0.0", |
|
"autoprefixer": "^10.4.7", |
|
"postcss": "^8.4.14", |
|
"tailwindcss": "^3.1.6", |
|
"typescript": "^4.6.4", |
|
"vite": "^3.0.0", |
|
"vite-plugin-mock": "^2.9.6", |
|
"vue-tsc": "^0.38.4" |
|
} |
|
}
|
|
|