-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "webs",
"scripts": {
"build": "webpack --mode=\"production\"",
"dev": "webpack --watch --mode=\"development\"",
"clear_latte_cache": "rm -r temp/cache/latte"
},
"devDependencies": {
"@fullcalendar/bootstrap5": "^6.1.10",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/icalendar": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@types/bootstrap": "^5.2.10",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"bootstrap-icons": "^1.11.3",
"css-loader": "^6.2.0",
"ical.js": "^1.5.0",
"mini-css-extract-plugin": "^2.1.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/photoswipe": "^4.1.2",
"bootstrap": "^5.0.2",
"flag-icon-css": "^3.5.0",
"photoswipe": "github:dimsemenov/photoswipe#v5-beta",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}