-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 747 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 747 Bytes
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
{
"name": "flexibble",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@types/jsonwebtoken": "^9.0.4",
"cloudinary": "^1.41.0",
"google-auth-library": "^9.2.0",
"graphql-request": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"next": "13.5.6",
"next-auth": "^4.24.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@grafbase/sdk": "^0.7.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}