-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.2 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
72
73
74
75
{
"name": "musigraph",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hocs/debounce-handler": "0.5.0",
"@material-ui/core": "4.3.2",
"@material-ui/icons": "4.2.1",
"@zeit/next-css": "1.0.1",
"create-react-class": "15.6.3",
"discojs": "1.3.2",
"graphql": "14.4.2",
"isomorphic-redux-api-middleware": "1.0.2",
"isomorphic-unfetch": "3.0.0",
"micro": "9.3.4",
"micro-compose": "0.0.3",
"micro-cookie": "1.1.4",
"micro-redirect": "1.0.0",
"microauth-spotify": "0.0.6",
"next": "9.0.3",
"next-compose-plugins": "2.2.0",
"next-cookies": "1.1.2",
"next-fonts": "0.17.0",
"next-images": "1.1.2",
"next-redux-wrapper": "3.0.0-alpha.3",
"nuka-carousel": "4.5.9",
"ramda": "0.26.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-is": "16.9.0",
"react-redux": "7.1.0",
"react-select": "3.0.4",
"recompose": "0.30.0",
"reduce-reducers": "1.0.4",
"redux": "4.0.4",
"redux-devtools-extension": "2.13.8",
"redux-localstorage-simple": "2.1.6",
"redux-thunk": "2.3.0",
"request": "2.88.0",
"request-promise": "4.2.4",
"spotify-web-api-node": "4.0.0",
"styled-components": "5.0.0-beta.8",
"styled-system": "5.0.21"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-export-default-from": "7.5.2",
"@types/node": "12.11.1",
"@types/react": "16.9.9",
"@types/spotify-web-api-node": "4.0.1",
"@typescript-eslint/eslint-plugin": "2.4.0",
"@typescript-eslint/parser": "1.13.0",
"babel-eslint": "10.0.2",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-styled-components": "1.10.6",
"env-cmd": "9.0.3",
"eslint": "6.5.1",
"eslint-config-prettier": "6.4.0",
"eslint-config-react-app": "5.0.2",
"eslint-import-resolver-babel-module": "5.1.0",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "4.3.0",
"eslint-plugin-graphql": "3.1.0",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.1.2",
"prettier": "1.18.2",
"typescript": "3.6.4"
},
"license": "ISC"
}