-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
{
"name": "lwt.web",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "3.12.4",
"chart.js": "^2.7.3",
"fetch-jsonp": "^1.1.3",
"inline-style-prefixer": "^5.0.3",
"jwt-decode": "^2.2.0",
"node-sass": "^4.11.0",
"prop-types": "latest",
"react": "^16.7.0",
"react-chartkick": "^0.3.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-redux": "^6.0.0",
"react-router": "latest",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-scroll": "^1.7.11",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.7",
"redux-promise": "0.6.0",
"speak-tts": "^2.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"plugins": [
"prettier"
],
"extends": [
"react-app",
"airbnb",
"prettier"
],
"rules": {
"prettier/prettier": "error"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "3.5.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.4"
}
}