-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "zeus-playground",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/greenSnot/ZeusPlayground.git"
},
"scripts": {
"dev": "webpack-dev-server --mode=development",
"benchmark": "tsc benchmark/index.ts --outDir ./benchmark/tmp --lib 'ESNext,DOM' --pretty && node benchmark/tmp/benchmark/index.js",
"build": "webpack"
},
"dependencies": {
"@types/react": "^16.4.18",
"@types/three": "^0.91.10",
"fast-voxel-raycast": "^0.1.1",
"froggy": "^1.1.6",
"froggy-interpreter": "^1.1.5",
"keycode": "^2.2.0",
"lodash": "^4.17.19",
"react": "^16.5.2",
"react-addons-update": "^15.6.2",
"react-dom": "^16.5.2",
"three": "^0.92.0",
"tslint": "^5.9.1",
"webpack-cli": "^3.1.2"
},
"devDependencies": {
"@types/node": "^10.0.8",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"microtime": "^3.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"ts-loader": "^4.2.0",
"typescript": "^2.8.3",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.9",
"worker-loader": "^1.1.1"
},
"author": "greenSnot",
"license": "GPL-3.0"
}