12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "json-visio-next",
- "private": true,
- "version": "v1.0.0-beta",
- "homepage": "https://aykutsarac.github.io",
- "scripts": {
- "dev": "next dev",
- "build": "next build && next export",
- "start": "next start",
- "lint": "next lint",
- "deploy": "gh-pages -d out -t true"
- },
- "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-icons": "^4.3.1",
- "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",
- "gh-pages": "^3.2.3",
- "prettier": "^2.5.1",
- "typescript": "4.5.5"
- }
- }
|