forked from albingroen/prismabuilder.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"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.4.2",
"@prisma/lens": "^0.0.299",
"@splitbee/web": "^0.3.0",
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"html-metadata-parser": "^2.0.4",
"next": "^12.2.4",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-cmdk": "^1.2.8",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-flow-renderer": "^9.6.11",
"react-hot-toast": "^2.1.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@types/node": "16.11.9",
"@types/react": "17.0.36",
"@types/react-beautiful-dnd": "^13.1.2",
"eslint": "7",
"eslint-config-next": "12.0.4",
"prettier": "^2.4.1",
"typescript": "4.5.2"
}
}