-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.05 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.05 KB
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
{
"name": "neo-pangea",
"version": "1.0.0",
"description": "",
"scripts": {
"preview": "vite preview",
"build": "vite build",
"lint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc"
},
"keywords": [],
"author": "Thomas Van Kerckvoorde",
"private": true,
"license": "MIT",
"type": "module",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/howler": "^2.2.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.171.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"esbuild": "0.24.2",
"eslint": "^9.17.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "6.0.6"
},
"dependencies": {
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.5",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"helmet": "^8.0.0",
"howler": "^2.2.4",
"openai": "^4.77.0",
"postprocessing": "^6.36.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"three": "^0.171.0",
"typewriter-effect": "^2.21.0"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"esbuild"
]
}
}