mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
33 lines
779 B
JSON
33 lines
779 B
JSON
{
|
|
"name": "json-visio-next",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"dagre": "^0.8.5",
|
|
"next": "12.0.9",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-flow-renderer": "^9.7.3",
|
|
"react-json-editor-ajrm": "^2.5.13",
|
|
"styled-components": "^5.3.3",
|
|
"usehooks-ts": "^2.3.0",
|
|
"uuidv4": "^6.2.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dagre": "^0.7.47",
|
|
"@types/node": "17.0.13",
|
|
"@types/react": "17.0.38",
|
|
"@types/react-json-editor-ajrm": "^2.5.2",
|
|
"@types/styled-components": "^5.1.21",
|
|
"eslint": "8.8.0",
|
|
"eslint-config-next": "12.0.9",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "4.5.5"
|
|
}
|
|
}
|