-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.87 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
{
"name": "graduation-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"babel-jest": "^23.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flow-bin": "^0.74.0",
"grid-styled": "^4.1.0",
"hex-to-rgba": "^1.0.1",
"http-status-codes": "^1.3.0",
"jest-enzyme": "^6.0.1",
"jest-styled-components": "^5.0.1",
"js-cookie": "^2.2.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"ramda": "^0.25.0",
"rc-slider": "^8.6.1",
"react": "^16.4.0",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-datasheet": "^1.3.7",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.3.1",
"react-image-crop": "^4.0.1",
"react-input-range": "^1.3.0",
"react-modal": "^3.4.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"styled-components": "^3.3.2",
"styled-system": "^2.2.5",
"webfontloader": "^1.6.28",
"xlsx": "^0.13.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"jest-junit": "^5.0.0",
"prettier": "^1.13.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --silent",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint --fix ./src/***/*.js",
"flow": "flow"
}
}