jsoncrack.com/package.json
2023-06-18 11:41:10 +03:00

80 lines
2.4 KiB
JSON

{
"name": "json-crack",
"private": true,
"version": "v2.8.0",
"author": "https://github.com/AykutSarac",
"homepage": "https://jsoncrack.com",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "tsc && eslint src && prettier --check src",
"lint:fix": "prettier --write src & eslint --fix src",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.13",
"@mantine/form": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/next": "^6.0.13",
"@mantine/prism": "^6.0.13",
"@monaco-editor/react": "^4.5.1",
"@sentry/nextjs": "^7.55.2",
"@tanstack/react-query": "^4.29.14",
"allotment": "^1.19.0",
"altogic": "^2.3.9",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"html-to-image": "^1.11.11",
"json-2-csv": "^4.0.0",
"jsonc-parser": "^3.2.0",
"jsonwebtoken": "^9.0.0",
"jxon": "^2.0.0-beta.5",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lz-string": "^1.5.0",
"next": "13.2.3",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-linkify-it": "^1.0.7",
"react-simple-typewriter": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-tweet-card": "^0.2.5",
"react-zoom-pan-pinch": "^3.0.8",
"reaflow": "5.1.2",
"styled-components": "^5.3.8",
"toml": "^3.0.0",
"typewriter-effect": "^2.20.1",
"universal-cookie": "^4.0.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.3",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.3.1",
"@types/react": "18.2.12",
"@types/react-color": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/styled-components": "^5.1.26",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
}
}