-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (35 loc) · 862 Bytes
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
{
"name": "quokecola.com",
"version": "1.0.0",
"description": "",
"main": "framework/main.ts",
"scripts": {
"build": "webpack",
"clean": "webpack serve --open"
},
"devDependencies": {
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.0.0",
"typescript": "^5.3.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.168.0"
},
"dependencies": {
"@react-three/drei": "^9.112.0",
"@react-three/fiber": "^8.17.6",
"leva": "^0.9.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.168.0",
"highlight.js": "^11.10.0",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"postprocessing": "^6.36.3",
"stats.js": "^0.17.0"
},
"private": true
}