You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
745 B
27 lines
745 B
{
|
|
"devDependencies": {
|
|
"@symfony/stimulus-bridge": "^2.0.0",
|
|
"@symfony/webpack-encore": "^1.0.0",
|
|
"bootstrap": "^5.0.2",
|
|
"bs-custom-file-input": "^1.3.4",
|
|
"core-js": "^3.0.0",
|
|
"jquery": "^3.6.0",
|
|
"popper.js": "^1.16.1",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"stimulus": "^2.0.0",
|
|
"webpack-notifier": "^1.6.0"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev-server": "encore dev-server",
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"build": "encore production --progress"
|
|
},
|
|
"dependencies": {
|
|
"node-sass": "4",
|
|
"sass-loader": "10.0.0",
|
|
"yarn": "^1.22.10"
|
|
}
|
|
}
|
|
|