forked from HackRU/sledge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "sledge",
"version": "0.0.1",
"private": true,
"dependencies": {
"@types/better-sqlite3": "^3.1.3",
"@types/chai": "^4.1.4",
"@types/debug": "^0.0.31",
"@types/express": "^4.11.1",
"@types/mocha": "^5.2.3",
"@types/papaparse": "^4.5.0",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^6.0.2",
"@types/reactstrap": "^6.0.2",
"@types/socket.io": "^1.4.33",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^3.4.4",
"better-sqlite3": "^4.1.4",
"chai": "^4.2.0",
"debug": "^4.1.0",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-mocha": "^6.0.0",
"gulp-tslint": "^8.1.3",
"immutable": "^4.0.0-rc.12",
"jsonschema": "^1.2.4",
"mocha": "^5.2.0",
"mocha-headless-chrome": "^2.0.1",
"papaparse": "^4.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"reactstrap": "6.5.0",
"redux": "^4.0.1",
"sass": "^1.3.2",
"shelljs": "^0.8.2",
"socket.io": "^2.1.0",
"source-map-support": "^0.5.9",
"systemjs": "0.21.5",
"tslint": "^5.10.0",
"typescript": "^3.0.1",
"typescript-json-schema": "^0.31.0",
"uuid": "^3.3.2"
}
}