generated from r-curio/nextjs-pwa-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.23 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
{
"name": "nextjs-pwa-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"@google/generative-ai": "^0.21.0",
"@googleworkspace/drive-picker-element": "^0.4.1",
"@gsap/react": "^2.1.2",
"@prisma/client": "^6.3.1",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@react-oauth/google": "^0.12.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.3",
"googleapis": "^144.0.0",
"gsap": "^3.12.7",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next-pwa": "^5.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-drive-picker": "^1.2.2",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-toastify": "^11.0.3",
"readline": "^1.3.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-slate": "^1.8.6",
"remark-slate-transformer": "^0.9.0",
"slate": "^0.112.0",
"slate-history": "^0.110.3",
"slate-react": "^0.112.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20.17.19",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"husky": "^9.1.7",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}