forked from pinky-pig/arvin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.68 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite --port 1212 --open",
"build": "cross-env NODE_ENV=production vite-ssg build",
"build:spa": "vite build",
"fetch": "esno scripts/fetch.ts",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"release": "bumpp -c -t -p",
"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.9.6",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"lit": "^3.1.3",
"lucide-vue-next": "^0.373.0",
"mapbox-gl": "^3.3.0",
"nprogress": "^0.2.0",
"p5": "^1.9.2",
"pinia": "^2.1.7",
"shiki-magic-move": "^0.3.7",
"three": "^0.163.0",
"typed.js": "^2.1.0",
"v3-bento": "latest",
"vue": "^3.4.23",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.13.0",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/twemoji": "^1.1.15",
"@iconify/vue": "^4.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@shikijs/markdown-it": "^1.3.0",
"@shikijs/twoslash": "^1.3.0",
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"@types/mapbox-gl": "^3.1.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/p5": "^1.7.6",
"@types/three": "^0.163.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/volar": "^0.18.18",
"@vue/test-utils": "^2.4.5",
"@vueuse/motion": "^2.1.0",
"autoprefixer": "^10.4.19",
"bumpp": "^9.4.0",
"critters": "^0.0.22",
"cross-env": "^7.0.3",
"cypress": "^13.8.0",
"cypress-vite": "^1.5.0",
"diacritics": "^1.3.0",
"eslint": "^9.0.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"feed": "^4.2.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-table-of-contents": "^0.6.0",
"perfect-freehand": "^1.2.2",
"pnpm": "^9.0.4",
"postcss": "^8.4.38",
"radix-vue": "^1.7.0",
"rimraf": "^5.0.5",
"rollup": "^4.14.3",
"sharp": "0.32.6",
"shiki": "^1.3.0",
"simple-git-hooks": "^2.11.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"taze": "^0.13.6",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.9.1",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.9",
"vite-bundle-visualizer": "^1.1.0",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.3",
"vite-ssg": "^0.23.6",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.5.0",
"vue-router-better-scroller": "^0.0.0",
"vue-tsc": "^2.0.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}