-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "prismabuilder.io",
"description": "Build your Prisma schema visually in this easy-to-use web based tool.",
"private": true,
"scripts": {
"format": "prettier --write .",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev": "next dev"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@vercel/analytics": "^1.3.1",
"axios": "^1.6.2",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"formik": "^2.4.5",
"next": "^14.0.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-cmdk": "^1.3.9",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"reactflow": "^11.10.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-beautiful-dnd": "^13.1.7",
"autoprefixer": "^10.4.16",
"eslint": "8",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.4.7",
"typescript": "^4.9.5"
}
}