-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "bedouch.net-redesign",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.26.22",
"@headlessui/react": "^2.1.2",
"@plaiceholder/next": "^3.0.0",
"fastmatter": "^2.1.1",
"framer-motion": "^11.3.2",
"next": "^15.0.0-rc.0",
"next-mdx-remote": "^5.0.0",
"plaiceholder": "^3.0.0",
"react": "^19.0.0-rc-7771d3a7-20240827",
"react-dom": "^19.0.0-rc-7771d3a7-20240827",
"react-spring": "^9.7.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-color-chips": "^0.1.3",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"rehype-video": "^2.2.0",
"remark-flexible-toc": "^1.1.1",
"remark-github-blockquote-alert": "^1.2.1",
"remark-heading-shift": "^1.1.2",
"remark-unwrap-images": "^4.0.0"
},
"devDependencies": {
"@tabler/icons-react": "^3.8.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^15.0.0-rc.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tw-colors": "^3.3.1",
"typescript": "^5"
}
}