-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 995 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
{
"name": "@acj/a22b.com",
"version": "1.1.0",
"description": "My homepage, I guess.",
"main": "index.js",
"scripts": {
"watch:sass": "sass --load-path node_modules --watch src/sass:11ty",
"build:sass": "sass --load-path node_modules src/sass:11ty",
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acjbizar/a22b.com.git"
},
"author": "ACJ",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/acjbizar/a22b.com/issues"
},
"homepage": "https://github.com/acjbizar/a22b.com#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@deidee/desass": "*",
"@deidee/hetpalet": "*",
"gulp": "*",
"gulp-data": "*",
"gulp-sass": "*",
"gulp-twig": "*",
"gulp-yaml": "^2.0.4",
"npm-run-all": "^4.1.5",
"sass": "*"
}
}