forked from Anonymous-Pizza/jukebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.68 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
{
"author": "",
"dependencies": {
"@material/tabs": "^0.3.1",
"axios": "^0.16.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.14.1",
"express-session": "^1.15.6",
"firebase": "^4.4.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-shell": "^2.1.0",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"material-ui": "^0.19.2",
"mocha": "^3.5.3",
"mongoose": "^4.11.12",
"nodemon": "^1.12.1",
"path": "^0.12.7",
"promise-polyfill": "6.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"spotify-web-api-js": "^0.22.1",
"css-loader": "^0.28.7",
"webpack": "^2.7.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack-dev-middleware": "^1.10.0"
},
"description": "My Project",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "my-project",
"scripts": {
"start": "nodemon server",
"compile": "webpack -p",
"production": "grunt deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"engines": {
"node": "8.2.1",
"npm": "5.3.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.9.1"
}
}