2022-01-30 13:09:56 +03:00
|
|
|
{
|
2022-02-17 17:47:41 +03:00
|
|
|
"name": "json-visio",
|
2022-01-30 13:09:56 +03:00
|
|
|
"private": true,
|
2022-02-17 17:47:41 +03:00
|
|
|
"version": "v1.0.0",
|
|
|
|
"homepage": "https://jsonvisio.com",
|
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-18 11:58:28 +03:00
|
|
|
"next": "^12.1.0",
|
2022-02-09 14:56:27 +03:00
|
|
|
"next-transpile-modules": "^9.0.0",
|
2022-02-16 21:25:20 +03:00
|
|
|
"parse-json": "^6.0.2",
|
2022-01-30 13:09:56 +03:00
|
|
|
"react": "17.0.2",
|
2022-02-16 15:01:47 +03:00
|
|
|
"react-ace": "^9.5.0",
|
2022-01-30 18:24:46 +03:00
|
|
|
"react-dom": "17.0.2",
|
2022-02-15 18:17:08 +03:00
|
|
|
"react-hot-toast": "^2.2.0",
|
2022-02-02 18:47:40 +03:00
|
|
|
"react-icons": "^4.3.1",
|
2022-02-06 13:20:15 +03:00
|
|
|
"react-split-pane": "^0.1.92",
|
2022-02-07 23:57:19 +03:00
|
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
|
|
"reaflow": "^4.2.15",
|
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",
|
|
|
|
"@types/enzyme": "^3.10.11",
|
|
|
|
"@types/jest": "^27.4.0",
|
2022-01-30 13:09:56 +03:00
|
|
|
"@types/node": "17.0.13",
|
2022-02-16 21:25:20 +03:00
|
|
|
"@types/parse-json": "^4.0.0",
|
2022-01-30 13:09:56 +03:00
|
|
|
"@types/react": "17.0.38",
|
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"
|
|
|
|
}
|
|
|
|
}
|