-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "prismaliser",
"version": "1.0.1",
"description": "Visualise your Prisma Schema as an ER digram.",
"main": "index.js",
"author": "Ovyerus <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build && node copy-files.ts",
"start": "node .next/standalone/server.js",
"lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --ext ts,tsx --fix ."
},
"dependencies": {
"@fontsource/inter": "^5.0.19",
"@iconify/icons-gg": "^1.2.4",
"@iconify/icons-simple-icons": "^1.2.74",
"@iconify/react": "^5.0.2",
"@monaco-editor/react": "^4.6.0",
"@prisma/internals": "^6.0.0",
"classcat": "^5.0.5",
"elkjs": "^0.9.3",
"html-to-image": "^1.11.11",
"next": "^15.1.3",
"rambda": "^9.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"reactflow": "^11.11.4",
"sass": "^1.77.8",
"strip-ansi": "7.1.0",
"use-http": "^1.0.28"
},
"devDependencies": {
"@prisma/generator-helper": "~6.1.0",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-clarity": "1.0.6",
"eslint-import-resolver-typescript": "^3.6.1",
"monaco-editor": "^0.50.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}