-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.91 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.91 KB
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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/ux-cropperjs": "file:vendor/symfony/ux-cropperjs/assets",
"@symfony/webpack-encore": "^5.3.1",
"chart.js": "^3.4.1",
"core-js": "^3.23.0",
"cropperjs": "^1.5.9",
"eslint": "^8.37.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.56.1",
"sass-loader": "^13.0.0",
"tom-select": "^2.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@annotorious/annotorious": "^3.0.0-pre-alpha-28",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@popperjs/core": "^2.11.8",
"@toast-ui/editor": "^3.1.0",
"@toast-ui/jquery-editor": "^2.5.4",
"axios": "^1.2.0",
"bootstrap": "^5.3.3",
"cross-env": "^7.0.3",
"firebase": "^11.4.0",
"flag-icons": "^6.6.6",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"quagga": "^0.6.16",
"quill": "^2.0.3",
"stimulus": "^3.1.1",
"stimulus-autocomplete": "^3.0.2",
"stimulus-checkbox-select-all": "^5.2.0",
"stimulus-lightbox": "^3.2.0",
"stimulus-notification": "^2.2.0",
"stimulus-popover": "^6.2.0",
"stimulus-scroll-to": "^4.1.0"
}
}