webcron/package.json

26 lines
620 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": {
2022-05-02 13:25:50 +02:00
"@eonasdan/tempus-dominus": "latest",
"@popperjs/core": "^2.11",
"bootstrap": "^5.1",
"bootstrap-dark-5": "^1.1",
"moment": "^2.29"
2021-05-26 13:09:13 +02:00
},
"devDependencies": {
2022-05-02 13:25:50 +02:00
"sass": "^1.5",
"vite": "^2.8",
"vite-plugin-symfony": "^0.3"
},
"scripts": {
2022-05-06 09:48:16 +02:00
"watch": "vite",
"build-dev": "vite build --minify=false --sourcemap",
2022-05-02 13:25:50 +02:00
"build": "vite build"
2021-10-19 17:30:43 +02:00
}
2021-05-26 13:09:13 +02:00
}