-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.94 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.94 KB
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
{
"name": "essentialsx-site",
"author": "JRoy",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
"@mantine/code-highlight": "9.2.2",
"@mantine/core": "9.2.2",
"@mantine/hooks": "9.2.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.2.6",
"@opennextjs/cloudflare": "^1.19.11",
"@tabler/icons-react": "3.44.0",
"@tanstack/react-virtual": "^3.13.26",
"axios": "^1.16.1",
"motion": "^12.40.0",
"next": "16.2.6",
"react": "19.2.6",
"react-countup": "^6.5.3",
"react-dom": "19.2.6",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.1.0",
"tailwind-preset-mantine": "4.0.3"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.0.1",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"eslint": "^9.28.0",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"postcss": "^8.5.15",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.13",
"tailwindcss": "^4.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.8.3",
"typescript-eslint": "8.35.1",
"wrangler": "^4.95.0"
},
"overrides": {
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3"
}
}