forked from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333 --open"
},
"dependencies": {
"@vueuse/core": "^4.3.1",
"@vueuse/head": "^0.3.1",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.1.4",
"vue": "^3.0.6",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.4.3",
"@iconify/json": "^1.1.310",
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.17",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.6",
"@vue/server-renderer": "^3.0.6",
"cross-env": "^7.0.3",
"eslint": "^7.21.0",
"markdown-it-prism": "^2.1.4",
"pnpm": "^5.18.1",
"typescript": "^4.2.2",
"vite": "^2.0.4",
"vite-plugin-components": "^0.7.5",
"vite-plugin-icons": "^0.3.2",
"vite-plugin-md": "^0.6.0",
"vite-plugin-pages": "^0.4.7",
"vite-plugin-pwa": "^0.5.6",
"vite-plugin-vue-layouts": "^0.2.2",
"vite-plugin-windicss": "^0.6.2",
"vite-ssg": "^0.8.12"
}
}