-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "shroomlife.de",
"version": "1.4.0",
"description": "The Official Website of shroomlife - Holistic Fullstack Web Developer",
"license": "ISC",
"author": "shroomlife",
"main": "index.js",
"scripts": {
"build": "bun build.js",
"build-mm": "cd mm && bun run build",
"dev": "nodemon -e js,mustache index",
"docker:build": "docker build . --tag shroomlife/shroomlife.de:latest",
"docker:push": "docker push shroomlife/shroomlife.de:latest",
"publish": "bun run build && bun run build-mm && bun run docker:build && bun run docker:push",
"start": "bun index.js production"
},
"resolutions": {
"@babel/traverse": ">= 7.23.2",
"acorn": ">= 6.4.1",
"follow-redirects": ">= 1.15.6",
"got": ">= 11.8.5",
"ini": ">= 2.0.0",
"js-yaml": ">= 3.13.0",
"json5": ">= 1.0.2",
"minimist": ">= 1.2.2",
"postcss": ">=8.4.31",
"terser": ">= 4.8.1",
"webpack-dev-middleware": ">= 5.3.4"
},
"dependencies": {
"body-parser": "1.20.3",
"compression": "1.7.4",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.20.0",
"handlebars": "4.7.8",
"html-minifier": "4.0.0",
"jquery": "3.7.1",
"jsdom": "25.0.0",
"moment": "2.30.1",
"node-minify": "3.6.0",
"uuid": "10.0.0"
},
"devDependencies": {
"eslint": "9.10.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.1.0",
"nodemon": "3.1.4"
}
}