-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"homepage": "https://ax-sh.github.io/christmas-tree-app",
"name": "christmas-tree-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist",
"postdeploy": "echo https://ax-sh.github.io/christmas-tree-app",
"preinstall": "npx only-allow pnpm",
"lint": "oxlint",
"format": "biome format ."
},
"dependencies": {
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^7.0.24",
"@react-three/postprocessing": "^2.15.13",
"@types/three": "^0.135.0",
"leva": "^0.9.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"sass": "^1.70.0",
"three": "^0.135.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"eslint-plugin-oxlint": "^0.2.3",
"gh-pages": "^6.1.1",
"oxlint": "^0.2.6",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-qrcode": "^0.2.3"
}
}