jsoncrack.com/package.json

66 lines
1.9 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-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",
2023-02-11 19:25:45 +03:00
"lint": "tsc && 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": {
2023-03-05 22:49:15 +03:00
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.0",
"@mantine/hooks": "^6.0.0",
"@mantine/next": "^6.0.0",
2023-03-07 22:05:25 +03:00
"@mantine/prism": "^6.0.0",
2022-09-25 23:37:47 +03:00
"@monaco-editor/react": "^4.4.6",
2023-01-28 17:17:21 +03:00
"@next/font": "^13.1.6",
2023-02-08 23:32:06 +03:00
"@sentry/nextjs": "^7.36.0",
"@tanstack/react-query": "^4.24.4",
"allotment": "^1.18.0",
2022-12-31 13:56:43 +03:00
"altogic": "^2.3.9",
2023-02-08 23:32:06 +03:00
"axios": "^1.3.2",
2022-12-31 13:56:43 +03:00
"dayjs": "^1.11.7",
2023-02-08 23:32:06 +03:00
"html-to-image": "^1.11.11",
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",
2023-01-28 17:17:21 +03:00
"next": "^13.1.6",
2022-08-09 16:39:56 +03:00
"react": "^18.2.0",
"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-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",
2023-02-08 23:32:06 +03:00
"react-zoom-pan-pinch": "^2.5.0",
2023-01-21 13:05:07 +03:00
"reaflow": "^5.1.2",
2022-10-26 21:17:34 +03:00
"styled-components": "^5.3.6",
2023-01-21 13:05:07 +03:00
"zustand": "^4.3.2"
2022-01-30 13:09:56 +03:00
},
"devDependencies": {
2023-01-29 19:45:09 +03:00
"@next/bundle-analyzer": "^13.1.6",
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",
2023-02-08 23:32:06 +03:00
"@types/node": "^18.13.0",
2023-01-21 13:05:07 +03:00
"@types/react": "18.0.27",
"@types/react-color": "^3.0.6",
2023-01-21 13:05:07 +03:00
"@types/react-syntax-highlighter": "^15.5.6",
2022-09-04 13:01:01 +03:00
"@types/styled-components": "^5.1.26",
2023-02-08 23:32:06 +03:00
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
2022-09-12 22:28:33 +03:00
"eslint-plugin-unused-imports": "^2.0.0",
2023-02-08 23:32:06 +03:00
"prettier": "^2.8.4",
2022-08-09 16:39:56 +03:00
"ts-node": "^10.9.1",
2023-02-08 23:32:06 +03:00
"typescript": "4.9.5"
2022-01-30 13:09:56 +03:00
}
}