forked from moonad/TaelinArena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "inferno-hello-world",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build_models": "node src/models/script.js; webpack --config models.webpack.config.js",
"build": "webpack",
"upload": "rsync -rvhz docs TA:~/TA",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maiavictor/inferno-hello-world.git"
},
"author": "Victor Maia",
"license": "MIT",
"bugs": {
"url": "https://github.com/maiavictor/inferno-hello-world/issues"
},
"homepage": "https://github.com/maiavictor/inferno-hello-world#readme",
"devDependencies": {
"compression-webpack-plugin": "^3.1.0",
"express-static-gzip": "^2.0.6",
"file-loader": "^5.1.0",
"formality-loader": "^0.1.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^3.2.0",
"inferno": "^7.3.3",
"inferno-hyperscript": "^7.3.3",
"raw-loader": "^4.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"arraybuffer-loader": "^1.0.8",
"clean-webpack-plugin": "^3.0.0",
"cors": "^2.8.5",
"ethers": "^4.0.43",
"express": "^4.17.1",
"formality-lang": "^0.1.252",
"navigator": "^1.0.1",
"peerjs": "^1.2.0",
"simple-peer": "^9.6.2",
"taelinarena-vox.js": "^1.1.0",
"window": "^4.2.6",
"wrtc": "^0.4.3",
"xhr-request-promise": "^0.1.2"
}
}