-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.39 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.39 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"type": "module",
"name": "mindplexa",
"version": "1.0.1",
"private": true,
"_moduleAliases": {
"@": "."
},
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"prettier-fix": "prettier --write .",
"stripe:login": "stripe login",
"stripe:listen": "stripe listen --forward-to=localhost:3000/api/webhooks",
"stripe:fixtures": "stripe fixtures fixtures/stripe-fixtures.json",
"supabase:start": "npx supabase start",
"supabase:stop": "npx supabase stop",
"supabase:status": "npx supabase status",
"supabase:restart": "npm run supabase:stop && npm run supabase:start",
"supabase:reset": "npx supabase reset",
"supabase:link": "npx supabase link",
"supabase:generate-types": "npx supabase gen types typescript --local --schema public > types_db.ts",
"supabase:generate-migration": "npx supabase db diff | npx supabase migration new",
"supabase:generate-seed": "npx supabase db dump --data-only -f supabase/seed.sql",
"supabase:push": "npx supabase push",
"supabase:pull": "npx supabase pull",
"test": "jest",
"analyze": "cross-env ANALYZE=true next build",
"lighthouse": "lighthouse http://localhost:3000 --view",
"dev:turbo": "next dev --turbo",
"dev:cache": "next dev --no-cache"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.44",
"@ai-sdk/openai": "^0.0.38",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@reactflow/node-resizer": "^2.2.14",
"@stripe/stripe-js": "4.1.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tailwindcss/forms": "^0.5.7",
"@types/d3": "^7.4.3",
"@vercel/analytics": "^1.3.2",
"ag-grid-community": "^32.0.2",
"ag-grid-react": "^32.0.2",
"ai": "^3.2.34",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"d3": "^7.9.0",
"dagre": "^0.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.12",
"immer": "^10.1.1",
"lodash.debounce": "^4.0.8",
"mermaid": "^10.9.1",
"module-alias": "^2.2.3",
"next": "^14.2.13",
"openai": "^4.53.0",
"papaparse": "^5.4.1",
"quill": "^2.0.2",
"re-resizable": "^6.9.17",
"react": "^18.3.1",
"react-big-calendar": "^1.13.1",
"react-chartjs-2": "^5.2.0",
"react-color": "^2.19.3",
"react-contexify": "^6.0.0",
"react-datepicker": "^7.3.0",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-merge-refs": "^2.1.1",
"react-resizable": "^3.0.5",
"react-responsive-modal": "^6.4.2",
"react-select": "^5.8.0",
"reactflow": "^11.11.4",
"stripe": "^16.4.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@next/bundle-analyzer": "^15.1.6",
"@next/eslint-plugin-next": "^14.1.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.14.2",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.0",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"supabase": "^1.219.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
}
}