106 lines
3.4 KiB
JSON
106 lines
3.4 KiB
JSON
{
|
|
"name": "codesecer-ui",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src",
|
|
"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.6.2",
|
|
"@mantine/hooks": "^7.6.2",
|
|
"@mantine/notifications": "^7.6.2",
|
|
"@meilisearch/instant-meilisearch": "^0.18.1",
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
"@sentry/react": "^7.108.0",
|
|
"@sentry/vite-plugin": "^2.16.0",
|
|
"@tabler/icons-react": "^3.1.0",
|
|
"axios": "^1.6.8",
|
|
"dayjs": "^1.11.10",
|
|
"i18next": "^23.10.1",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"instantsearch.js": "^4.71.1",
|
|
"lodash": "^4.17.21",
|
|
"meilisearch": "^0.40.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.1.0",
|
|
"react-instantsearch": "^7.11.1",
|
|
"react-redux": "^9.1.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"rehype-highlight": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-html": "^16.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.0",
|
|
"unified": "^11.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.1",
|
|
"@mantine/form": "^7.6.2",
|
|
"@storybook/addon-actions": "^8.0.2",
|
|
"@storybook/addon-essentials": "^8.0.2",
|
|
"@storybook/addon-interactions": "^8.0.2",
|
|
"@storybook/addon-links": "^8.0.2",
|
|
"@storybook/addons": "^7.6.17",
|
|
"@storybook/api": "^7.6.17",
|
|
"@storybook/builder-vite": "^8.0.2",
|
|
"@storybook/components": "^8.0.2",
|
|
"@storybook/core-events": "^8.0.2",
|
|
"@storybook/react": "^8.0.2",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@storybook/theming": "^8.0.2",
|
|
"@testing-library/dom": "^9.3.4",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/react": "^18.2.67",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"babel-loader": "^9.1.3",
|
|
"chromatic": "^11.1.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"i18next-http-backend": "^2.5.0",
|
|
"install-peerdeps": "^3.0.3",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8.4.37",
|
|
"postcss-preset-mantine": "^1.13.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.2.5",
|
|
"react-router": "^6.22.3",
|
|
"storybook": "^8.0.2",
|
|
"storybook-dark-mode": "^4.0.1",
|
|
"storybook-react-i18next": "3.0.1",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|