-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"private": true,
"version": "2.0.0-rc",
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxi prepare && husky install",
"generate": "nuxi generate"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@firebase/app-types": "^0.9.0",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.6",
"@types/three": "^0.149.0",
"@unocss/nuxt": "^0.50.0",
"@vueuse/nuxt": "^9.12.0",
"eslint": "^8.34.0",
"husky": "^8.0.3",
"json5": "^2.2.3",
"lint-staged": "^13.1.2",
"nitropack": "^2.2.2",
"nuxt": "^3.2.0",
"nuxt-headlessui": "^1.1.1",
"pinia": "^2.0.30",
"simple-git": "^3.16.1",
"std-env": "^3.3.2",
"typescript": "^4.9.5",
"unenv": "^1.2.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.10",
"firebase": "^9.17.1",
"firebase-admin": "^11.5.0",
"nuxt-vuefire": "^0.1.5",
"three": "^0.150.0",
"vuefire": "^3.0.1"
},
"volta": {
"node": "18.14.2"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}