31 lines
782 B
JSON
31 lines
782 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.5.3",
|
|
"vue": "^3.2.19",
|
|
"vue-demi": "^0.11.4",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.9.0",
|
|
"@iconify-json/carbon": "^1.0.3",
|
|
"@types/node": "^16.10.2",
|
|
"@vitejs/plugin-vue": "^1.9.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"pnpm": "^6.16.0",
|
|
"typescript": "^4.4.3",
|
|
"unplugin-auto-import": "^0.4.10",
|
|
"unplugin-icons": "^0.12.3",
|
|
"unplugin-vue-components": "^0.15.6",
|
|
"vite": "^2.6.2",
|
|
"vite-plugin-pages": "^0.18.1",
|
|
"vite-plugin-windicss": "^1.4.9"
|
|
}
|
|
}
|