-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "tailwind-layouts-docs",
"type": "module",
"version": "0.3.0",
"private": true,
"author": "Aseem Taneja <[email protected]> (https://twitter.com/aseemtaneja)",
"description": "The docs site for the Tailwind Layouts plugin.",
"bugs": {
"url": "https://github.com/atej/tailwind-layouts/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && npx tsc"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@types/marked": "^4.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro": "^2.1.5",
"clsx": "^1.2.1",
"just-capitalize": "^3.2.0",
"just-range": "^4.2.0",
"marked": "^4.3.0",
"react": "^18.2.0",
"react-aria": "^3.23.1",
"react-dom": "^18.2.0",
"react-stately": "^3.21.0",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"tailwind-layouts": "^0.3.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.5"
}
}