-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
53
54
55
56
{
"name": "jen-starter",
"description": "A starter project for Jen - a nice way to build static websites.",
"version": "1.0.0",
"author": "Richard Lovell",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/appyay/jen-starter.git"
},
"keywords": [
"static",
"site",
"website",
"generator",
"starter",
"example",
"gulp",
"nunjucks",
"sass",
"components",
"bootstrap",
"pagination",
"netlify",
"s3"
],
"main": "public/index.html",
"scripts": {
"dev": "npm run serve",
"serve": "gulp",
"start": "build",
"build": "gulp build",
"load": "gulp jen:load --dataUrl",
"now-build": "npm run build"
},
"dependencies": {
"bootstrap": "^4.3.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.26.5",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-terser": "^1.1.7",
"gulp-util": "^3.0.8",
"@richjava/jen": "1.0.7",
"postcss-scss": "^0.1.7",
"workbox-build": "^4.3.1"
}
}