33 lines
861 B
JSON
33 lines
861 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.4",
|
|
"vue-demi": "^0.11.3",
|
|
"vue-router": "^4.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.7.0",
|
|
"@iconify/json": "^1.1.389",
|
|
"@types/node": "^16.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
|
"@vitejs/plugin-vue": "^1.4.0",
|
|
"@vue/compiler-sfc": "^3.2.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.32.0",
|
|
"pnpm": "^6.13.0",
|
|
"typescript": "^4.3.5",
|
|
"unplugin-auto-import": "^0.0.6",
|
|
"vite": "^2.5.0",
|
|
"vite-plugin-components": "^0.13.2",
|
|
"vite-plugin-icons": "^0.6.5",
|
|
"vite-plugin-pages": "^0.17.3",
|
|
"vite-plugin-windicss": "^1.2.7"
|
|
}
|
|
}
|