refactored
This commit is contained in:
parent
abbb6f3d4e
commit
c09f268c30
26
package.json
26
package.json
|
@ -1,16 +1,17 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@symfony/stimulus-bridge": "^2.0.0",
|
||||
"@symfony/webpack-encore": "^1.0.0",
|
||||
"bootstrap": "^5.0.1",
|
||||
"@hotwired/stimulus": "^3.0.0",
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"@symfony/stimulus-bridge": "^3.0.0",
|
||||
"@symfony/webpack-encore": "^1.7.0",
|
||||
"core-js": "^3.0.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"popper.js": "^1.16.1",
|
||||
"less-loader": "^10.0.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"sass": "^1.34.0",
|
||||
"sass-loader": "^11.0.0",
|
||||
"stimulus": "^2.0.0",
|
||||
"sass": "^1.50.0",
|
||||
"sass-loader": "^12.0.0",
|
||||
"stimulus": "^3.0.1",
|
||||
"webpack-notifier": "^1.6.0"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
|
@ -22,10 +23,9 @@
|
|||
"build": "encore production --progress"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"copy-webpack-plugin": "^9.0.0",
|
||||
"webpack": "^5.38.1"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
"@fortawesome/fontawesome-free": "^6.1.1",
|
||||
"bootstrap": "^5.1.3",
|
||||
"fork-awesome": "^1.2.0",
|
||||
"less": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue