generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
{
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"test": "cypress open",
"preview": "vite preview",
"preview-https": "serve dist",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^6.7.6",
"@vueuse/head": "^0.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.2",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.21",
"vue-demi": "^0.12.1",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.10.0",
"@iconify-json/carbon": "^1.0.9",
"@intlify/vite-plugin-vue-i18n": "^3.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.9.4",
"@vue/compiler-sfc": "^3.2.21",
"@vue/server-renderer": "^3.2.21",
"critters": "^0.0.14",
"cross-env": "^7.0.3",
"cypress": "^8.7.0",
"eslint": "^8.2.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-prism": "^2.2.1",
"pnpm": "^6.20.3",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.4.13",
"unplugin-icons": "^0.12.18",
"unplugin-vue-components": "^0.17.2",
"vite": "^2.6.13",
"vite-plugin-inspect": "^0.3.10",
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.5.1",
"vite-ssg": "^0.15.6",
"vue-tsc": "^0.28.10"
}
}