-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.98 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "smolcodes",
"version": "2.0.0",
"description": "personal sight of rachel web designer",
"main": ".eleventy.js",
"scripts": {
"build": "cross-env NODE_ENV=production npm-run-all -p build:*",
"build:eleventy": "eleventy",
"build:webpack": "webpack",
"start": "npm-run-all -p build:* -p start:*",
"start:eleventy": "eleventy --serve --quiet",
"start:webpack": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capybar/blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/capybar/blog/issues"
},
"homepage": "https://github.com/capybar/blog/#readme",
"dependencies": {
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@gerhobbelt/markdown-it-container": "^3.0.0-10",
"@tailwindcss/typography": "^0.5.4",
"acorn": "^8.5.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"daisyui": "^1.14.2",
"eleventy-plugin-embed-everything": "^1.13.3",
"eleventy-plugin-footnotes": "^0.10.0",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier": "^4.0.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.4.1",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"mini-css-extract-plugin": "^1.6.2",
"moment": "^2.27.0",
"npm": "^10.8.2",
"npm-run-all": "^4.1.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^4.3.0",
"sharp": "^0.33.4",
"slugify": "^1.6.0",
"vanilla-lazyload": "^17.5.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"autoprefixer": "^10.4.8",
"luxon": "^3.4.2",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}