-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 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
{
"name": "robinjungers.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export"
},
"author": "Robin Jungers",
"license": "ISC",
"dependencies": {
"@lcdev/toml-loader": "^1.1.0",
"@react-three/drei": "^9.56.8",
"@react-three/fiber": "^8.10.1",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"ml-kmeans": "^5.0.0",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.1",
"simplex-noise": "^4.0.0",
"three": "^0.149.0"
},
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@types/lodash": "^4.14.191",
"@types/react": "18.0.26",
"@types/sharp": "^0.31.1",
"@types/three": "^0.148.1",
"srt-parser-2": "^1.2.2",
"typescript": "4.9.4",
"val-loader": "^5.0.1"
}
}