website/package.json
Jeroen De Meerleer d6b87569a6
Update PHP version requirement to 8.3 in composer.json
The PHP version requirement in composer.json has been updated from 8.2 to 8.3. This change ensures compatibility with the latest version of PHP.

Update ca-bundle package to version 1.4.0

The ca-bundle package has been updated from version 1.3.7 to version 1.4.0. This update includes bug fixes and improvements.

Update parsedown package to latest version

The parsedown package has been updated to the latest available version, which is not specified in the code changes.

Update nelmio/security-bundle package to version v3.1.1

The nelmio/security-bundle package has been updated from version v3.1.0 to v3.1.1,
2024-02-07 12:49:46 +01:00

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.23",
"@babel/preset-env": "^7.23",
"@babel/plugin-proposal-class-properties": "^7.18",
"@symfony/webpack-encore": "^4.6",
"core-js": "^3.35",
"regenerator-runtime": "^0.14",
"sass": "^1.70",
"sass-loader": "^14.1",
"webpack": "^5.90",
"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>"
}