-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.63 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
62
63
64
65
66
{
"name": "voxel",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babylonjs/core": "^4.1.0",
"@babylonjs/inspector": "^4.1.0",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/dat.gui": "^0.7.5",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.47",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"babylon-voxel-skybox": "1.0.3",
"dat.gui": "0.7.7",
"gl-vec3": "1.1.3",
"ndarray": "1.0.19",
"noa-engine": "github:andyhall/noa#develop",
"node-sass": "^4.14.1",
"only": "0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-nipple": "^1.0.2",
"react-scripts": "^3.4.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"ts-keycode-enum": "^1.0.6",
"tsc-watch": "^4.2.9",
"typescript": "^4.0.2",
"voxel-crunch": "^0.2.1",
"voxel-engine": "^0.20.2",
"voxel-player": "^0.1.0"
},
"scripts": {
"start": "react-scripts start",
"start-server": "ts-node-dev --respawn --transpile-only ./src/Server.ts",
"buildserver": "tsc && node ./dist/server.js",
"build": "react-scripts build",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/gl-vec3": "^1.1.0",
"@types/ndarray": "^1.0.8",
"ts-node-dev": "^1.0.0-pre.62"
}
}