-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "lw.works",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@supabase/supabase-js": "^2.45.3",
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"fathom-client": "^3.5.0",
"framer-motion": "^10.16.4",
"lodash.isequal": "^4.5.0",
"mdast-util-mdx": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdx-bundler": "^10.0.1",
"negotiator": "^0.6.3",
"next": "^14.1.3",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.4",
"tailwindcss": "3.4.1",
"typescript": "5.1.6",
"unified": "^11.0.4",
"vcards-js": "^2.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6"
}
}