33 lines
855 B
JSON
33 lines
855 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open",
|
|
"build": "cross-env NODE_ENV=production vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^5.1.3",
|
|
"@vueuse/head": "^0.6.0",
|
|
"vue": "^3.1.4",
|
|
"vue-demi": "^0.11.2",
|
|
"vue-global-api": "^0.2.4",
|
|
"vue-router": "^4.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.7.0",
|
|
"@iconify/json": "^1.1.376",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
|
"@vitejs/plugin-vue": "^1.2.5",
|
|
"@vue/compiler-sfc": "^3.1.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.30.0",
|
|
"pnpm": "^6.10.1",
|
|
"typescript": "^4.3.5",
|
|
"vite": "^2.4.2",
|
|
"vite-plugin-components": "^0.12.2",
|
|
"vite-plugin-icons": "^0.6.5",
|
|
"vite-plugin-pages": "^0.15.0",
|
|
"vite-plugin-windicss": "^1.2.4"
|
|
}
|
|
}
|