-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
71 lines (71 loc) · 2.24 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
{
"name": "shokoremix",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "remix vite:build && cp -f build/client/assets/*.wasm build/server/assets",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@fontsource-variable/space-grotesk": "^5.1.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"@resvg/resvg-wasm": "^2.6.2",
"esbuild": "^0.24.0",
"install": "^0.13.0",
"isbot": "^4.4.0",
"lucide-react": "^0.441.0",
"non.geist": "^1.0.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-medium-image-zoom": "^5.2.10",
"satori": "^0.11.1",
"use-between": "^1.3.5",
"vite-plugin-wasm-module-workers": "^0.0.2"
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@remix-run/dev": "^2.12.1",
"@types/mdx": "^2.0.13",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"dprint": "^0.45.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"gray-matter": "^4.0.3",
"postcss": "^8.4.47",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]+sha1.5f2fa48d614263457cf5d7fb7be8b878da318d87"
}