-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "smolcodes",
"version": "2.0.0",
"description": "personal sight of rachel b web designer",
"main": ".eleventy.js",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"debug": "DEBUG=* eleventy",
"build:css": "tailwind build src/css/index.css -o dist/css/index.css "
},
"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.0.2",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"concurrently": "^5.2.0",
"fs": "0.0.1-security",
"get-google-fonts": "^1.2.2",
"gorko": "^0.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-sass": "^4.1.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.0.0",
"moment": "^2.27.0",
"postcss": "^7.0.35",
"sass": "^1.26.8",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1"
}
}