generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
46 lines (46 loc) · 1.29 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
42
43
44
45
46
{
"private": true,
"scripts": {
"dev": "vite --port 3333",
"build": "cross-env NODE_ENV=production vite-ssg build",
"preview": "vite preview",
"preview-https": "serve dist"
},
"dependencies": {
"@vueuse/core": "^5.1.3",
"@vueuse/head": "^0.6.0",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
"vue": "^3.1.4",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.7.0",
"@iconify/json": "^1.1.374",
"@intlify/vite-plugin-vue-i18n": "^2.3.2",
"@types/fs-extra": "^9.0.12",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.1.4",
"@vue/server-renderer": "^3.1.4",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"fs-extra": "^10.0.0",
"gray-matter": "^4.0.3",
"https-localhost": "^4.6.5",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-prism": "^2.1.8",
"pnpm": "^8.6.7",
"typescript": "^4.3.5",
"vite": "^2.9.18",
"vite-plugin-components": "^0.12.2",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-md": "^0.6.7",
"vite-plugin-pages": "^0.15.0",
"vite-plugin-windicss": "^1.2.4",
"vite-ssg": "^0.11.4",
"vue-tsc": "^0.2.0"
}
}