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-04-10 16:06:50 +03:00
|
|
|
"version": "v1.5.0",
|
2022-02-17 17:47:41 +03:00
|
|
|
"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-03-29 13:31:51 +03:00
|
|
|
"next": "^12.1.2",
|
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",
|
2022-03-29 13:31:51 +03:00
|
|
|
"reaflow": "^4.2.16",
|
|
|
|
"styled-components": "^5.3.5",
|
|
|
|
"usehooks-ts": "^2.4.2"
|
2022-01-30 13:09:56 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-29 13:31:51 +03:00
|
|
|
"@testing-library/jest-dom": "^5.16.3",
|
|
|
|
"@testing-library/react": "^12.1.4",
|
|
|
|
"@testing-library/user-event": "^14.0.0",
|
2022-02-03 22:06:58 +03:00
|
|
|
"@types/enzyme": "^3.10.11",
|
2022-03-29 13:31:51 +03:00
|
|
|
"@types/jest": "^27.4.1",
|
|
|
|
"@types/node": "17.0.23",
|
2022-02-16 21:25:20 +03:00
|
|
|
"@types/parse-json": "^4.0.0",
|
2022-03-29 13:31:51 +03:00
|
|
|
"@types/react": "17.0.43",
|
2022-02-06 13:20:15 +03:00
|
|
|
"@types/react-splitter-layout": "^3.0.2",
|
2022-03-29 13:31:51 +03:00
|
|
|
"@types/styled-components": "^5.1.24",
|
|
|
|
"babel-jest": "^27.5.1",
|
2022-02-03 22:06:58 +03:00
|
|
|
"enzyme": "^3.11.0",
|
2022-03-29 13:31:51 +03:00
|
|
|
"eslint": "8.12.0",
|
|
|
|
"eslint-config-next": "12.1.2",
|
|
|
|
"eslint-plugin-testing-library": "^5.1.0",
|
2022-02-03 17:20:18 +03:00
|
|
|
"gh-pages": "^3.2.3",
|
2022-03-29 13:31:51 +03:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"prettier": "^2.6.1",
|
|
|
|
"ts-node": "^10.7.0",
|
|
|
|
"typescript": "4.6.3"
|
2022-01-30 13:09:56 +03:00
|
|
|
}
|
|
|
|
}
|