-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 643 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 643 Bytes
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
{
"name": "query-json-website",
"version": "0.0.0",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-monaco-editor": "^1.1.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.2",
"@tailwindcss/cli": "^4.1.4",
"esbuild": "^0.27.0",
"picocolors": "^1.1.1",
"tailwindcss": "^4.1.4",
"vite": "^7.2.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^3.1.4",
"wrangler": "^3.87.0"
}
}