-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.59 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
{
"name": "monsterpi13.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"**/*.{html,js,ts,tsx,json}\"",
"unused": "next-unused",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/supabase-js": "^2.39.3",
"@tailwindcss/container-queries": "^0.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"contentful": "^10.6.16",
"feed": "^4.2.2",
"framer-motion": "^10.18.0",
"lucide-react": "^0.312.0",
"markdown-to-jsx": "^7.4.0",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-tweet": "^3.2.0",
"react-wrap-balancer": "^1.1.0",
"sugar-high": "^0.5.6",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"next-unused": "^0.0.6",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"next-unused": {
"debug": true,
"include": [
"src"
],
"entrypoints": [
"src"
]
}
}