jsoncrack.com/package.json

33 lines
779 B
JSON
Raw Normal View History

2022-01-30 13:09:56 +03:00
{
"name": "json-visio-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-02-01 23:45:57 +03:00
"dagre": "^0.8.5",
2022-01-30 13:09:56 +03:00
"next": "12.0.9",
"react": "17.0.2",
2022-01-30 18:24:46 +03:00
"react-dom": "17.0.2",
"react-flow-renderer": "^9.7.3",
2022-02-01 23:45:57 +03:00
"react-json-editor-ajrm": "^2.5.13",
"styled-components": "^5.3.3",
"usehooks-ts": "^2.3.0",
"uuidv4": "^6.2.12"
2022-01-30 13:09:56 +03:00
},
"devDependencies": {
2022-02-01 23:45:57 +03:00
"@types/dagre": "^0.7.47",
2022-01-30 13:09:56 +03:00
"@types/node": "17.0.13",
"@types/react": "17.0.38",
2022-02-01 23:45:57 +03:00
"@types/react-json-editor-ajrm": "^2.5.2",
2022-01-30 18:24:46 +03:00
"@types/styled-components": "^5.1.21",
2022-01-30 13:09:56 +03:00
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
2022-01-30 18:24:46 +03:00
"prettier": "^2.5.1",
2022-01-30 13:09:56 +03:00
"typescript": "4.5.5"
}
}