Jeroen De Meerleer
d40e3eb2ac
The project's dependencies have been updated to their latest stable versions. This includes updates for several Symfony components, the Nelmio security bundle, and other related packages. The composer.lock file has also been updated accordingly to reflect these changes.
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "1.0.0",
|
|
"description": "(c) 2017, 2021 Jeroen De Meerleer <me@jeroened.be>",
|
|
"main": "webpack.config.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3",
|
|
"js-cookie": "^3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24",
|
|
"@babel/preset-env": "^7.24",
|
|
"@babel/plugin-proposal-class-properties": "^7.18",
|
|
"@symfony/webpack-encore": "^4.6",
|
|
"core-js": "^3.37",
|
|
"regenerator-runtime": "^0.14",
|
|
"sass": "^1.77",
|
|
"sass-loader": "^14.2",
|
|
"webpack": "^5.92",
|
|
"webpack-cli": "^5.1",
|
|
"webpack-notifier": "^1.15"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"build": "encore production --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.jeroened.be/webcron/webcron.git"
|
|
},
|
|
"author": "Jeroen De Meerleer <me@jeroened.be>"
|
|
}
|