-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.65 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.65 KB
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
{
"name": "fujocoded",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"newsletter:create": "npm run --workspace scripts start create",
"newsletter:build": "npm run --workspace scripts start build",
"newsletter:watch": "npm run --workspace scripts start watch",
"sync-contributors": "npm run --workspace scripts sync-contributors",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@fujocoded/remark-alt-text-files": "^0.0.2",
"@fujocoded/remark-capitalize-titles": "^0.0.13",
"@fujocoded/zod-transform-socials": "^0.0.12",
"@iconify-json/logos": "^1.1.42",
"@sindresorhus/slugify": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.8.5",
"astro-icon": "^1.1.0",
"astro-meta-tags": "^0.2.2",
"html-entities": "^2.5.2",
"interactjs": "^1.10.26",
"marked": "^12.0.1",
"mdast-util-to-string": "^4.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"scroll-timeline-polyfill": "^1.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unist-util-select": "^5.1.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.175",
"@iconify-json/simple-icons": "^1.1.93",
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
},
"workspaces": [
"scripts"
]
}