-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
61
62
63
{
"name": "circulearn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "1.7.3",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.5",
"flowbite": "^2.4.1",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"next": "14.2.5",
"next-transpile-modules": "^10.0.1",
"next-usequerystate": "^1.17.6",
"openai": "^4.56.0",
"react": "18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "18.3.1",
"react-flow-renderer": "^10.3.17",
"react-hook-form": "^7.52.2",
"react-indiana-drag-scroll": "^2.2.0",
"react-intersection-observer": "^9.13.0",
"react-toastify": "^10.0.5",
"react-usestateref": "^1.0.9",
"recharts": "^2.12.7",
"tailwind-merge": "^2.4.0",
"typescript": "5.5.4",
"uuid": "^10.0.0",
"yup": "^1.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@tailwindcss/typography": "^0.5.13",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"jest": "^29.7.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tailwindcss-dir": "^4.0.0",
"ts-jest": "^29.2.4"
}
}