-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1020 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.27",
"@nuxt/content": "^2.10.0",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "1.7.0",
"@nuxtjs/i18n": "8.3.1",
"@nuxtjs/seo": "2.0.0-rc.10",
"@total-typescript/ts-reset": "^0.5.1",
"@tresjs/core": "^4.0.2",
"@types/node": "^20.11.0",
"@unocss/eslint-config": "^0.60.4",
"@unocss/nuxt": "^0.60.4",
"@vite-pwa/nuxt": "^0.8.0",
"@vueuse/nuxt": "^10.10.1",
"dayjs": "^1.11.10",
"eslint": "^9.4.0",
"gsap": "^3.12.4",
"nuxt": "^3.12.1",
"radix-vue": "^1.4.9",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"three": "^0.165.0",
"vue": "^3.4.20",
"vue-router": "^4.3.0"
}
}