-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "showlist-player",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Brian Chan",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-redis": "^3.4.1",
"core-js": "^3.1.4",
"express": "^4.17.1",
"express-session": "^1.16.2",
"flux": "^3.1.3",
"js-cookie": "^2.2.0",
"method-override": "^3.0.0",
"mongoose": "^5.6.1",
"pug": "^2.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-router-dom": "^5.0.1",
"react-tooltip": "^3.10.0",
"react-virtualized": "^9.21.1",
"redis": "^2.8.0",
"regenerator-runtime": "^0.13.2",
"spotify-web-api-node": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"style-loader": "^0.23.1",
"webpack": "^4.35.2",
"webpack-stream": "^5.2.1"
}
}