forked from MbinOrg/mbin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.28 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
{
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/webpack-encore": "^4.5.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@github/markdown-toolbar-element": "^2.2.1",
"glightbox": "^3.2.0",
"stimulus-textarea-autogrow": "^4.1.0",
"stimulus-use": "^0.52.1",
"timeago.js": "^4.0.2",
"chart.js": "^3.8.0 <3.9",
"core-js": "^3.34.0",
"file-loader": "^6.2.0",
"regenerator-runtime": "^0.14.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"tom-select": "^2.3.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"name": "mbin",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}