|
1 | 1 | {
|
2 | 2 | "devDependencies": {
|
| 3 | + "@babel/core": "^7.20.5", |
| 4 | + "@babel/preset-env": "^7.16.0", |
3 | 5 | "@fortawesome/fontawesome-free": "^5.8.1",
|
4 | 6 | "@hotwired/stimulus": "^3.0",
|
5 | 7 | "@symfony/stimulus-bridge": "^3.0",
|
6 | 8 | "@symfony/webpack-encore": "^4.0",
|
7 | 9 | "bloodhound-js": "^1.2.3",
|
| 10 | + "bootstrap": "^3.3", |
8 | 11 | "bootstrap-sass": "^3.3.7",
|
9 | 12 | "bootstrap-tagsinput": "^0.7.1",
|
10 | 13 | "bootswatch": "^3.3.7",
|
|
14 | 17 | "imports-loader": "^0.8.0",
|
15 | 18 | "jquery": "^3.5.1",
|
16 | 19 | "lato-font": "^3.0.0",
|
| 20 | + "moment": "^2.10", |
| 21 | + "moment-timezone": "^0.5.40", |
17 | 22 | "regenerator-runtime": "^0.13.2",
|
18 | 23 | "sass": "^1.53.0",
|
19 | 24 | "sass-loader": "^13.2",
|
20 | 25 | "stimulus": "^2.0.0",
|
21 | 26 | "typeahead.js": "^0.11.1",
|
22 |
| - "webpack-notifier": "^1.15.0" |
23 |
| - "@babel/core": "^7.20.5", |
24 |
| - "@babel/preset-env": "^7.16.0", |
25 |
| - "@hotwired/stimulus": "^3.0", |
26 |
| - "bootstrap": "^3.3", |
27 |
| - "moment": "^2.10", |
28 |
| - "moment-timezone": "^0.5.40", |
29 | 27 | "webpack": "^5.72",
|
30 |
| - "webpack-cli": "^4.9.1" |
| 28 | + "webpack-cli": "^4.9.1", |
| 29 | + "webpack-notifier": "^1.15.0" |
31 | 30 | },
|
32 | 31 | "license": "MIT",
|
33 | 32 | "private": true,
|
|
0 commit comments