{ "name": "codesecer-ui", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint . --fix", "jest": "jest", "jest:watch": "jest --watch", "test": "pnpm typecheck && pnpm lint", "storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006", "build-storybook": "build-storybook", "chromatic": "npx chromatic --project-token=180ac2186305" }, "dependencies": { "@mantine/core": "^7.14.3", "@mantine/hooks": "^7.14.3", "@mantine/notifications": "^7.14.3", "@meilisearch/instant-meilisearch": "^0.22.0", "@reduxjs/toolkit": "^2.4.0", "@sentry/react": "^8.42.0", "@sentry/vite-plugin": "^2.22.7", "@tabler/icons-react": "^3.24.0", "axios": "^1.7.9", "dayjs": "^1.11.13", "i18next": "^24.0.5", "i18next-browser-languagedetector": "^8.0.0", "instantsearch.js": "^4.75.5", "lodash": "^4.17.21", "meilisearch": "^0.46.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.1.3", "react-instantsearch": "^7.13.8", "react-redux": "^9.1.2", "react-router-dom": "^7.0.2", "rehype-highlight": "^7.0.1", "rehype-sanitize": "^6.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.0", "remark-html": "^16.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "unified": "^11.0.5" }, "devDependencies": { "@babel/core": "^7.26.0", "@mantine/form": "^7.14.3", "@storybook/addon-actions": "^8.4.7", "@storybook/addon-essentials": "^8.4.7", "@storybook/addon-interactions": "^8.4.7", "@storybook/addon-links": "^8.4.7", "@storybook/addons": "^7.6.17", "@storybook/api": "^7.6.17", "@storybook/builder-vite": "^8.4.7", "@storybook/components": "^8.4.7", "@storybook/core-events": "^8.4.7", "@storybook/react": "^8.4.7", "@storybook/theming": "^8.4.7", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.13", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "@vitejs/plugin-react": "^4.3.4", "babel-loader": "^9.2.1", "chromatic": "^11.20.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "eslint-plugin-storybook": "^0.11.1", "i18next-http-backend": "^2.7.1", "install-peerdeps": "^3.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.49", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.4.2", "react-router": "^7.0.2", "rollup-plugin-visualizer": "^5.12.0", "storybook": "^8.4.7", "storybook-dark-mode": "^4.0.2", "storybook-react-i18next": "3.1.7", "stylis-plugin-rtl": "^2.1.1", "ts-jest": "^29.2.5", "typescript": "^5.7.2", "vite": "^6.0.3" }, "packageManager": "pnpm@10.0.0-beta.1+sha512.629de0531b9ae9a3f8e372d014ef8f5a57906d9a48095ced54bbfbd246b4136381478032c8d13819fd1eedde8330517a799ea6756eedd9a136e36524fa3083cf" }