-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "smolcodes",
"version": "2.0.0",
"description": "personal sight of rachel b web designer",
"main": ".eleventy.js",
"scripts": {
"build": "cross-env NODE_ENV=production npm-run-all -p build:*",
"build:webpack": "webpack",
"build:eleventy": "eleventy",
"start": "npm-run-all -p build:* -p start:*",
"start:webpack": "webpack --watch",
"start:eleventy": "eleventy --serve --quiet"
},
"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": "^0.11.1",
"@11ty/eleventy-cache-assets": "^2.0.2",
"@11ty/eleventy-img": "^0.7.8",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.2.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"fs": "0.0.1-security",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"install": "^0.13.0",
"markdown-it": "^12.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.2",
"mini-css-extract-plugin": "^1.3.3",
"moment": "^2.27.0",
"npm": "^6.14.11",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"postcss": "^8.2.2",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"slugify": "^1.4.6",
"tailwindcss": "^2.0.2",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
}
}