-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "dinbandan",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^4.9.1",
"firebase-admin": "^5.8.2",
"flux-constants": "^0.2.2",
"history": "^4.7.2",
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"material-ui": "^0.20.0",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.7",
"react-flexbox": "^3.1.4",
"react-flexbox-grid": "^2.0.0",
"react-image": "^1.3.1",
"react-loading": "^1.0.3",
"react-modal": "^3.1.8",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^3.0.1",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-saga-test-plan": "^3.5.0",
"styled-components": "^2.4.0",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"jest-styled-components": "^4.10.0",
"jsdom": "^11.6.2",
"react-test-renderer": "^16.2.0",
"sinon": "^4.3.0"
}
}