-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 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
{
"devDependencies": {
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"core-js": "^3.0.0",
"file-loader": "^6.0.0",
"regenerator-runtime": "^0.13.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.0",
"stimulus": "^2.0.0",
"vue": "^2.5",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"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": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@sweetalert2/theme-bootstrap-4": "^4.0.3",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-datepicker": "^1.9.0",
"bs-custom-file-input": "^1.3.4",
"ckeditor": "^4.0.0",
"datatables.net-bs4": "^1.10.24",
"moment": "^2.29.1",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^10.15.7",
"typeahead.js": "^0.11.1"
}
}