-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.26 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.26 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "react-bootstrap",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@capacitor/android": "^2.4.2",
"@capacitor/core": "^2.4.2",
"@capacitor/ios": "^2.4.2",
"@emotion/core": "^10.0.28",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/dom": "^5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"ajv-keywords": "^3.5.2",
"array-move": "^3.0.0",
"axios": "^0.19.2",
"bluebird": "^3.5.1",
"bootswatch": "^4.5.0",
"date-fns": "^2.15.0",
"dayjs": "^1.8.30",
"formik": "^2.1.5",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"path": "^0.12.7",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^1.0.1",
"react-date-range": "^1.0.3",
"react-day-picker": "^7.4.8",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-image-crop": "^8.6.4",
"react-is": "^16.13.1",
"react-phone-number-input": "^3.0.24",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-social-login": "^3.4.7",
"react-spinners": "^0.9.0",
"react-table": "^7.3.0",
"react-tooltip": "^4.2.7",
"react-widgets": "^4.6.1",
"react-widgets-moment": "^4.0.30",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.7",
"yup": "^0.29.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "HTTPS=true PORT=9000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"use-build": "PORT=8000 serve build"
},
"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": {
"@capacitor/cli": "2.4.2",
"@ionic/lab": "3.2.9",
"terser-brunch": "^4.0.0"
}
}