-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "turing-ai",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.7.0",
"@headlessui/react": "^1.7.14",
"@sellix/node-sdk": "^1.0.9",
"@supabase/supabase-js": "^2.22.0",
"@vercel/analytics": "^0.1.11",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"axios": "^1.4.0",
"delay": "^5.0.0",
"encoding": "^0.1.13",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"fs": "^0.0.1-security",
"markdown-it": "^13.0.1",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tooltip": "^5.10.5",
"react-turnstile": "^1.1.0",
"react-use": "^17.4.0",
"sass": "^1.60.0",
"sellix": "^2.0.12-dev",
"sharp": "^0.32.0",
"typescript": "5.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}