-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "librechurch-website",
"version": "0.2.12",
"description": "LibreChurch Site based on evie template",
"main": "app.js",
"scripts": {
"build": "gulp build",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luki-ev/librechurch-website.git"
},
"author": "the librechurch team <[email protected]>",
"license": "MIT",
"homepage": "https://librechurch.org",
"browserslist": [
"defaults"
],
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.2",
"morgan": "^1.10.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"browser-sync": "^2.27.7",
"cssnano": "^5.1.12",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^5.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-order": "^1.1.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace-path": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^5.1.0",
"postcss-flexibility": "^2.0.0",
"require-dir": "^1.0.0",
"sass": "^1.45.2"
}
}