{ "name": "tools-frontend", "version": "0.0.0", "main": "index.js", "scripts": { "build": "vite build", "clean": "rimraf dist", "dev": "vite --host 0.0.0.0 --clearScreen false", "lint": "eslint --fix \"src/**/*.ts*\"", "test": "vitest run", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@babel/preset-react": "^7.18.6", "@radix-ui/colors": "^0.1.8", "@radix-ui/react-dropdown-menu": "^2.0.4", "@radix-ui/react-label": "^2.0.1", "@radix-ui/react-radio-group": "^1.1.2", "@stitches/react": "^1.2.8", "@tabler/icons-webfont": "^2.17.0", "@trpc/client": "10.20.0", "@trpc/server": "10.20.0", "dayjs": "^1.11.7", "deepmerge": "^4.3.1", "i18next": "^22.4.14", "i18next-browser-languagedetector": "^7.0.1", "insert-text-at-cursor": "^0.3.0", "jotai": "^2.0.4", "jotai-trpc": "^0.5.0", "json5-loader": "^4.0.1", "markdown-it": "^13.0.1", "multiple-themes-stitches": "^1.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-i18next": "^12.2.0", "react-image-crop": "^10.0.9", "react-markdown": "^8.0.7", "react-router": "^6.10.0", "react-router-dom": "^6.10.0", "react-twemoji": "^0.5.0", "ress": "^5.0.2", "sass": "^1.62.0", "striptags": "^3.2.0", "tools-shared": "workspace:*" }, "devDependencies": { "@storybook/addon-essentials": "^7.0.7", "@storybook/addon-interactions": "^7.0.7", "@storybook/addon-links": "^7.0.7", "@storybook/addon-viewport": "^7.0.7", "@storybook/blocks": "^7.0.7", "@storybook/builder-vite": "^7.0.7", "@storybook/react": "^7.0.7", "@storybook/react-vite": "^7.0.7", "@storybook/testing-library": "^0.0.14-next.2", "@types/markdown-it": "^12.2.3", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", "@types/react-twemoji": "^0.4.0", "@vitejs/plugin-react": "^3.1.0", "eslint-config-tools": "workspace:*", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "prop-types": "^15.8.1", "storybook": "^7.0.7", "tools-backend": "workspace:*", "tools-tsconfig": "workspace:*", "typescript": "5.0.4", "vite": "^4.2.2", "vite-plugin-pages": "^0.29.0", "vite-tsconfig-paths": "^4.2.0", "vitest": "^0.30.1" } }