jsoncrack.com/package.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-30 13:09:56 +03:00
{
"name": "json-visio-next",
"private": true,
"version": "v1.0.0-beta",
2022-02-03 17:20:18 +03:00
"homepage": "https://aykutsarac.github.io",
2022-01-30 13:09:56 +03:00
"scripts": {
"dev": "next dev",
2022-02-03 19:56:35 +03:00
"build": "next build && next export",
2022-02-03 22:06:58 +03:00
"test": "jest",
2022-01-30 13:09:56 +03:00
"start": "next start",
2022-02-03 17:20:18 +03:00
"lint": "next lint",
2022-02-03 19:56:35 +03:00
"deploy": "gh-pages -d out -t true"
2022-01-30 13:09:56 +03:00
},
"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-02 18:47:40 +03:00
"react-icons": "^4.3.1",
2022-02-01 23:45:57 +03:00
"react-json-editor-ajrm": "^2.5.13",
2022-02-06 13:20:15 +03:00
"react-split-pane": "^0.1.92",
2022-02-01 23:45:57 +03:00
"styled-components": "^5.3.3",
2022-02-03 21:22:16 +03:00
"usehooks-ts": "^2.3.0"
2022-01-30 13:09:56 +03:00
},
"devDependencies": {
2022-02-03 22:06:58 +03:00
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
2022-02-01 23:45:57 +03:00
"@types/dagre": "^0.7.47",
2022-02-03 22:06:58 +03:00
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.0",
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-02-06 13:20:15 +03:00
"@types/react-splitter-layout": "^3.0.2",
2022-01-30 18:24:46 +03:00
"@types/styled-components": "^5.1.21",
2022-02-03 22:06:58 +03:00
"babel-jest": "^27.4.6",
"enzyme": "^3.11.0",
2022-01-30 13:09:56 +03:00
"eslint": "8.8.0",
"eslint-config-next": "12.0.9",
2022-02-03 22:06:58 +03:00
"eslint-plugin-testing-library": "^5.0.5",
2022-02-03 17:20:18 +03:00
"gh-pages": "^3.2.3",
2022-02-03 22:06:58 +03:00
"jest": "^27.4.7",
2022-01-30 18:24:46 +03:00
"prettier": "^2.5.1",
2022-02-03 22:06:58 +03:00
"ts-node": "^10.4.0",
2022-01-30 13:09:56 +03:00
"typescript": "4.5.5"
}
}