mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"name": "json-visio-next",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.0.9",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-flow-renderer": "^9.7.3",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.13",
|
|
"@types/react": "17.0.38",
|
|
"@types/styled-components": "^5.1.21",
|
|
"eslint": "8.8.0",
|
|
"eslint-config-next": "12.0.9",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "4.5.5"
|
|
}
|
|
}
|