mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "json-visio",
|
|
"private": true,
|
|
"version": "v1.9.0",
|
|
"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.1.1",
|
|
"allotment": "^1.14.2",
|
|
"next": "^12.1.5",
|
|
"next-transpile-modules": "^9.0.0",
|
|
"parse-json": "^6.0.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-render-if-visible": "^2.1.0",
|
|
"react-twitter-embed": "^4.0.4",
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
"reaflow": "^5.0.4",
|
|
"save-html-as-image": "^1.7.1",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.1.1",
|
|
"@testing-library/user-event": "^14.1.0",
|
|
"@types/enzyme": "^3.10.12",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.30",
|
|
"@types/parse-json": "^4.0.0",
|
|
"@types/react": "18.0.5",
|
|
"@types/react-splitter-layout": "^3.0.2",
|
|
"@types/styled-components": "^5.1.25",
|
|
"babel-jest": "^28",
|
|
"enzyme": "^3.11.0",
|
|
"eslint": "8.13.0",
|
|
"eslint-config-next": "12.1.5",
|
|
"eslint-plugin-testing-library": "^5.3.1",
|
|
"gh-pages": "^4.0.0",
|
|
"jest": "^28",
|
|
"jest-environment-jsdom": "^28.0.0",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-pwa": "^5.5.2",
|
|
"prettier": "^2.6.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|