-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"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-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/ux-toggle-password": "file:vendor/symfony/ux-toggle-password/assets",
"@symfony/webpack-encore": "^5.0.1",
"chart.js": "^4.4.5",
"core-js": "^3.23.0",
"file-loader": "^6.0.0",
"fos-router": "./vendor/friendsofsymfony/jsrouting-bundle/Resources/",
"regenerator-runtime": "^0.14.1",
"sass": "^1.32.0",
"sass-loader": "^16.0.2",
"tom-select": "^2.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.4",
"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": {
"@fancyapps/ui": "^5.0.20",
"@fortawesome/fontawesome-free": "^6.4.0",
"@gouvfr/dsfr": "^1.12.1",
"axios": "^1.7.7",
"browser-sync": "^2.27.10",
"chartjs-plugin-annotation": "3.1.0",
"datatables": "^1.10.18",
"jquery": "^3.7.0",
"jquery-highlight": "^3.5.0",
"leaflet": "^1.9.4",
"localtunnel": "^2.0.2",
"remixicon": "^4.3.0",
"send": "1.1.0",
"serve-static": "1.16.2",
"sortablejs": "^1.15.2",
"trumbowyg": "^2.27.3"
},
"resolutions": {
"axios": "1.7.7",
"serve-static": "1.16.2",
"send": "1.1.0"
},
"engines": {
"node": "<18.20.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}