-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.12 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
{
"name": "eleventy-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tailwind:watch": "npx tailwindcss -i ./src/css/input.css -o ./dist/css/output.css --watch",
"11ty:serve": "npx @11ty/eleventy --serve",
"dev": "concurrently \"npm:tailwind:watch\" \"npm:11ty:serve\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.2.2",
"@fontsource/noto-sans": "^4.5.1",
"@fontsource/noto-sans-jp": "^4.5.2",
"@fontsource/noto-sans-mono": "^4.5.1",
"@fontsource/noto-serif": "^4.5.1",
"@fontsource/noto-serif-jp": "^4.5.2",
"@tailwindcss/typography": "^0.5.0",
"concurrently": "^7.0.0",
"eleventy-plugin-toc": "^1.1.5",
"lunr": "^2.3.9",
"mark.js": "^8.11.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"node-html-parser": "^5.2.0",
"prettier": "2.5.1",
"prismjs": "^1.26.0",
"tailwindcss": "^3.0.15"
}
}