forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.97 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
{
"name": "online-go.com",
"version": "5.1.0",
"url": "https://github.com/online-go/online-go.com/issues",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev": "gulp"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"body-parser": "^1.16.1",
"cssnano": "^3.10.0",
"express": "^4.14.1",
"express-http-proxy": "^0.11.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.0",
"gulp-livereload": "^3.8.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylus": "^2.6.0",
"gulp-tslint": "^8.1.0",
"gulp-util": "^3.0.8",
"html-minifier": "3.5.6",
"pofile": "^1.0.8",
"postcss-inline-svg": "^3.0.0",
"pump": "^1.0.2",
"source-map-loader": "^0.1.6",
"stylus": "^0.54.5",
"supervisor": "^0.12.0",
"ts-loader": "^3.1.1",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"webpack": "^3.8.1",
"xgettext-js": "^1.1.0",
"yarn": "^1.3.2"
},
"dependencies": {
"@types/blueimp-md5": "^1.1.30",
"@types/d3": "^4.11.0",
"@types/fixed-data-table": "^0.6.30",
"@types/jquery": "^2.0.34",
"@types/markdown-it": "^0.0.4",
"@types/react": "^16.0.20",
"@types/react-autosuggest": "^8.0.1",
"@types/react-dom": "^16.0.2",
"@types/react-redux": "^4.4.35",
"@types/react-tap-event-plugin": "0.0.30",
"@types/sanitize-html": "^1.13.31",
"@types/socket.io-client": "^1.4.31",
"@types/sweetalert": "^1.1.27",
"blueimp-md5": "^2.10.0",
"d3": "^4.11.0",
"eventemitter3": "^2.0.3",
"markdown-it": "^8.4.0",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-autosuggest": "^9.3.2",
"react-datetime": "^2.10.3",
"react-dom": "^16.0.0",
"react-dropzone": "^3.7.3",
"react-number-format": "^3.0.1",
"react-redux": "^4.4.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"sanitize-html": "^1.14.1"
}
}