-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.73 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
58
59
60
{
"name": ".",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev --turbopack\"",
"build": "tinacms build && next build",
"build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && next build",
"postbuild": "next-sitemap",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "biome lint",
"dev:build": "next build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@svgr/webpack": "^8.1.0",
"@tinacms/cli": "2.1.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.16.0",
"@types/react": "^18.3.23",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@next/third-parties": "^16.1.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lenis": "^1.3.8",
"lucide-react": "^0.484.0",
"mermaid": "^11.8.0",
"motion": "^12.23.0",
"next": "15.3.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-player": "^2.16.0",
"react-use-measure": "^2.1.7",
"shiki": "^3.7.0",
"styled-jsx": "^5.1.7",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.11",
"tinacms": "3.4.1",
"tw-animate-css": "^1.3.5",
"usehooks-ts": "^3.1.1"
}
}