-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 941 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
{
"name": "lbm",
"version": "1.0.0",
"description": "",
"main": "index.njk",
"scripts": {
"watch:sass": "sass --watch _src/sass:_site/css",
"build:sass": "sass _src/sass:_site/css",
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"start": "npm run watch:eleventy & npm run watch:sass",
"build": "npm-run-all build:*"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@contentful/rich-text-html-renderer": "^16.6.1",
"@contentful/rich-text-links": "^16.7.1",
"@contentful/rich-text-react-renderer": "^15.22.1",
"eleventy-plugin-gen-favicons": "^1.1.3",
"graphql": "^16.0.0",
"graphql-request": "^3.6.1",
"luxon": "^3.4.4"
},
"devDependencies": {
"@11ty/eleventy-img": "^4.0.2",
"contentful": "^10.12.4",
"dotenv": "^16.4.5",
"npm-run-all": "^4.1.5",
"sass": "^1.77.6"
}
}