-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"license": "MIT",
"private": true,
"scripts": {
"lint": "yarn prettier && yarn eslint",
"eslint": "eslint --fix \"./src/**/*.{js,jsx}\" --ext jsconfig.json",
"prettier": "prettier --list-different \"./src/**/*.{js,jsx,md}\"",
"dev": "next dev",
"build": "next build",
"export": "EXPORT=true next build && EXPORT=true next export",
"analyze": "ANALYZE=true next build",
"start": "next start"
},
"dependencies": {
"@react-three/a11y": "^2.1.0",
"@react-three/cannon": "^2.5.0",
"@react-three/drei": "^7.0.6",
"@react-three/fiber": "^7.0.2",
"cannon": "^0.6.2",
"cannon-es": "^0.18.0",
"cannon-es-debugger": "^0.1.4",
"canvas": "^2.8.0",
"d3-scale": "^4.0.0",
"image-pixels": "^2.2.2",
"lodash": "^4.17.21",
"next": "^11.0.1",
"next-power-of-two": "^1.0.0",
"react": "^18.0.0-alpha-dbe3363cc",
"react-dom": "^17.0.2",
"react-gamepads": "^1.0.0",
"simplex-noise": "^2.4.0",
"three": "^0.130.0",
"three-stdlib": "^2.4.0",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@next/bundle-analyzer": "^11.0.0",
"autoprefixer": "^10.2.6",
"babel-plugin-glsl": "^1.0.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"next-compose-plugins": "^2.2.1",
"next-offline": "^5.0.5",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^2.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.40.0"
}
}