generated from antfu-collective/vitesse-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "voxo-website",
"description": "Public facing website for voxo.co",
"private": true,
"scripts": {
"dev": "vite --port 3333 --open --host",
"build": "cross-env NODE_ENV=production vite build",
"preview": "vite preview"
},
"dependencies": {
"@vuelidate/core": "^2.0.0-alpha.27",
"@vuelidate/validators": "^2.0.0-alpha.23",
"@vueuse/core": "^6.0.0",
"marked": "^3.0.7",
"netlify-cms-app": "^2.15.48",
"vue": "^3.2.6",
"vue-demi": "^0.11.3",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.7.0",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@iconify/json": "^1.1.395",
"@types/node": "^16.7.6",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"pnpm": "^6.14.5",
"typescript": "^4.4.2",
"unplugin-auto-import": "^0.2.4",
"unplugin-icons": "^0.7.3",
"unplugin-vue-components": "^0.14.3",
"vite": "^2.5.1",
"vite-plugin-pages": "^0.17.5",
"vite-plugin-radar": "^0.3.0",
"vite-plugin-windicss": "^1.3.0"
}
}