You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
765 B
JSON
32 lines
765 B
JSON
{
|
|
"private": true,
|
|
"name": "lu-code-vue-user",
|
|
"packageManager": "pnpm@7.0.0",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open --host",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@vueuse/core": "^8.4.2",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.26.1",
|
|
"naive-ui": "^2.34.3",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.0.14",
|
|
"vue": "^3.2.33",
|
|
"vue-router": "^4.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"pnpm": "^7.0.1",
|
|
"unocss": "^0.33.2",
|
|
"unplugin-auto-import": "^0.7.1",
|
|
"unplugin-vue-components": "^0.19.5",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-pages": "^0.23.0",
|
|
"vite-plugin-vue-layouts": "^0.6.0"
|
|
}
|
|
}
|