-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "tm11ty",
"version": "1.2.8",
"description": "A personal site for Tatiana Mac, an American designer who builds inclusive, accessible, and ethical products with thoughtful practices.",
"scripts": {
"build": "npx eleventy",
"debug": "DEBUG=* npx eleventy",
"build:sass": "npx sass --style=compressed src/scss:src/_includes/css",
"watch:eleventy": "npx eleventy --serve",
"watch:sass": "npx sass src/scss:src/_includes/css --watch",
"serve": "npm run watch:eleventy & npm run watch:sass"
},
"repository": {
"type": "git",
"url": "https://github.com/tatianamac/tm11ty/"
},
"author": {
"name": "Tatiana Mac",
"email": "[email protected]",
"url": "https://tatianamac.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tatianamac/tm11ty/issues"
},
"homepage": "https://tatianamac.com/",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"clean-css": "^5.3.2",
"luxon": "^3.3.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"sass": "^1.58.3",
"stylint": "^2.0.0"
},
"dependencies": {
"gray-matter": "^4.0.2",
"stylelint": "^13.2.0"
}
}