-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 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
{
"name": "23blocks-nextjs-template",
"version": "0.1.0",
"description": "Next.js 15 starter template with 23blocks SDK for authentication and backend integration",
"private": true,
"license": "MIT",
"author": "23blocks",
"homepage": "https://23blocks.com/developers",
"repository": {
"type": "git",
"url": "https://github.com/23blocks-OS/app-templates.git",
"directory": "nextjs"
},
"bugs": {
"url": "https://github.com/23blocks-OS/app-templates/issues"
},
"keywords": [
"23blocks",
"nextjs",
"react",
"starter-template",
"authentication",
"typescript",
"tailwindcss"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@23blocks/react": "^7.5.0",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.561.0",
"next": "^15.1.11",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.1.11",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "~5.7.0"
}
}