forked from TheAudiophiles/lola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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": "lola",
"version": "1.0.0",
"description": "Interactive voice-controlled music dashboard for making listening to your favorite music easy, fun, and social",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheAudiophiles/lola.git"
},
"author": "Daniel Olita, Nick Barnett, Rachel DePreist",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheAudiophiles/lola/issues"
},
"homepage": "https://github.com/TheAudiophiles/lola#readme",
"dependencies": {
"artyom.js": "^1.0.4",
"axios": "^0.15.3",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"body-parser": "^1.16.1",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.15.1",
"mongoose": "^4.8.1",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-spotify": "^0.3.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-burger-menu": "^1.10.14",
"react-dom": "^15.4.2",
"react-loading": "0.0.9",
"react-media-player": "^0.6.1",
"react-motion-ui-pack": "^0.10.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"rebass": "^0.3.4",
"redux": "^3.5.2",
"redux-localstorage": "^0.4.1",
"redux-saga": "^0.14.3",
"reflexbox": "^2.2.3",
"request": "^2.79.0",
"spotify-web-api-js": "^0.21.2",
"spotify-web-api-node": "^2.3.6",
"string-similarity": "^1.1.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-stage-1": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.2.0",
"jest": "^19.0.2",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1"
}
}