-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 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
58
59
60
61
62
63
64
65
{
"name": "rjs-flights",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"dayjs": "^1.8.15",
"dotenv": "^8.0.0",
"istanbul": "^0.4.5",
"jest-localstorage-mock": "^2.4.0",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"mock-local-storage": "^1.1.8",
"moment": "^2.24.0",
"nyc": "^14.1.1",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-datepicker": "^2.8.0",
"react-day-picker": "^7.3.0",
"react-dom": "^16.8.6",
"react-icons": "^2.2.7",
"react-scripts": "^3.0.1",
"react-select": "^3.0.4",
"reactstrap": "^8.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha --inspect-brk",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app-babel-7": "^4.0.2-0",
"esm": "^3.2.25"
}
}