forked from online-go/online-go.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.04 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
{
"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": "^6.4.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.16.1",
"cssnano": "^3.7.5",
"express": "^4.14.1",
"express-http-proxy": "^0.11.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.5.0",
"gulp-tslint": "^7.1.0",
"gulp-util": "^3.0.8",
"pofile": "^1.0.2",
"postcss-inline-svg": "^2.1.2",
"pump": "^1.0.2",
"source-map-loader": "^0.1.6",
"stylus": "^0.54.5",
"ts-loader": "^2.0.1",
"tslint": "^4.4.2",
"typescript": "^2.1.6",
"webpack": "^2.2.1",
"xgettext-js": "^1.1.0",
"yarn": ">=0.20.3"
},
"dependencies": {
"@types/blueimp-md5": "^1.1.30",
"@types/d3": "^4.4.0",
"@types/fixed-data-table": "^0.6.30",
"@types/jquery": "^2.0.34",
"@types/markdown-it": "^0.0.2",
"@types/react": "^0.14.54",
"@types/react-addons-perf": "^0.14.17",
"@types/react-autosuggest": "^3.7.6",
"@types/react-dom": "^0.14.19",
"@types/react-redux": "^4.4.35",
"@types/react-router": "^2.0.41",
"@types/react-tap-event-plugin": "0.0.30",
"@types/socket.io-client": "^1.4.29",
"@types/sweetalert": "^1.1.27",
"blueimp-md5": "^2.3.1",
"d3": "^4.4.0",
"es6-promise": "^3.3.1",
"eventemitter3": "^2.0.2",
"markdown-it": "^8.3.1",
"moment": "^2.16.0",
"react": "^15.3.2",
"react-autosuggest": "^7.0.1",
"react-datetime": "^2.8.6",
"react-dom": "^15.3.2",
"react-dropzone": "^3.7.3",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^1.0.0",
"socket.io-client": "^1.5.1",
"supervisor": "^0.12.0"
}
}