-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"devDependencies": {
"@babel/preset-env": "^7.28.0",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"yarn-audit-fix": "^10.1.1"
},
"license": "GNU",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"@babel/core": "^7.28.0",
"@fortawesome/fontawesome-free": "^7.0.0",
"@popperjs/core": "^2.11.8",
"@symfony/webpack-encore": "^6.0.0",
"bootstrap": "^5.2",
"bootstrap-icons": "^1.13.1",
"bootstrap-select": "^1.14.0-beta3",
"bootstrap5-toggle": "^5.1.2",
"datatables.net-bs5": "^2.3.2",
"datatables.net-responsive-bs5": "^3.0.5",
"file-loader": "^6.2.0",
"flag-icon-css": "^3.0.0",
"fontawesome": "^5.6.3",
"jquery": "^3.7.1",
"node-gyp": "^11.2.0",
"popper.js": "^1.16.1",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"webpack-notifier": "^1.6.0"
}
}