91 lines
2.9 KiB
JSON
91 lines
2.9 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": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@mantine/core": "6.0.0",
|
|
"@mantine/form": "^6.0.0",
|
|
"@mantine/hooks": "^6.0.0",
|
|
"@mantine/notifications": "^6.0.0",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"@tabler/icons-react": "^2.30.0",
|
|
"axios": "^1.3.4",
|
|
"dayjs": "^1.11.7",
|
|
"i18next": ">=21.0.0",
|
|
"i18next-browser-languagedetector": "^6.1.4",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-i18next": "^11.17.1",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.3.0",
|
|
"remark": "^14.0.2",
|
|
"remark-html": "^15.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@storybook/addon-actions": "^6.5.16",
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
"@storybook/addon-interactions": "^6.5.16",
|
|
"@storybook/addon-links": "^6.5.16",
|
|
"@storybook/addons": ">=6.5.0",
|
|
"@storybook/api": ">=6.5.0",
|
|
"@storybook/builder-vite": "^0.4.2",
|
|
"@storybook/components": ">=6.5.0",
|
|
"@storybook/core-events": ">=6.5.0",
|
|
"@storybook/react": "^6.5.16",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@storybook/theming": ">=6.5.0",
|
|
"@testing-library/dom": "^8.20.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
"@typescript-eslint/parser": "^5.50.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"babel-loader": "^8.3.0",
|
|
"chromatic": "^6.17.1",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-storybook": "^0.6.11",
|
|
"i18next-http-backend": "^1.4.0",
|
|
"install-peerdeps": "^3.0.3",
|
|
"jest": "^29.4.1",
|
|
"jest-environment-jsdom": "^29.4.1",
|
|
"prettier": "^2.8.3",
|
|
"react-router": "^6.3.0",
|
|
"storybook": "^6.5.16",
|
|
"storybook-addon-react-router-v6": "0.2.1",
|
|
"storybook-dark-mode": "^2.1.1",
|
|
"storybook-react-i18next": "1.1.2",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"ts-jest": "^29.0.5",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.1"
|
|
}
|
|
}
|