-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
{
"name": "@workos-inc/next-b2b-starter-kit",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:next": "next dev",
"dev:convex": "npx convex dev",
"dev": "concurrently \"pnpm run dev:next\" \"pnpm run dev:convex\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup": "pnpm install && npx tsx scripts/setup.ts"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.3",
"@workos-inc/authkit-nextjs": "^0.16.1",
"@workos-inc/node": "^7.33.0",
"@workos-inc/widgets": "1.0.0",
"concurrently": "^9.1.0",
"convex": "^1.15.0",
"convex-helpers": "^0.1.58",
"jose": "^5.9.3",
"next": "15.0.3",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stripe": "^16.12.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"chalk": "^5.3.0",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"typescript": "^5"
},
"description": "A starter kit for B2B SaaS applications.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/workos/next-b2b-starter-kit.git"
},
"keywords": [
"b2b",
"starter",
"kit",
"nextjs",
"next"
],
"author": "WorkOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/workos/next-b2b-starter-kit/issues"
},
"homepage": "https://github.com/workos/next-b2b-starter-kit#readme",
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}