-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.7 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
54
55
56
57
{
"name": "levelupnext",
"type": "module",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update-from-scaffold": "bash scripts/scaffold-update.sh"
},
"dependencies": {
"@astro-community/astro-embed-bluesky": "^0.2.1",
"@astro-community/astro-embed-mastodon": "^0.1.1",
"@astro-community/astro-embed-vimeo": "^0.3.12",
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/mdx": "^7.0.2",
"@astrojs/netlify": "^8.1.1",
"@astrojs/react": "^6.0.1",
"@astrojs/sitemap": "^3.7.2",
"@headlessui/react": "^2.2.10",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"@tailwindcss/vite": "^4.3.0",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.6",
"astro-expressive-code": "^0.44.0",
"canvas-confetti": "^1.9.4",
"fuse.js": "^7.3.0",
"lite-vimeo-embed": "^0.3.0",
"lite-youtube-embed": "^0.3.4",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"rehype": "^13.0.2",
"rehype-external-links": "^3.0.0",
"rehype-parse": "^9.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.3.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@iconify/json": "^2.2.471",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/typography": "^0.5.19",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "^6.0.3",
"unplugin-icons": "^23.0.1"
}
}