zephyr-frontend/package.json
2021-08-16 09:20:41 +08:00

34 lines
885 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",
"@vueuse/head": "^0.6.0",
"vue": "^3.2.2",
"vue-demi": "^0.11.3",
"vue-global-api": "^0.4.1",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.7.0",
"@iconify/json": "^1.1.387",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"pnpm": "^6.13.0",
"typescript": "^4.3.5",
"vite": "^2.4.4",
"vite-plugin-components": "^0.13.2",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-pages": "^0.17.3",
"vite-plugin-windicss": "^1.2.7"
}
}