mirror of
https://github.com/onyx-dot-app/onyx.git
synced 2026-02-16 23:35:46 +00:00
147 lines
4.9 KiB
JSON
147 lines
4.9 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0-dev",
|
|
"private": true,
|
|
"workspaces": [
|
|
"lib/opal"
|
|
],
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:profile": "NEXT_PUBLIC_ENABLE_STATS=true next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:unused": "eslint --ext .js,.jsx,.ts,.tsx --rule 'unused-imports/no-unused-imports: error' --quiet --fix=false src/",
|
|
"lint:fix-unused": "eslint --ext .js,.jsx,.ts,.tsx --rule 'unused-imports/no-unused-imports: error' --quiet --fix src/",
|
|
"lint:fix-unused-vars": "eslint --ext .js,.jsx,.ts,.tsx --fix --quiet src/",
|
|
"types:check": "tsgo --noEmit --project tsconfig.types.json",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"test:verbose": "jest --verbose",
|
|
"test:ci": "jest --ci --maxWorkers=2 --silent --bail",
|
|
"test:changed": "jest --onlyChanged",
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/stylis": "^0.8.5",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
"@onyx/opal": "./lib/opal",
|
|
"@phosphor-icons/react": "^2.0.8",
|
|
"@radix-ui/react-accordion": "^1.2.2",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-collapsible": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-menubar": "^1.1.16",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-radio-group": "^1.2.2",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@sentry/nextjs": "^10.27.0",
|
|
"@sentry/tracing": "^7.120.3",
|
|
"@stripe/stripe-js": "^4.6.0",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"autoprefixer": "^10.4.22",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"cookies-next": "^5.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"favicon-fetch": "^1.0.0",
|
|
"formik": "^2.2.9",
|
|
"highlight.js": "^11.11.1",
|
|
"js-cookie": "^3.0.5",
|
|
"katex": "^0.16.17",
|
|
"lodash": "^4.17.23",
|
|
"lowlight": "^3.3.0",
|
|
"lucide-react": "^0.454.0",
|
|
"mdast-util-find-and-replace": "^3.0.1",
|
|
"motion": "^12.29.0",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.4",
|
|
"postcss": "^8.5.6",
|
|
"posthog-js": "^1.176.0",
|
|
"pptxgenjs": "^4.0.1",
|
|
"react": "19.2.4",
|
|
"react-datepicker": "^7.6.0",
|
|
"react-day-picker": "^9.13.0",
|
|
"react-dom": "19.2.4",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-icons": "^4.8.0",
|
|
"react-loader-spinner": "^8.0.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-select": "^5.8.0",
|
|
"recharts": "^2.13.1",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"semver": "^7.5.4",
|
|
"sharp": "^0.33.5",
|
|
"stripe": "^17.0.0",
|
|
"swr": "^2.1.5",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^9.0.1",
|
|
"vaul": "^1.1.1",
|
|
"yup": "^1.4.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.39.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/chrome": "^0.0.287",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "19.2.10",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/stats.js": "^0.17.4",
|
|
"@types/uuid": "^9.0.8",
|
|
"@typescript/native-preview": "7.0.0-dev.20251222.1",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"baseline-browser-mapping": "^2.9.19",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "16.1.6",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"prettier": "3.1.0",
|
|
"stats.js": "^0.17.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-unused-exports": "^11.0.1",
|
|
"typescript": "^5.9.3",
|
|
"whatwg-fetch": "^3.6.20"
|
|
},
|
|
"overrides": {
|
|
"react-is": "^19.0.0-rc-69d4b800-20241021",
|
|
"@types/react": "19.2.10",
|
|
"@types/react-dom": "19.2.3"
|
|
}
|
|
}
|