-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 962 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
{
"name": "working-code-website",
"version": "1.0.0",
"description": "Podcast content",
"main": ".eleventy.js",
"scripts": {
"start": "npm run clean && clear && ELEVENTY_ENV=development npx eleventy --serve",
"production": "npm run clean && npx eleventy",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"clean": "rm -rf build"
},
"author": "Adam Tuttle",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"cssnano": "^4.1.10",
"html-minifier": "^4.0.0",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"inline-source": "^7.2.0",
"postcss": "^7.0.32",
"postcss-advanced-variables": "^3.0.1",
"postcss-nested": "^4.2.3",
"postcss-scss": "^2.1.1",
"rollup": "^2.26.11",
"rollup-plugin-terser": "^7.0.2"
}
}