-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest run"
},
"devDependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/test-utils": "^3.15.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.13",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^25.0.1",
"nuxt": "^3.14.1592",
"path": "^0.12.7",
"pinia": "2.3.0",
"postcss": "^8.4.19",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"vite": "^6.0.5",
"vitest": "^2.1.8",
"vue": "latest",
"vue-router": "latest"
},
"dependencies": {
"@pinia/nuxt": "^0.9.0",
"@vueuse/core": "^12.0.0",
"color": "^4.2.3",
"lottie-web": "^5.10.0",
"shiki": "^1.24.2",
"youtube-player": "^5.5.2"
},
"overrides": {
"vue": "latest"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}