webcron/package.json

20 lines
505 B
JSON
Raw Normal View History

2021-05-26 13:09:13 +02:00
{
"name": "webcron",
"version": "1.0.0",
2021-10-19 17:30:43 +02:00
"description": "A webapp made in bootstrap to manage cronjobs",
"author": "Jeroen De Meerleer <me@jeroened.be>",
"license": "AGPL-3.0-or-later",
"private": true,
2021-05-26 13:09:13 +02:00
"dependencies": {
2021-12-23 17:22:59 +01:00
"@eonasdan/tempus-dominus": "^6.0.0-alpha17",
2021-11-30 13:51:10 +01:00
"@popperjs/core": "~2.10.0",
"bootstrap": "~5.1.0",
"bootstrap-dark-5": "~1.1.0"
2021-05-26 13:09:13 +02:00
},
"devDependencies": {
2021-12-23 17:22:59 +01:00
"@symfony/webpack-encore": "^1.7.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0"
2021-10-19 17:30:43 +02:00
}
2021-05-26 13:09:13 +02:00
}