-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.52 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
{
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fullcalendar/bootstrap": "^5.11.0",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo": "^7.0.1",
"@popperjs/core": "^2.11.5",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets",
"@symfony/webpack-encore": "^1.7.0",
"axios": "^0.27.2",
"chart.js": "^3.4.1",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"sass": "^1.51.0",
"sass-loader": "^12.0.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"admin-lte": "^3.2.0",
"bootstrap": "^5.1.3",
"build": "^0.1.4",
"fullcalendar": "^3.10.5",
"jquery": "^3.6.0",
"moment": "^2.29.3",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.0"
}
}