-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "spotify-tempo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"start": "node bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/react": "^15.0.35",
"animated-js": "0.0.5",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"material-ui": "^0.18.1",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"react": "^15.5.4",
"react-autocomplete": "^1.5.9",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.7",
"react-move": "^1.5.4",
"react-router-dom": "^4.1.1",
"react-scroll": "^1.5.4",
"react-tap-event-plugin": "^2.0.1",
"recharts": "^1.0.0-alpha.0",
"spotify-web-api-node": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-google": "^0.8.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.11.2",
"webpack": "^2.6.1",
"why-did-you-update": "0.0.8"
}
}