95 lines
3.0 KiB
JSON
95 lines
3.0 KiB
JSON
{
|
|
"name": "codesecer-ui",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src",
|
|
"jest": "jest",
|
|
"jest:watch": "jest --watch",
|
|
"test": "yarn typecheck && yarn 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.1.7",
|
|
"@mantine/ds": "^7.1.7",
|
|
"@mantine/hooks": "^7.1.7",
|
|
"@mantine/notifications": "^7.1.7",
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
"@tabler/icons-react": "^2.40.0",
|
|
"axios": "^1.6.0",
|
|
"dayjs": "^1.11.10",
|
|
"i18next": "^23.6.0",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.3.1",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.18.0",
|
|
"remark": "^15.0.1",
|
|
"remark-html": "^16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@mantine/form": "^7.1.7",
|
|
"@storybook/addon-actions": "^7.5.2",
|
|
"@storybook/addon-essentials": "^7.5.2",
|
|
"@storybook/addon-interactions": "^7.5.2",
|
|
"@storybook/addon-links": "^7.5.2",
|
|
"@storybook/addons": "^7.5.2",
|
|
"@storybook/api": "^7.5.2",
|
|
"@storybook/builder-vite": "^7.5.2",
|
|
"@storybook/components": "^7.5.2",
|
|
"@storybook/core-events": "^7.5.2",
|
|
"@storybook/react": "^7.5.2",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@storybook/theming": "^7.5.2",
|
|
"@testing-library/dom": "^9.3.3",
|
|
"@testing-library/jest-dom": "^6.1.4",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"@types/jest": "^29.5.7",
|
|
"@types/lodash": "^4.14.200",
|
|
"@types/react": "^18.2.33",
|
|
"@types/react-dom": "^18.2.14",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
"@typescript-eslint/parser": "^6.9.1",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"babel-loader": "^9.1.3",
|
|
"chromatic": "^7.6.0",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"eslint-plugin-storybook": "^0.6.15",
|
|
"i18next-http-backend": "^2.3.1",
|
|
"install-peerdeps": "^3.0.3",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-preset-mantine": "^1.9.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.0.3",
|
|
"react-router": "^6.18.0",
|
|
"storybook": "^7.5.2",
|
|
"storybook-addon-react-router-v6": "2.0.8",
|
|
"storybook-dark-mode": "^3.0.1",
|
|
"storybook-react-i18next": "2.0.9",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|