-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 3.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --port 1212 --open",
"build": "cross-env NODE_ENV=production vite-ssg build",
"build:spa": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"debug": "vite --debug",
"build-ssg": "vite-ssg build",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I",
"postinstall": "npx simple-git-hooks",
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.8.10",
"@unocss/reset": "^0.58.4",
"@vueuse/core": "^10.7.2",
"@vueuse/head": "^2.0.0",
"dayjs": "^1.11.10",
"lit": "^2.8.0",
"mapbox-gl": "^2.15.0",
"nprogress": "^0.2.0",
"p5": "^1.9.0",
"pinia": "^2.1.7",
"three": "^0.154.0",
"typed.js": "^2.1.0",
"v3-bento": "latest",
"vue": "^3.4.15",
"vue-demi": "^0.14.6",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@iconify-json/carbon": "^1.1.28",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/twemoji": "^1.1.15",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"@types/mapbox-gl": "^2.7.19",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@types/p5": "^1.7.6",
"@types/three": "^0.154.0",
"@unocss/eslint-config": "^0.58.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vue-macros/volar": "^0.18.11",
"@vue/test-utils": "^2.4.4",
"@vueuse/motion": "^2.0.0",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"cypress": "^13.6.3",
"cypress-vite": "^1.5.0",
"diacritics": "^1.3.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-format": "^0.1.0",
"feed": "^4.2.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-github-alerts": "^0.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shikiji": "^0.9.19",
"markdown-it-table-of-contents": "^0.6.0",
"perfect-freehand": "^1.2.2",
"pnpm": "^8.14.3",
"radix-vue": "^1.3.2",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"sharp": "0.32.6",
"shikiji": "^0.9.19",
"shikiji-twoslash": "^0.9.19",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"unocss": "^0.58.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.7.10",
"unplugin-vue-markdown": "^0.25.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.12",
"vite-bundle-visualizer": "^1.0.0",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vue-layouts": "^0.10.0",
"vite-plugin-webfont-dl": "^3.9.1",
"vite-ssg": "^0.23.6",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.2.1",
"vue-router-better-scroller": "^0.0.0",
"vue-tsc": "^1.8.27"
}
}