-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
64
65
{
"name": "hello",
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"test": "npx playwright test",
"dev": "export NODE_ENV=development; tinacms dev -c 'astro dev --host'",
"start": "astro dev",
"build": "tinacms build && astro check && astro build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --reporter=github",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/ts-plugin": "^1.10.2",
"@astrojs/vercel": "^7.8.1",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.21.0",
"@fontsource/geist-sans": "^5.1.0",
"@nanostores/react": "^0.8.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@tinacms/auth": "^1.0.6",
"@tinacms/cli": "^1.6.10",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@vercel/analytics": "^1.3.2",
"astro": "^4.15.4",
"astro-cloudinary": "^1.1.0",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.5.0",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"nanostores": "^0.11.3",
"next-tinacms-cloudinary": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tinacms": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@playwright/test": "^1.40.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.7.1",
"prettier-plugin-astro": "^0.12.0",
"sass": "^1.57.1",
"typescript": "^5.2.2",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": "^20.0.0"
}
}