-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "diy-multideck-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin=prettier-plugin-astro"
},
"dependencies": {
"@astrojs/check": "0.3.1",
"@astrojs/markdoc": "0.7.2",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "3.0.3",
"@astrojs/tailwind": "5.0.2",
"@iconify-json/fa6-regular": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.3",
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.6.10",
"@tabler/icons-react": "^3.26.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"astro": "3.6.4",
"astro-icon": "^1.1.5",
"framer-motion": "^11.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-markdown": "^9.0.1",
"react-resplit": "^1.3.2",
"react-syntax-highlighter": "^15.6.1",
"split.js": "^1.6.5",
"typescript": "5.3.2",
"usehooks-ts": "^3.1.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@iconify-json/game-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.13",
"@iconify/react": "^5.1.0",
"@savvywombat/tailwindcss-grid-areas": "4.0.0",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.10",
"@types/lodash": "^4.17.13",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.12.2",
"sass": "1.69.5",
"tailwind-merge": "^2.2.0",
"tailwind-safe-container": "^1.0.0",
"tailwindcss": "3.4.17",
"vite": "^6.0.5",
"zod-to-json-schema": "^3.24.1"
}
}