forked from AykutSarac/jsoncrack.com
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "jsoncrack-for-utools",
"private": true,
"version": "v2.2.0",
"author": "Trifolium",
"homepage": "https://github.com/trifolium-wang/jsoncrack-for-utools",
"scripts": {
"build": "next build && next export && cp plugin.json preload.js ./out"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@sentry/nextjs": "^7.16.0",
"allotment": "^1.17.0",
"antd": "^5.11.2",
"compress-json": "^2.1.2",
"html-to-image": "^1.10.8",
"jsonc-parser": "^3.2.0",
"next": "^12.3.1",
"next-transpile-modules": "^9.1.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-in-viewport": "^1.0.0-alpha.28",
"react-linkify-it": "^1.0.7",
"react-zoom-pan-pinch": "^2.1.3",
"reaflow": "^5.0.7",
"styled-components": "^5.3.6",
"utools-api-types": "^3.0.0",
"yarn": "^1.22.19",
"zustand": "^4.1.3"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/node": "^18.7.21",
"@types/react": "18.0.21",
"@types/react-color": "^3.0.6",
"@types/styled-components": "^5.1.26",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-testing-library": "^5.7.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "4.8.3"
}
}