-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.75 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
66
67
68
{
"name": "airett-backoffice",
"version": "0.1.0",
"private": true,
"homepage": "http://airett-backoffice.s3-website.us-east-2.amazonaws.com/",
"xproxy": "https://airettdev.tk",
"dependencies": {
"@dschoon/react-waves": "^1.0.14",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"d3": "^5.5.0",
"d3-collection": "^1.0.4",
"dayjs": "^1.8.14",
"eazy-auth": "^0.7.1",
"leaflet": "^1.5.1",
"lodash-move": "^1.1.1",
"markdown-to-jsx": "^6.7.2",
"material-icons-react": "^1.0.2",
"memoize-one": "^5.0.4",
"node-sass": "^4.12.0",
"query-string": "5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-dropzone": "^5.0.1",
"react-flip-move": "^3.0.2",
"react-leaflet": "^2.4.0",
"react-placeholder": "^3.0.1",
"react-player": "^1.6.4",
"react-popper-tooltip": "^2.8.3",
"react-redux": "^5.0.7",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.1",
"react-select": "^2.4.3",
"reactstrap": "^8.0.0",
"recharts": "^1.6.2",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-rocketjump": "^1.7.2",
"redux-saga": "^1.1.1",
"redux-saga-thunk": "^0.7.1",
"reselect": "^3.0.1",
"superagent": "^3.8.3",
"uuid": "^3.3.2"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"npm-run-all": "^4.1.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}