-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.47 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
{
"name": "zhlint-playground",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "remix init && remix vite:build",
"dev": "remix init && remix vite:dev",
"start": "remix init && netlify serve",
"lint": "prettier -w . && oxlint --tsconfig tsconfig.json --import-plugin --deny-warnings --fix && eslint --fix .",
"typecheck": "tsc"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.33.0",
"@nanostores/react": "^0.7.3",
"@netlify/edge-functions": "^2.10.0",
"@netlify/functions": "^2.8.1",
"@netlify/remix-adapter": "^2.5.0",
"@netlify/remix-edge-adapter": "^3.4.1",
"@netlify/remix-runtime": "^2.3.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/themes": "^3.1.3",
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"diff": "7.0.0",
"isbot": "4",
"jotai": "^2.9.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
"usehooks-ts": "^3.1.0",
"zhlint": "^0.8.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.14.0",
"@eslint/js": "^9.10.0",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@remix-run/dev": "^2.12.0",
"@types/diff": "^5.2.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^8.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-depend": "^0.11.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-oxlint": "^0.9.5",
"fdir": "^6.3.0",
"lightningcss": "^1.27.0",
"oxc-parser": "^0.29.0",
"oxc-transform": "^0.29.0",
"oxlint": "^0.9.5",
"postcss": "^8.4.45",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^5.0.1"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}