-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.56 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
76
77
78
79
{
"name": "skeet-v3-next-ssg-rc",
"version": "0.1.0",
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"scripts": {
"dev": "npx next dev -p 4242",
"build": "npx next build",
"postbuild": "npx next-sitemap",
"lint": "npx next lint",
"preview": "npm run build && npx wrangler pages dev ./out",
"deploy": "npm run build && npx wrangler pages deploy"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@radix-ui/react-aspect-ratio": "1.1.0",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toast": "1.1.5",
"@react-spring/web": "9.7.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"embla-carousel-autoplay": "8.3.0",
"embla-carousel-react": "8.3.0",
"github-slugger": "2.0.0",
"jotai": "2.10.1",
"lodash.throttle": "4.1.1",
"mdast-util-to-string": "4.0.0",
"next": "15.0.3",
"next-intl": "3.25.0",
"next-themes": "0.3.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.6.1",
"remark": "15.0.1",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-slug": "7.0.1",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.14",
"@types/lodash.throttle": "4.1.9",
"@types/node": "20.13.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-syntax-highlighter": "15.5.13",
"autoprefixer": "10.4.19",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"glob": "10.4.3",
"gray-matter": "4.0.3",
"next-sitemap": "4.2.3",
"postcss": "8.4.38",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.1",
"tailwind-merge": "2.3.0",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.3",
"unified": "11.0.5",
"wrangler": "3.86.0"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
}
}