website/package.json
Jeroen De Meerleer b1ebc83e88
Updated copyright year and repository URL in package.json
The copyright year in the description field of package.json has been updated to reflect the current year. Additionally, the repository URL has been changed to point to a new location.
2024-07-29 08:08:15 +02:00

39 lines
1.0 KiB
JSON

{
"name": "website",
"version": "1.0.0",
"description": "(c) 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/JeroenED/website.git"
},
"author": "Jeroen De Meerleer <me@jeroened.be>"
}