-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 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
{
"name": "nostalgia",
"version": "0.2.0",
"description": "A minimal Eleventy starter created from first principles thinking",
"scripts": {
"build": "ELEVENTY_ENV=production npx @11ty/eleventy",
"build:dev": "ELEVENTY_ENV=development npx @11ty/eleventy",
"serve": "ELEVENTY_ENV=development npx @11ty/eleventy --serve --watch",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debug:performance": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"author": {
"name": "Desired Persona",
"url": "https://desiredpersona.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/desiredpersona/nostalgia.git"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"clean-css": "^5.1.5",
"html-minifier": "^4.0.0",
"markdown-it": "^12.2.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.3.0",
"markdown-it-attrs": "^4.0.0",
"markdown-it-footnote": "^3.0.3"
}
}