-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "my-app",
"version": "0.1.0",
"author": "Nik Schaefer <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NikSchaefer/"
},
"keywords": [
"NextJS"
],
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"clean": "npx prettier --write ."
},
"dependencies": {
"@babel/core": "^7.24.9",
"@headlessui/react": "^2.1.2",
"@mapbox/rehype-prism": "^0.9.0",
"@radix-ui/react-popover": "^1.1.1",
"@tailwindcss/typography": "^0.5.13",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.8",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.412.0",
"next": "^14.2.5",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "18.3.1",
"react-flip-move": "^3.0.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"rehype": "^13.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6"
}
}