-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.83 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": "fmw-calendar",
"version": "2.1.1",
"private": true,
"dependencies": {
"@fullcalendar/bootstrap": "^4.3.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/moment": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@popperjs/core": "^2.0.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"cross-env": "^6.0.3",
"fmw-utils": "^1.4.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-inline": "^0.1.3",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"react": "^16.13.0",
"react-app-polyfill": "^1.0.6",
"react-day-picker": "^7.4.0",
"react-dom": "^16.13.0",
"react-hook-form": "^5.0.2",
"react-scripts": "3.4.0",
"reactstrap": "^8.4.1",
"swr": "^0.1.17",
"tippy.js": "^5.2.1",
"uuid": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:served": "PUBLIC_URL=https://www.geist.ws react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:inline": "npm run build && gulp",
"start:https": "cross-env HTTPS=true react-scripts start",
"upload": "node ./scripts/loadFinal",
"build:upload": "npm run build:inline && npm run upload",
"openfile": "node ./scripts/openFileOnServer",
"downloadFile": "node ./scripts/downloadFromServer"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"ie 11",
"safari 12",
"chrome 78",
"Edge 18"
],
"development": [
"ie 11",
"safari 12",
"chrome 78",
"Edge 18"
]
},
"devDependencies": {
"open": "^7.0.0"
}
}