You cannot 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
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "webcron",
|
|
"version": "1.0.0",
|
|
"description": "A webapp made in bootstrap to manage cronjobs",
|
|
"author": "Jeroen De Meerleer <me@jeroened.be>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@eonasdan/tempus-dominus": "^6.2",
|
|
"@popperjs/core": "^2.11",
|
|
"bootstrap": "^5.2",
|
|
"bootstrap-dark-5": "^1.1",
|
|
"moment": "^2.29"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.56",
|
|
"sass-loader": "^13.2",
|
|
"@symfony/webpack-encore": "^4.1",
|
|
"core-js": "^3.26"
|
|
},
|
|
"scripts": {
|
|
"watch" : "encore dev --watch",
|
|
"build-dev": "encore dev",
|
|
"build": "encore prod"
|
|
}
|
|
}
|