generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.19 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@types/animejs": "^3.1.12",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"@vueuse/head": "^2.0.0",
"animejs": "^3.2.2",
"dayjs": "^1.11.13",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"vite-plugin-vue-markdown": "^0.23.8",
"vue": "^3.5.12",
"vue-demi": "^0.14.10",
"vue-glitched-writer": "^1.2.2",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@iconify-json/carbon": "^1.2.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/utils": ">=8.0",
"@unocss/preset-web-fonts": "^0.64.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/compiler-sfc": ">=3.3.0 <4.0.0",
"@vue/test-utils": "^2.4.6",
"beasties": "^0.1.0",
"cross-env": "^7.0.3",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"eslint-plugin-cypress": "^4.1.0",
"https-localhost": "^4.7.1",
"jsdom": "^25.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.9.0",
"pnpm": "^9.13.1",
"sass": "^1.80.7",
"shiki": "^1.22.2",
"taze": "^0.18.0",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.24.1",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}