forked from sidgtl/ping-pong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 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
72
73
74
75
76
77
{
"name": "ballgame",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "webpack --mode development"
},
"version": "1.0.0-14",
"engines": {
"node": "^12.0.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"ampersand-state": "^5.0.3",
"async": "^3.1.0",
"bluebird": "^3.5.5",
"bookshelf": "^0.15.1",
"browsernizr": "^2.3.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"debounce": "^1.2.0",
"emailjs": "2.2.0",
"express": "^4.17.1",
"knex": "^0.19.1",
"moment": "2.24.0",
"mysql": "^2.17.1",
"python-shell": "^1.0.7",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.8.6",
"serve-static": "^1.14.1",
"socket.io": "^2.2.0",
"sparknode": "^0.4.9",
"through2": "^3.0.1",
"uglifyify": "^5.0.1",
"underscore": "1.9.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"async": "^3.1.0",
"babel-loader": "^8.0.6",
"browserify": "^16.3.0",
"chalk": "^2.4.2",
"css-loader": "^3.2.0",
"del": "^5.0.0",
"envify": "^4.1.0",
"event-stream": "^4.0.1",
"exorcist": "^1.0.1",
"file-loader": "^4.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-buffer": "0.0.2",
"gulp-csso": "^3.0.1",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-util": "^3.0.8",
"jade": "^1.11.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-google-text-to-speech": "^0.1.0",
"pug-html-loader": "^1.1.5",
"reactify": "^1.1.1",
"request": "^2.88.0",
"slug": "^1.1.0",
"stream-combiner": "^0.2.2",
"style-loader": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}