-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "canopy-ai",
"version": "0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && sh ./fix-ort.sh",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@ducanh2912/next-pwa": "^9.3.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^6.0.20",
"@mantine/hooks": "^6.0.20",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.33.2",
"@tabler/icons-react": "^2.33.0",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@visheratin/tokenizers": "^0.1.5",
"@visheratin/web-ai": "^1.4.0",
"@visheratin/web-ai-node": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.16.4",
"jimp": "^0.16.2",
"lucide-react": "^0.276.0",
"md5": "^2.3.0",
"next": "13.2.4",
"onnxruntime-web": "^1.15.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-image-file-resizer": "^0.4.8",
"react-modal": "^3.16.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/md5": "^2.3.2",
"autoprefixer": "^10.4.14",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}