jsoncrack.com/package.json
2023-01-15 14:15:18 +03:00

59 lines
1.7 KiB
JSON

{
"name": "json-crack",
"private": true,
"version": "v2.6.0",
"author": "https://github.com/AykutSarac",
"homepage": "https://jsoncrack.com",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@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",
"jsonc-parser": "^3.2.0",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"next": "^12.3.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-linkify-it": "^1.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-zoom-pan-pinch": "^2.1.3",
"reaflow": "^5.1.1",
"styled-components": "^5.3.6",
"zustand": "^4.1.5"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/lz-string": "^1.3.34",
"@types/node": "^18.11.18",
"@types/react": "18.0.26",
"@types/react-color": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/styled-components": "^5.1.26",
"eslint": "8.31.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-unused-imports": "^2.0.0",
"next-pwa": "5.6.0",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "4.9.4"
}
}