-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 Bytes
/
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
{
"name": "minimalism-blog",
"version": "1.0.0",
"description": "Website of blog.larsgerber.ch",
"main": "app.js",
"scripts": {
"build": "gulp build",
"gulp": "gulp",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larsgerber/minimalism-blog.git"
},
"keywords": [
"blog"
],
"author": "Lars Gerber",
"license": "MIT",
"bugs": {
"url": "https://github.com/larsgerber/minimalism-blog/issues"
},
"homepage": "https://github.com/larsgerber/minimalism-blog#readme",
"dependencies": {
"compression": "^1.7.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-useragent": "^1.0.15",
"pocketbase": "^0.21.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"sass": "^1.80.6"
}
}