-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "api-blok",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.19.4",
"@algolia/autocomplete-theme-classic": "^1.19.4",
"@google/genai": "^1.21.0",
"@progress/kendo-react-all": "^12.0.2",
"@storyblok/react": "^5.4.12",
"@tailwindcss/postcss": "^4.1.13",
"algoliasearch": "^5.38.0",
"cheerio": "^1.1.2",
"lucide-react": "^0.543.0",
"next": "15.5.2",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-instantsearch-nextjs": "^1.0.2",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@types/node": "24.5.2",
"@types/react": "19.1.15",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}