-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 823 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
27
28
29
30
31
32
33
34
35
{
"name": "json-lense",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@fxts/core": "^1.2.0",
"@picocss/pico": "^2.0.6",
"classnames": "^2.5.1",
"iconoir-react": "^7.11.0",
"immer": "^10.1.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript": "~5.6.2",
"unplugin-info": "^1.2.2",
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"license": "GPL-3.0-only"
}