33 lines
863 B
JSON
33 lines
863 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open",
|
|
"build": "cross-env NODE_ENV=production vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^6.4.1",
|
|
"vue": "^3.2.18",
|
|
"vue-demi": "^0.11.4",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.9.0",
|
|
"@iconify/json": "^1.1.406",
|
|
"@types/node": "^16.9.6",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
"@vitejs/plugin-vue": "^1.9.2",
|
|
"@vue/compiler-sfc": "^3.2.18",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"pnpm": "^6.15.1",
|
|
"typescript": "^4.4.3",
|
|
"unplugin-auto-import": "^0.4.8",
|
|
"unplugin-icons": "^0.11.4",
|
|
"unplugin-vue-components": "^0.15.3",
|
|
"vite": "^2.5.10",
|
|
"vite-plugin-pages": "^0.18.1",
|
|
"vite-plugin-windicss": "^1.4.5"
|
|
}
|
|
}
|