33 lines
859 B
JSON
33 lines
859 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.0.0",
|
|
"vue": "^3.2.6",
|
|
"vue-demi": "^0.11.3",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.7.0",
|
|
"@iconify/json": "^1.1.395",
|
|
"@types/node": "^16.7.6",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.3",
|
|
"@vitejs/plugin-vue": "^1.6.0",
|
|
"@vue/compiler-sfc": "^3.2.6",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"pnpm": "^6.14.5",
|
|
"typescript": "^4.4.2",
|
|
"unplugin-auto-import": "^0.2.4",
|
|
"unplugin-icons": "^0.7.3",
|
|
"unplugin-vue-components": "^0.14.3",
|
|
"vite": "^2.5.1",
|
|
"vite-plugin-pages": "^0.17.5",
|
|
"vite-plugin-windicss": "^1.3.0"
|
|
}
|
|
}
|