forked from antfu-collective/vitesse-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 782 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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"
}
}