forked from artcom/react-three-arjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "@artcom/react-three-arjs-example",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"watch": "webpack serve --hot --https --mode=development",
"build": "webpack --mode=production",
"start": "http-server -S -C cert.pem dist/"
},
"engines": {
"node": ">= 16.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artcom/react-three-arjs.git"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"react-refresh": "^0.14.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"@ar-js-org/ar.js": "^3.4.0",
"@artcom/react-three-arjs": "^0.5.1",
"@react-three/fiber": "^8.2.2",
"buffer": "^6.0.3",
"core-js": "^3.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.142.0"
},
"browserslist": [
"defaults"
]
}