forked from chris-calmatlas/new-cft-website
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.31 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
{
"name": "c4t-netlifycms-Leondardo",
"version": "1.0.0",
"description": "Code for Tucson website integrated with NetlifyCMS",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "concurrently --kill-others \"npx netlify-cms-proxy-server\" \"npx eleventy --serve\"",
"debug": "DEBUG=* npx eleventy",
"build-github": "npx eleventy --pathprefix=new-cft-website --output=docs",
"build-subdir": "npx eleventy --pathprefix=new-cft-website --output=new-cft-website/_site",
"serve-subdir": "npx eleventy --serve --output=new-cft-website/_site --pathprefix=new-cft-website"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeForTucson/new-cft-website.git",
"boilerplate": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate"
},
"author": {
"name": "Chris J",
"email": "chris@calmatlas.com",
"url": "https://www.calmatlas.com/"
},
"homepage": "#",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"concurrently": "^7.0.0",
"luxon": "^2.3.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"netlify-cms-proxy-server": "^1.3.23"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.3.2",
"clean-css": "^5.2.4",
"html-minifier": "^4.0.0",
"uglify-js": "^3.15.1"
}
}