-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "sema-back-office-web",
"version": "0.0.3",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"base-64": "^0.1.0",
"bootstrap": "3.3.7",
"chart.js": "^2.7.2",
"convert-units": "https://github.com/untapped-inc/convert-units",
"dateformat": "^3.0.3",
"formik": "^1.5.1",
"google-maps-react": "^2.0.2",
"history": "^4.7.2",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"moment": "^2.21.0",
"prop-types": "^15.6.2",
"rc-progress": "~2.2.5",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.7.0",
"react-csv": "^1.1.1",
"react-dom": "^16.3.2",
"react-dropzone": "^7.0.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-spinners": "^0.2.6",
"react-table": "^6.8.6",
"react-toasts": "2.0.14",
"redux": "^4.0.0",
"redux-actions": "^2.6.3",
"redux-form": "^7.4.2",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"selectize": "^0.12.6"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
"build": "NODE_ENV=production react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "./update_theme.sh",
"lint": "eslint ./src/**/*.js ./src/**/*.jsx"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "7.11.0"
}
}