-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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": "future-package-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@chakra-ui/react": "^3.2.3",
"@emotion/react": "^11.14.0",
"@google-cloud/storage": "^7.14.0",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.4.0",
"@neondatabase/serverless": "^0.10.4",
"@next/third-parties": "^15.1.6",
"chart.js": "^4.4.7",
"formidable": "^3.5.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"multer": "^1.4.5-lts.1",
"next": "15.1.6",
"next-connect": "^1.0.0",
"next-themes": "^0.4.4",
"pnpm": "^9.15.4",
"punycode": "^2.3.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-sketch-canvas": "^6.2.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.6.3",
"@types/react": "19.0.2",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-fetch": "^2.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}