jsoncrack.com/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

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-12-17 22:08:20 +03:00
"version": "v3.2.0",
2023-12-17 14:52:50 +03:00
"license": "GPL-3.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",
2023-07-16 15:44:10 +03:00
"build": "next build",
2022-01-30 13:09:56 +03:00
"start": "next start",
2023-12-17 15:21:36 +03:00
"lint": "tsc --project tsconfig.json && eslint src && prettier --check src",
2023-07-16 15:44:10 +03:00
"lint:fix": "eslint --fix src & prettier --write src",
2023-07-16 22:38:34 +03:00
"analyze": "ANALYZE=true npm run build"
2022-01-30 13:09:56 +03:00
},
"dependencies": {
2024-05-06 21:47:51 +03:00
"@mantine/carousel": "^7.9.0",
"@mantine/code-highlight": "^7.9.0",
"@mantine/core": "^7.9.0",
"@mantine/dropzone": "^7.9.0",
"@mantine/hooks": "^7.9.0",
2023-12-24 14:07:06 +03:00
"@monaco-editor/react": "^4.6.0",
2024-03-15 10:24:02 +03:00
"@sentry/nextjs": "^7.107.0",
2024-05-06 21:47:51 +03:00
"@supabase/supabase-js": "^2.43.1",
2024-01-19 22:06:35 +03:00
"@tanstack/react-query": "^4.36.1",
2024-01-20 15:15:55 +03:00
"allotment": "^1.20.0",
2024-05-06 21:47:51 +03:00
"axios": "^1.6.8",
"dayjs": "^1.11.11",
2023-12-17 16:10:48 +03:00
"gofmt.js": "^0.0.2",
2023-02-08 23:32:06 +03:00
"html-to-image": "^1.11.11",
2023-11-26 14:51:21 +03:00
"jq-web": "^0.5.1",
2023-12-24 14:07:06 +03:00
"js-yaml": "^4.1.0",
2024-05-06 21:47:51 +03:00
"json-2-csv": "^5.5.1",
2024-01-05 21:49:36 +03:00
"json_typegen_wasm": "^0.7.0",
2024-03-15 10:24:02 +03:00
"jsonc-parser": "^3.2.1",
2023-09-26 21:24:47 +03:00
"jsonwebtoken": "^9.0.2",
2024-03-15 10:24:02 +03:00
"jxon": "2.0.0-beta.5",
2022-12-04 00:12:16 +03:00
"lodash.debounce": "^4.0.8",
2024-05-06 21:47:51 +03:00
"next": "14.2.3",
2022-08-09 16:39:56 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-08-09 18:00:08 +03:00
"react-ga4": "^2.1.0",
2023-05-11 21:36:01 +03:00
"react-hot-toast": "^2.4.1",
2024-05-06 21:47:51 +03:00
"react-icons": "^5.2.0",
2023-12-17 14:52:50 +03:00
"react-json-tree": "^0.18.0",
2024-01-03 17:49:47 +03:00
"react-linkify-it": "^1.0.8",
2023-08-12 16:57:22 +03:00
"react-zoomable-ui": "^0.11.0",
2023-12-17 14:52:50 +03:00
"reaflow": "5.2.8",
2024-05-06 21:47:51 +03:00
"styled-components": "^6.1.9",
2023-06-18 11:41:10 +03:00
"toml": "^3.0.0",
2024-04-27 23:21:17 +03:00
"use-bg-cursor-pos": "^1.0.1",
2024-01-19 22:06:35 +03:00
"use-long-press": "^3.2.0",
2024-03-15 10:24:02 +03:00
"zustand": "^4.5.2"
2022-01-30 13:09:56 +03:00
},
"devDependencies": {
2024-03-15 10:24:02 +03:00
"@next/bundle-analyzer": "^14.1.3",
2023-12-17 14:52:50 +03:00
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2023-12-24 14:07:06 +03:00
"@types/js-yaml": "^4.0.9",
2024-03-15 10:24:02 +03:00
"@types/jsonwebtoken": "^9.0.6",
2023-12-17 14:52:50 +03:00
"@types/jxon": "^2.0.5",
2024-03-15 10:24:02 +03:00
"@types/node": "^20.11.27",
"@types/react": "18.2.51",
2024-03-15 10:24:02 +03:00
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.8.0",
2023-12-17 14:52:50 +03:00
"eslint": "8.56.0",
2024-01-20 15:15:55 +03:00
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
2024-01-19 22:06:35 +03:00
"eslint-plugin-prettier": "^5.1.3",
2024-03-15 10:24:02 +03:00
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5",
2024-01-19 22:06:35 +03:00
"ts-node": "^10.9.2",
2023-12-24 13:59:30 +03:00
"typescript": "5.3.3"
2022-01-30 13:09:56 +03:00
}
}