-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.15 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ssw.products",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"rebuild-search-indices": "tsc --project ./scripts/tsconfig.json && node ./scripts/createIndices.js",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.2",
"@shikijs/transformers": "^3.22.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.90.8",
"@tanstack/react-query-devtools": "^5.90.2",
"algoliasearch": "5.24.0",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.78.3",
"lucide-react": "^0.475.0",
"motion": "^12.10.5",
"next": "15.5.9",
"radix-ui": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-instantsearch": "7.15.8",
"react-instantsearch-nextjs": "0.4.8",
"react-responsive-modal": "^6.4.2",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"sass": "^1.88.0",
"shiki": "^3.22.0",
"sitemap": "^8.0.0",
"stream": "^0.0.3",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tinacms": "^3.0.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@tinacms/cli": "^2.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^24.9.2",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "15.5.6",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.8",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.3.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.6.0"
}