forked from pl4nty/anutimetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
{
"name": "anutimetable",
"version": "1.0.0",
"private": true,
"dependencies": {
"@azure/functions": "3.0.0",
"@fullcalendar/bootstrap": "5.10.1",
"@fullcalendar/core": "5.10.1",
"@fullcalendar/daygrid": "5.10.1",
"@fullcalendar/list": "5.10.1",
"@fullcalendar/luxon": "5.10.1",
"@fullcalendar/react": "5.10.1",
"@fullcalendar/rrule": "5.10.1",
"@fullcalendar/timegrid": "5.10.1",
"@microsoft/applicationinsights-react-js": "3.2.1",
"@microsoft/applicationinsights-web": "2.7.1",
"bootstrap-darkmode": "^0.9.1",
"luxon": "^1.28.0",
"randomcolor": "0.6.2",
"react": "17.0.2",
"react-bootstrap": "1.6.4",
"react-bootstrap-typeahead": "6.0.0-alpha.4",
"react-dom": "17.0.2",
"react-icons": "4.3.1",
"react-scripts": "^4.0.3",
"react-timezone-select": "^1.1.15",
"react-virtuoso": "^2.7.0",
"rrule": "2.6.8",
"sass": "^1.48.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": "0.8.2",
"azure-functions-core-tools": "3.0.3904",
"cross-env": "7.0.3"
}
}