-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.89 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.89 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
{
"name": "essentialsx-site",
"author": "JRoy",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"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": "8.0.2",
"@mantine/core": "8.0.2",
"@mantine/hooks": "8.0.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.3.3",
"@opennextjs/cloudflare": "^1.3.0",
"@tabler/icons-react": "3.34.0",
"@tanstack/react-virtual": "^3.13.12",
"axios": "^1.9.0",
"motion": "^12.16.0",
"next": "15.3.3",
"react": "19.1.0",
"react-countup": "^6.5.3",
"react-dom": "19.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.6.0",
"tailwind-preset-mantine": "^2.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.30.1",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.1",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.6",
"eslint": "^9.28.0",
"eslint-config-next": "15.3.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"postcss": "^8.5.4",
"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.1.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.8.3",
"typescript-eslint": "8.35.1",
"wrangler": "^4.20.0"
}
}