-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
50
51
52
53
54
55
56
{
"name": "woollar-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"axios-middleware": "^0.3.1",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.4.0",
"history": "^4.9.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-loader-spinner": "^2.3.0",
"react-redux": "^6.0.1",
"react-redux-toastr": "^7.5.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.4",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"flow:typed": "flow-typed install axios@0.18.x classnames@2.2.x react-router-dom@4.x.x",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"stylelint": "stylelint 'src/styles/*.scss'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-loader": "^8.0.6",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.9.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.92.1",
"flow-typed": "^2.5.2",
"stylelint": "^9.10.1"
}
}