-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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.10",
"@popperjs/core": "^2.11",
"bootstrap": "^5.3",
"moment": "^2.30"
},
"devDependencies": {
"@babel/core": "^7.26",
"@babel/preset-env": "^7.26",
"@symfony/webpack-encore": "^5.1",
"core-js": "^3.41",
"sass": "^1.86",
"sass-loader": "^16.0",
"regenerator-runtime": "^0.14",
"webpack": "^5.99",
"webpack-cli": "^5.1",
"webpack-notifier": "^1.15"
},
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}