-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 1.13 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
{
"devDependencies": {
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/Resources/assets",
"@tienvx/ux-collection-js": "file:vendor/tienvx/ux-collection-js/src/Resources/assets",
"babel-eslint": "^10.1.0",
"chart.js": "^3.4.1",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "^2.23.4"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@symfony/stimulus-bridge": "^3.2.1",
"@symfony/webpack-encore": "^3.1.0",
"@hotwired/stimulus": "^3.0.0",
"@tabler/core": "^1.0.0-beta",
"bootstrap": "^4.6.0",
"core-js": "^3.0.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.2",
"sass": "^1.32.6",
"sass-loader": "^13.0.2",
"stimulus": "^3.1.0",
"webpack-notifier": "^1.15.0"
}
}