-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "workos-explore",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@datadog/browser-rum": "^7.0.0",
"@datadog/browser-rum-nextjs": "^7.0.0",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@workos-inc/node": "^8.10.0",
"next": "^15.5.16",
"postcss-import": "^14.0.2",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^25.6.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.15",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"postcss": "^8.5.10",
"tailwindcss": "^3.3.3",
"typescript": "^6.0.3"
},
"engines": {
"node": "24.x"
}
}