-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "crew-ai-visualizer",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@apollo/server": "^4.10.2",
"@as-integrations/next": "^3.0.0",
"@material-tailwind/react": "^2.1.9",
"@prisma/client": "^5.11.0",
"framer-motion": "^11.0.20",
"graphql": "^16.8.1",
"next": "14.1.0",
"node-calls-python": "^1.8.2",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.3",
"sweetalert2": "^11.10.7",
"sweetalert2-react-content": "^5.0.7",
"tw-elements": "^1.1.0",
"tw-elements-react": "^1.0.0-alpha2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@iconify/react": "^4.1.1",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.38",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}