forked from sarapple/react_component_ar_vr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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
38
39
40
{
"name": "tictactoe",
"version": "0.1.0",
"description": "Source for Tics and Tacs Overdrive Intense... FIGHT! gadget",
"main": "index.js",
"scripts": {
"build": "webpack --env=production",
"start": "webpack --env=dev --watch --progress"
},
"keywords": [],
"author": "",
"license": "",
"repository": "",
"devDependencies": {
"@types/color": "^3.0.0",
"@types/express": "^4.17.0",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/ws": "^6.0.2",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"npm": "^6.12.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.0.4",
"tslib": "^1.10.0",
"typescript": "^3.5.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@aardvarkxr/aardvark-react": "0.0.9",
"@aardvarkxr/aardvark-shared": "0.0.11",
"@croquet/croquet": "0.2.5",
"bind-decorator": "^1.0.11",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}