-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.25.9",
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@portabletext/editor": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.2.3",
"@reduxjs/toolkit": "^2.3.0",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.14.1",
"@shadcn/ui": "^0.0.4",
"@tensorflow/tfjs": "^4.20.0",
"axios": "^1.13.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"glob": "^11.0.0",
"lucide-react": "^0.447.0",
"next": "^14.2.15",
"next-sanity": "^11.6.5",
"openai": "^6.8.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.16.0",
"react-redux": "^7.2.9",
"react-slick": "^0.31.0",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"sanity": "^4.14.1",
"shadcn": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"use-shopping-cart": "^3.2.0",
"vite": "^5.4.9"
},
"devDependencies": {
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20",
"@types/react": "^18.3.11",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"babel-loader": "^9.2.1",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3"
}
}