jsoncrack.com/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

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-15 22:37:08 +03:00
"version": "v1.4.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-04-15 23:33:56 +03:00
"next": "^12.1.5",
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-04-25 19:11:46 +03:00
"react": "^17.0.0",
2022-04-15 23:33:56 +03:00
"react-ace": "^10.0.0",
2022-04-25 19:11:46 +03:00
"react-dom": "^17.0.0",
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-04-15 23:33:56 +03:00
"reaflow": "4.2.16",
2022-04-10 16:30:31 +03:00
"styled-components": "^5.3.5"
2022-01-30 13:09:56 +03:00
},
"devDependencies": {
2022-04-15 23:33:56 +03:00
"@testing-library/jest-dom": "^5.16.4",
2022-04-25 19:26:49 +03:00
"@testing-library/react": "^12.0.0",
2022-04-15 23:33:56 +03:00
"@testing-library/user-event": "^14.1.0",
"@types/enzyme": "^3.10.12",
2022-03-29 13:31:51 +03:00
"@types/jest": "^27.4.1",
2022-04-15 23:33:56 +03:00
"@types/node": "17.0.24",
2022-02-16 21:25:20 +03:00
"@types/parse-json": "^4.0.0",
2022-04-15 23:33:56 +03:00
"@types/react": "18.0.5",
2022-02-06 13:20:15 +03:00
"@types/react-splitter-layout": "^3.0.2",
2022-04-15 23:33:56 +03:00
"@types/styled-components": "^5.1.25",
2022-04-25 19:26:49 +03:00
"babel-jest": "^28",
2022-02-03 22:06:58 +03:00
"enzyme": "^3.11.0",
2022-04-15 23:33:56 +03:00
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-testing-library": "^5.3.1",
2022-02-03 17:20:18 +03:00
"gh-pages": "^3.2.3",
2022-04-25 19:26:49 +03:00
"jest": "^28",
"jest-environment-jsdom": "^28.0.0",
2022-04-15 23:33:56 +03:00
"prettier": "^2.6.2",
2022-03-29 13:31:51 +03:00
"ts-node": "^10.7.0",
"typescript": "4.6.3"
2022-01-30 13:09:56 +03:00
}
}