-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "anutimetable",
"version": "1.0.0",
"private": true,
"dependencies": {
"@azure/functions": "4.6.0",
"@fullcalendar/bootstrap5": "6.1.15",
"@fullcalendar/core": "6.1.15",
"@fullcalendar/daygrid": "6.1.15",
"@fullcalendar/list": "6.1.15",
"@fullcalendar/luxon2": "6.1.15",
"@fullcalendar/react": "6.1.15",
"@fullcalendar/rrule": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@microsoft/applicationinsights-react-js": "17.3.4",
"@microsoft/applicationinsights-web": "3.3.4",
"bootstrap-darkmode": "5.0.1",
"html-to-image": "1.11.11",
"randomcolor": "0.6.2",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-bootstrap-typeahead": "6.3.2",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-scripts": "5.0.1",
"react-timezone-select": "3.2.8",
"react-virtuoso": "4.12.0",
"rrule": "2.8.1",
"sass": "1.81.0"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"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": {
"@azure/static-web-apps-cli": "2.0.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"azure-functions-core-tools": "4.0.6610",
"cross-env": "7.0.3"
},
"engines": {
"node": ">=18.0.0"
}
}