-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.17 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.25.8",
"@fortawesome/fontawesome-free": "^5.8.1",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.9.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/webpack-encore": "^5.0",
"@tabler/core": "^1.0.0-beta21",
"apexcharts": "^3.41.0",
"basiclightbox": "^5.0.4",
"bootstrap": "^5.3.0",
"choices.js": "^10.2.0",
"codemirror": "^5.47.0",
"dirty-form": "^0.4.0",
"file-loader": "^6.0.0",
"jquery": "^3.5.0",
"mark.js": "^8.11.1",
"postcss": "^8.2.10",
"sass": "~1.64.2",
"sass-loader": "~16.0.1",
"slugify": "^1.4.0",
"tom-select": "^2.2.2",
"webpack": "^5.72",
"webpack-cli": "^5.1.4",
"webpack-rtl-plugin": "^2.0.0"
},
"engines": {
"node": "^20"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
}
}