-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "EiseTasks",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^3.13.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"eslint-config-airbnb": "^14.0.0",
"react-scripts": "0.9.5"
},
"dependencies": {
"es6-promise": "^4.1.0",
"history": "^4.6.1",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-at-rest": "^2.0.9",
"react-burger-menu": "^2.1.4",
"react-cookies": "^0.1.0",
"react-dom": "^15.6.1",
"react-dropdown": "^1.2.0",
"react-element-query": "^3.0.2",
"react-hide-div": "^1.0.1",
"react-loader": "^2.4.0",
"react-modal": "^2.2.2",
"react-modal-wrapper": "^0.4.0",
"react-native-display": "^1.0.8",
"react-query": "0.0.10",
"react-redux": "^5.0.5",
"react-redux-i18n": "^1.8.0",
"react-router": "^2.6.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-scrollbar": "^0.5.1",
"react-scrollbar-js": "^1.0.1",
"react-simple-dropdown": "^2.0.0",
"react-textarea-autosize": "^5.0.7",
"react-transition-group": "^2.2.0",
"react-validation": "^2.10.9",
"reactstrap": "^4.8.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"requires-port": "^1.0.0",
"validator": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}