-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "calmwhisper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^7.3.2",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/analytics": "^0.1.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"next": "13.4.19",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.48",
"nextjs-google-analytics": "^2.3.0",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "18.2.0",
"react-howler": "^5.2.0",
"react-use-audio-player": "^1.2.6",
"tailwind-children": "^0.5.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "4.9.4",
"use-local-storage-state": "^19.1.0",
"vaul": "^0.7.5",
"windstitch": "^0.3.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.11.18",
"@types/react": "18.2.20",
"@types/react-dom": "18.0.10",
"@types/react-howler": "^5.2.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.21",
"prettier": "^3.0.2",
"tailwindcss": "^3.2.4"
}
}