forked from aishakhan0925/womenofjamstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "womenofjamstack",
"version": "0.0.1",
"description": "Showcasing women who are working with the Jamstack and adjacent technologies.",
"main": "index.js",
"scripts": {
"watch:sass": "sass --watch ./src/_sass:src/_css",
"build:sass": "sass ./src/_sass:src/_css",
"watch:eleventy": "npx @11ty/eleventy --serve",
"build:eleventy": "npx @11ty/eleventy",
"dev": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"debughard": "DEBUG=Dev:Eleventy* npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whitep4nth3r/womenofjamstack.git"
},
"keywords": [
"jamstack"
],
"author": "whitep4nth3r",
"license": "MIT",
"bugs": {
"url": "https://github.com/whitep4nth3r/womenofjamstack/issues"
},
"homepage": "https://github.com/whitep4nth3r/womenofjamstack#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-img": "^1.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.49.8"
}
}