-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (115 loc) · 3.3 KB
/
package.json
File metadata and controls
116 lines (115 loc) · 3.3 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
{
"name": "startup",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5001/aila-2633e/us-central1",
"dependencies": {
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.6.0",
"@langchain/openai": "^0.0.33",
"@mui/material": "^5.15.18",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-oauth/google": "^0.12.1",
"@sentry/react": "^8.20.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"diff": "^5.2.0",
"dompurify": "^3.1.5",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.1.5",
"express": "^4.19.2",
"firebase": "^10.12.2",
"firebase-admin": "^12.2.0",
"firebase-functions": "^6.2.0",
"framer-motion": "^11.3.19",
"groq-sdk": "^0.9.1",
"html2pdf.js": "^0.10.1",
"install": "^0.13.0",
"langchain": "^0.2.2",
"lucide-react": "^0.395.0",
"multer": "^1.4.5-lts.1",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"node-nlp": "^4.27.0",
"npm": "^10.9.2",
"openai": "^4.47.1",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-axios": "^2.0.6",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"redis": "^4.6.14",
"shadcn-ui": "^0.9.4",
"stripe": "^17.5.0",
"super-sum": "^1.0.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"zod": "^3.23.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"fs-extra": "^11.2.0",
"tailwindcss": "^3.4.4"
}
}