-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.38 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
{
"author": "",
"dependencies": {
"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",
"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",
"webpack-dev-middleware": "^1.10.0"
},
"description": "My Project",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "my-project",
"scripts": {
"start": "webpack-dev-server",
"compile": "webpack -p",
"production": "grunt deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"devDependencies": {
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.9.1"
}
}