mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 09:10:56 +00:00
124 lines
4.7 KiB
JSON
124 lines
4.7 KiB
JSON
{
|
|
"name": "pentagi",
|
|
"type": "module",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"build": "npx tsc && vite build",
|
|
"commit": "commit",
|
|
"commitlint": "commitlint --edit",
|
|
"dev": "vite",
|
|
"graphql:generate": "graphql-codegen --config graphql-codegen.ts",
|
|
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx}\"",
|
|
"lint:fix": "eslint \"src/**/*.{ts,tsx,js,jsx}\" --fix",
|
|
"prettier": "npx prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss}\"",
|
|
"prettier:fix": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss}\"",
|
|
"ssl:generate": "tsx --eval 'import { generateCertificates } from \"./scripts/generate-ssl.ts\"; generateCertificates();'",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.13.8",
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-icons": "^1.3.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@react-pdf/renderer": "^4.3.2",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-search": "^0.15.0",
|
|
"@xterm/addon-unicode11": "^0.8.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/addon-webgl": "^0.18.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"axios": "^1.13.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"graphql": "^16.11.0",
|
|
"graphql-ws": "^6.0.5",
|
|
"html2pdf.js": "^0.14.0",
|
|
"js-cookie": "^3.0.5",
|
|
"lru-cache": "^11.1.0",
|
|
"lucide-react": "^0.553.0",
|
|
"marked": "^17.0.3",
|
|
"react": "^19.0.0",
|
|
"react-diff-viewer-continued": "^4.0.6",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^3.0.2",
|
|
"react-router-dom": "^7.12.0",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.0.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.25.32"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.0.0",
|
|
"@commitlint/config-conventional": "^20.0.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@graphql-codegen/cli": "^5.0.3",
|
|
"@graphql-codegen/client-preset": "^4.5.1",
|
|
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
|
|
"@graphql-codegen/typescript": "^4.1.1",
|
|
"@graphql-codegen/typescript-operations": "^4.3.1",
|
|
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
|
|
"@prettier/plugin-xml": "^3.3.1",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash": "^4.17.13",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
"@typescript-eslint/parser": "^8.46.4",
|
|
"@vitejs/plugin-react-swc": "^4.0.0",
|
|
"@vitest/coverage-v8": "^4.0.0",
|
|
"eslint": "^9.11.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"lint-staged": "^16.2.6",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-tsconfig-paths": "^5.0.1",
|
|
"vitest": "^4.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:storybook/recommended"
|
|
]
|
|
}
|
|
}
|