-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 2.03 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
{
"name": "notacouch.com",
"version": "0.5.0",
"description": "notacouch.com - built by hand, generated by 11ty, taled in Storybook",
"homepage": "https://www.notacouch.com/",
"license": "CC-BY-NC-4.0",
"author": "Abed Islam",
"type": "module",
"dependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
"@phosphor-icons/web": "^2.0.3",
"highlight.js": "^11.9.0",
"normalize.css": "^8.0.1",
"storybook": "^8.0.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@storybook/addon-a11y": "^8.0.5",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-mdx-gfm": "^8.0.5",
"@storybook/addon-viewport": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/html": "^8.0.5",
"@storybook/html-vite": "^8.0.5",
"@storybook/test": "^8.0.5",
"@thedigitalman/eleventy-plugin-toc-a11y": "^2.1.0",
"eleventy-auto-cache-buster": "^0.3.0",
"eleventy-plugin-purgecss": "^0.4.0",
"eleventy-plugin-time-to-read": "^1.3.0",
"lightningcss": "^1.24.1",
"lightningcss-cli": "^1.24.1",
"markdown-it": "^14.0.0",
"markdown-it-attrs": "^4.1.6",
"markdown-it-named-headings": "^1.1.0",
"notacouch-eleventy-plugin-toc-ally": "https://github.com/notacouch/eleventy-plugin-toc.git#feat-ios-compat",
"turbowatch": "^2.29.4"
},
"repository": {
"type": "git",
"url": "https://github.com/notacouch/notacouch.com.git"
},
"scripts": {
"build-css": "npx lightningcss --minify --bundle ./_src/styles/base.css -o ./styles/base.min.css && npx lightningcss --minify ./_src/styles/styles.css -o ./styles/styles.min.css",
"build-storybook": "storybook build --output-dir ./storybook",
"storybook": "storybook dev -p 6006",
"postinstall": "mkdir -p styles && cp -r ./node_modules/@phosphor-icons/web/src/light/Phosphor-Light.* ./styles && cp -r ./node_modules/@phosphor-icons/web/src/fill/Phosphor-Fill.* ./styles",
"watch-css": "turbowatch ./.turbowatch.js"
}
}