generated from 11ty/eleventy-base-blog
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "griffadev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx gulp && concurrently \"npx gulp watch\" \"web-dev-server\" \"npx eleventy --watch\"",
"build": "rm -rf dist && NODE_ENV=production rollup -c rollup.config.js && NODE_ENV=production npx gulp && NODE_ENV=production npx eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-cache-assets": "^2.2.1",
"@11ty/eleventy-img": "^0.8.2",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@open-wc/building-rollup": "^1.7.0",
"@rollup/stream": "^1.0.0",
"@web/dev-server": "0.0.13",
"concurrently": "^6.5.1",
"datauri": "^3.0.0",
"deepmerge": "^4.2.2",
"eleventy-plugin-markdown-copy-button": "^0.7.0",
"eleventy-plugin-time-to-read": "^0.1.1",
"es-dev-server": "^1.57.3",
"get-google-fonts": "^1.2.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.0.0",
"image-size": "^0.9.1",
"jsdom": "^16.5.1",
"luxon": "^1.21.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.5",
"prism-themes": "^1.4.0",
"rollup": "^2.26.2",
"rollup-plugin-output-manifest": "^1.0.2",
"sass": "^1.26.10",
"sharp": "^0.26.1",
"terser": "^5.3.2"
},
"dependencies": {
"copy-component": "^0.3.0",
"lit": "^2.0.2",
"lite-youtube-embed": "0.0.0",
"query-selector-shadow-dom": "^1.0.0"
}
}