forked from AykutSarac/jsoncrack.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "json-visio",
"private": true,
"version": "v1.9.5",
"homepage": "https://jsonvisio.com",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"test": "jest",
"start": "next start",
"lint": "next lint",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@sentry/nextjs": "^7.9.0",
"allotment": "^1.15.0",
"compress-json": "^2.0.1",
"html-to-image": "^1.10.0",
"next": "^12.2.5",
"next-transpile-modules": "^9.0.0",
"parse-json": "^6.0.2",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-linkify-it": "^1.0.7",
"react-render-if-visible": "^2.1.0",
"react-twitter-embed": "^4.0.4",
"react-zoom-pan-pinch": "^2.1.3",
"reaflow": "^5.0.6",
"styled-components": "^5.3.5",
"zustand": "^4.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.2",
"@types/enzyme": "^3.10.12",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.5",
"@types/parse-json": "^4.0.0",
"@types/react": "18.0.17",
"@types/react-color": "^3.0.6",
"@types/react-splitter-layout": "^3.0.2",
"@types/styled-components": "^5.1.25",
"babel-jest": "^28.1.3",
"enzyme": "^3.11.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"eslint-plugin-testing-library": "^5.6.0",
"gh-pages": "^4.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"next-compose-plugins": "^2.2.1",
"next-pwa": "5.5.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
}
}