2022-01-30 13:09:56 +03:00
|
|
|
{
|
2022-08-30 12:06:15 +03:00
|
|
|
"name": "json-crack",
|
2022-01-30 13:09:56 +03:00
|
|
|
"private": true,
|
2023-01-15 14:14:59 +03:00
|
|
|
"version": "v2.6.0",
|
2022-08-27 18:10:38 +03:00
|
|
|
"author": "https://github.com/AykutSarac",
|
2022-08-30 11:16:52 +03:00
|
|
|
"homepage": "https://jsoncrack.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-01-30 13:09:56 +03:00
|
|
|
"start": "next start",
|
2022-02-03 17:20:18 +03:00
|
|
|
"lint": "next lint",
|
2022-09-12 21:53:31 +03:00
|
|
|
"lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",
|
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-09-25 23:37:47 +03:00
|
|
|
"@monaco-editor/react": "^4.4.6",
|
2022-12-31 13:56:43 +03:00
|
|
|
"@sentry/nextjs": "^7.28.1",
|
|
|
|
"@tanstack/react-query": "^4.20.4",
|
|
|
|
"allotment": "^1.17.1",
|
|
|
|
"altogic": "^2.3.9",
|
|
|
|
"axios": "^1.2.2",
|
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"html-to-image": "^1.11.3",
|
2022-10-05 20:33:17 +03:00
|
|
|
"jsonc-parser": "^3.2.0",
|
2022-12-04 00:12:16 +03:00
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lz-string": "^1.4.4",
|
2022-09-25 23:37:47 +03:00
|
|
|
"next": "^12.3.1",
|
2022-08-09 16:39:56 +03:00
|
|
|
"react": "^18.2.0",
|
2022-07-23 00:04:15 +03:00
|
|
|
"react-color": "^2.19.3",
|
2022-08-09 16:39:56 +03:00
|
|
|
"react-dom": "^18.2.0",
|
2022-09-25 23:37:47 +03:00
|
|
|
"react-hot-toast": "^2.4.0",
|
2022-12-31 13:56:43 +03:00
|
|
|
"react-icons": "^4.7.1",
|
2022-09-01 12:33:35 +03:00
|
|
|
"react-in-viewport": "^1.0.0-alpha.28",
|
2022-08-13 14:41:02 +03:00
|
|
|
"react-linkify-it": "^1.0.7",
|
2022-12-23 13:36:32 +03:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2022-02-07 23:57:19 +03:00
|
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
2022-12-31 13:56:43 +03:00
|
|
|
"reaflow": "^5.1.1",
|
2022-10-26 21:17:34 +03:00
|
|
|
"styled-components": "^5.3.6",
|
2022-12-31 13:56:43 +03:00
|
|
|
"zustand": "^4.1.5"
|
2022-01-30 13:09:56 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-09 16:39:56 +03:00
|
|
|
"@testing-library/react": "^13.3.0",
|
2022-12-31 13:56:43 +03:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
2022-12-04 00:12:16 +03:00
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
|
|
"@types/lz-string": "^1.3.34",
|
2022-12-31 13:56:43 +03:00
|
|
|
"@types/node": "^18.11.18",
|
|
|
|
"@types/react": "18.0.26",
|
2022-07-23 00:04:15 +03:00
|
|
|
"@types/react-color": "^3.0.6",
|
2022-12-23 13:36:32 +03:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.5",
|
2022-09-04 13:01:01 +03:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2022-12-31 13:56:43 +03:00
|
|
|
"eslint": "8.31.0",
|
2022-09-25 23:37:47 +03:00
|
|
|
"eslint-config-next": "12.3.1",
|
2022-09-12 22:28:33 +03:00
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
2022-09-04 13:01:01 +03:00
|
|
|
"next-pwa": "5.6.0",
|
2022-12-31 13:56:43 +03:00
|
|
|
"prettier": "^2.8.1",
|
2022-08-09 16:39:56 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2022-12-31 13:56:43 +03:00
|
|
|
"typescript": "4.9.4"
|
2022-01-30 13:09:56 +03:00
|
|
|
}
|
|
|
|
}
|