-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.2 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
72
73
74
75
{
"name": "lukestahl-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"analyze": "ANALYZE=true next build && source-map-explorer .next/static/**/*.js",
"start": "next start",
"lint": "next lint",
"build-rss": "node --loader ts-node/esm ./scripts/rss.ts"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-select": "^2.1.2",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"exifr": "^7.1.3",
"exifreader": "^4.25.0",
"fast-glob": "^3.3.2",
"framer-motion": "^11.11.11",
"gray-matter": "^4.0.3",
"jwa": "^2.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"marked": "^14.1.3",
"next": "^15.0.2",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^5.0.0",
"popmotion": "^11.0.5",
"react": "^19.0.0-rc-4d577fd2-20241104",
"react-dom": "^19.0.0-rc-4d577fd2-20241104",
"react-tooltip": "^5.28.0",
"react-wrap-balancer": "^1.1.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"shiki": "^1.22.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@next/bundle-analyzer": "^15.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/jwa": "^2.0.3",
"@types/lodash": "^4.17.13",
"@types/marked": "^6.0.0",
"@types/node": "22.8.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"critters": "^0.0.25",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"eslint": "9.14.0",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
}
}