-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "threejs-exploration",
"version": "0.1.0",
"description": "Exploring three.js",
"repository": "https://github.com/epleaner/threejs-react.git",
"author": "Eli <eli.i.pleaner@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@loadable/component": "^5.12.0",
"d3-array": "^2.4.0",
"d3-ease": "^1.0.6",
"d3-force": "^2.0.1",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-timer": "^1.0.10",
"d3-transition": "^1.3.2",
"drei": "^0.0.56",
"jsfeat": "^0.0.8",
"lerp": "^1.0.3",
"next": "9.2.1",
"next-compose-plugins": "^2.2.0",
"next-transpile-modules": "^3.3.0",
"p5": "^1.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "^6.1.0",
"react-p5-wrapper": "^2.0.0",
"react-three-fiber": "4.0.12",
"react-three-gui": "^0.1.5",
"react-transition-group": "^4.4.1",
"three": "0.112.1",
"tumult": "^3.0.14"
},
"devDependencies": {
"deepmerge": "^4.2.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6"
}
}