-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.55 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@fortawesome/fontawesome-free": "^6.3.0",
"@fullcalendar/bootstrap": "^5.6.0",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/google-calendar": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.2",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/assets",
"@symfony/webpack-encore": "^4.2.0",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"chart.js": "^3.4.1",
"core-js": "^3.23.0",
"dropzone": "^5.5.1",
"file-loader": "^6.0.0",
"icheck-bootstrap": "^3.0.1",
"jquery": "^3.6.0",
"pdfjs-dist": "2.12.313",
"regenerator-runtime": "^0.13.9",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "PROPRIETARY",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}