This repository was archived by the owner on Jun 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 KB
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": "iar-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"autosuggest-highlight": "^3.1.1",
"client-oauth2": "^4.2.0",
"immutable": "^3.8.2",
"lodash": "^4.17.11",
"material-ui": "^1.0.0-beta.36",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-autosuggest": "^9.3.4",
"react-display-name": "^0.2.3",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "^2.1.3",
"react-visibility-sensor": "^3.11.0",
"redux": "^3.7.2",
"redux-api-middleware": "^2.3.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"fetch-mock": "^6.0.1",
"mock-local-storage": "^1.0.5",
"react-styleguidist": "^8.0.6",
"react-test-renderer": "16.2.0",
"redux-mock-store": "^1.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"coverage": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}