-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "bands-in-town",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.0.0-rc.0",
"@material-ui/icons": "^1.0.0-rc.0",
"classnames": "^2.2.5",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"fb-watchman": "^2.0.0",
"history": "^4.7.2",
"jss": "^9.8.1",
"jss-preset-default": "^4.5.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.1",
"qa": "0.0.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-google-maps": "^9.4.5",
"react-jss": "^8.4.0",
"react-localization": "^1.0.8",
"react-redux": "^5.0.7",
"react-redux-loading-bar": "^4.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-test-renderer": "^16.3.2",
"reactotron-apisauce": "^1.13.0",
"reactotron-react-js": "^1.13.0",
"reactotron-redux-saga": "^1.13.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"reduxsauce": "^1.0.0",
"seamless-immutable": "^7.1.3",
"sinon": "^5.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}