-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
64
65
66
67
68
69
70
71
{
"name": "ecommerce-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@auth/unstorage-adapter": "^2.4.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@headlessui/react": "^1.7.15",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-oauth/google": "^0.12.1",
"@types/react-dom": "^18.2.4",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"animated-cursor": "^1.2.0",
"auth": "^1.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"fuse.js": "^7.0.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.241.0",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.19",
"postcss": "^8.4.38",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-marquee-slider": "^1.1.5",
"react-rating-stars-component": "^2.2.0",
"react-scroll": "^1.9.0",
"react-spinners": "^0.13.8",
"react-tilt": "^1.0.2",
"swiper": "^11.1.4",
"tailwind-merge": "^1.13.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"unstorage": "^1.10.2",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/next": "^9.0.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-scroll": "^1.8.10",
"typescript": "^5.5.2"
},
"description": "![Copy of Copy of Fullstack Twitter Clone (1)](https://github.com/AntonioErdeljac/next13-ecommerce-admin/assets/23248726/088760cb-837d-44b7-a959-63089385d0a0)",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "ISC"
}