forked from BUMBAIYA/jsontree
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "jsontree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@monaco-editor/react": "^4.5.1",
"@tailwindcss/forms": "^0.5.4",
"allotment": "^1.19.0",
"html-to-image": "1.11.11",
"jsonc-parser": "^3.2.0",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
"lz-string": "^1.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-zoom-pan-pinch": "^3.1.0",
"reaflow": "^5.3.4",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@next/eslint-plugin-next": "^15.2.4",
"@tailwindcss/postcss": "^4.0.17",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.4",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"next": "^15.2.4",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "4.0.17",
"typescript": "^5.8.2"
}
}