-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.49 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
{
"name": "kudos",
"version": "0.1.0",
"homepage": ".",
"private": true,
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"react-scripts": "1.0.7",
"redux-devtools": "^3.4.0"
},
"dependencies": {
"@types/react": "^16.0.35",
"eslint-plugin-react": "^7.6.1",
"google-maps-react": "^1.0.19",
"history": "^4.7.2",
"indexeddb-tools-redux": "^2.0.0",
"invariant": "^2.2.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-helmet": "^5.1.3",
"react-image-gallery": "^0.8.7",
"react-redux": "^5.0.6",
"react-redux-form": "^1.12.1",
"react-redux-toastr": "^7.2.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-share": "^1.19.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^4.10.1",
"redux-polyglot": "^0.5.3",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.72.0",
"sw-precache": "^5.2.1",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"rules": {
"eqeqeq": "off",
"curly": "warn",
"quotes": [
"warn",
"double"
]
}
}