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.
36 lines
860 B
36 lines
860 B
{ |
|
"name": "vite-project", |
|
"private": true, |
|
"version": "0.0.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite --open", |
|
"build": "vue-tsc -b && vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^2.3.1", |
|
"@kjgl77/datav-vue3": "^1.7.3", |
|
"axios": "^1.7.2", |
|
"element-plus": "^2.9.5", |
|
"lib-flexible": "^0.3.2", |
|
"pinia": "^2.1.7", |
|
"postcss-plugin-px2rem": "^0.8.1", |
|
"sass": "^1.77.6", |
|
"sass-loader": "^14.2.1", |
|
"vue": "^3.4.29", |
|
"vue-router": "4" |
|
}, |
|
"devDependencies": { |
|
"@types/node": "^20.14.9", |
|
"@vitejs/plugin-vue": "^5.0.5", |
|
"less": "^4.2.2", |
|
"postcss": "^8.4.39", |
|
"postcss-html": "^1.7.0", |
|
"postcss-scss": "^4.0.9", |
|
"px2rem-loader": "^0.1.9", |
|
"typescript": "^5.2.2", |
|
"vite": "^5.3.1", |
|
"vue-tsc": "^2.0.21" |
|
} |
|
}
|
|
|