-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·84 lines (84 loc) · 2.47 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
76
77
78
79
80
81
82
83
84
{
"name": "webjive",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:coverage": "react-scripts test \"--coverage\"",
"code-analysis": "./node_modules/.bin/eslint \"src/**\" --ignore-path .eslintignore",
"eject": "react-scripts eject"
},
"dependencies": {
"alphanum-sort": "^1.0.2",
"axios": "0.18.0",
"bootstrap": "^4.1.1",
"classnames": "^2.2.5",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"font-awesome": "^4.7.0",
"graphql-client": "^2.0.1",
"graphql-request": "^1.8.2",
"http-proxy-middleware": "^0.19.1",
"jest-enzyme": "^7.0.1",
"js-file-download": "^0.4.4",
"minimatch": "^3.0.4",
"plotly.js": "^1.41.3",
"prop-types": "^15.6.2",
"query-string": "5.0.0",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-device-detect": "^1.6.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.3.2",
"react-files": "^2.4.8",
"react-helmet": "^5.2.0",
"react-plotly.js": "^2.2.0",
"react-redux": "5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^2.1.3",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"redux-thunk": "2.2.0",
"reselect": "^3.0.1",
"scroll-into-view": "^1.9.3"
},
"devDependencies": {
"@redux-saga/testing-utils": "^1.0.1",
"@types/classnames": "^2.2.7",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.13",
"@types/minimatch": "^3.0.3",
"@types/node": "^10.12.19",
"@types/query-string": "^6.1.0",
"@types/react": "^16.7.22",
"@types/react-bootstrap": "^0.32.16",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^7.0.1",
"@types/react-router-dom": "^4.2.7",
"@types/redux-logger": "^3.0.6",
"@types/redux-mock-store": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"prettier": "^1.15.3",
"react-test-renderer": "^16.7.0",
"redux-mock-store": "^1.5.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}