This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
86 lines (86 loc) · 2.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "superpowers",
"description": "Superpowers, the HTML5 2D+3D game maker",
"version": "5.0.0",
"license": "ISC",
"main": "./server/index.js",
"repository": {
"type": "git",
"url": "https://github.com/superpowers/superpowers-core.git"
},
"scripts": {
"build": "node scripts/build.js",
"start": "node server start",
"package": "node scripts/package.js"
},
"superpowers": {
"appApiVersion": 5
},
"devDependencies": {
"@types/async": "^2.4.1",
"@types/async-lock": "^1.1.1",
"@types/basic-auth": "^1.1.2",
"@types/express": "^4.16.1",
"@types/express-rate-limit": "^3.3.0",
"@types/js-cookie": "^2.2.1",
"@types/lodash": "^4.14.122",
"@types/mkdirp": "^0.5.2",
"@types/node": "^11.10.4",
"@types/passport": "^1.0.0",
"@types/passport-local": "^1.0.33",
"@types/recursive-readdir": "^2.2.0",
"@types/rimraf": "^2.0.2",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/tv4": "^1.2.29",
"brfs": "^2.0.2",
"browserify": "^16.2.3",
"chalk": "^1.1.3",
"electron": "^4.0.7",
"gulp": "^4.0.0",
"gulp-concat-css": "^2.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-stylus": "^2.7.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.0",
"gulp-util": "^3.0.7",
"simple-dialogs": "^2.1.2",
"socket.io-client": "^2.2.0",
"tslint": "^5.13.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"dependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/express-session": "^1.15.12",
"@types/yargs": "^12.0.9",
"async": "^1.5.2",
"async-lock": "^0.3.8",
"basic-auth": "^2.0.1",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.1",
"dnd-tree-view": "^4.0.2",
"express": "^4.13.3",
"express-rate-limit": "^3.4.0",
"express-session": "^1.13.0",
"follow-redirects": "0.0.7",
"fuzzysort": "^1.1.4",
"js-cookie": "^2.1.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"recursive-readdir": "^2.2.2",
"resize-handle": "^5.0.0",
"rimraf": "^2.6.3",
"socket.io": "^2.2.0",
"tab-strip": "^2.3.0",
"tsscmp": "^1.0.6",
"tv4": "^1.2.7",
"typescript": "^3.3.3333",
"yargs": "^3.32.0",
"yauzl": "^2.4.1"
}
}