-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
60 lines (60 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
{
"name": "remix-workflows",
"private": false,
"sideEffects": false,
"prisma": {
"seed": "node --require esbuild-register prisma/seed.ts"
},
"scripts": {
"build": "remix build",
"dev": "remix dev",
"lint": "eslint --ext .tsx,.ts .",
"typecheck": "tsc",
"prettier": "prettier --write '**/*.{ts,tsx}'"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "4.12.0",
"@remix-run/node": "1.14.3",
"@remix-run/react": "1.14.3",
"@remix-run/serve": "1.14.3",
"@vercel/remix-run-dev": "1.14.3",
"ajv": "^8.13.0",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"esbuild-register": "^3.5.0",
"handlebars": "^4.7.8",
"isbot": "latest",
"marked": "^4.3.0",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"reactflow": "^11.11.3",
"remix-typedjson": "^0.1.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@remix-run/dev": "1.14.3",
"@remix-run/eslint-config": "1.14.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/dagre": "^0.7.52",
"@types/marked": "^4.3.2",
"@types/numeral": "^2.0.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5"
}
}