81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"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-alert-dialog": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-label": "^2.0.1",
|
|
"@radix-ui/react-radio-group": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.2",
|
|
"@stitches/react": "^1.2.8",
|
|
"@tabler/icons-webfont": "^2.17.0",
|
|
"@tanstack/react-query": "^4.29.5",
|
|
"@trpc/client": "10.23.0",
|
|
"@trpc/react-query": "10.23.0",
|
|
"@trpc/server": "10.23.0",
|
|
"dayjs": "^1.11.7",
|
|
"deepmerge": "^4.3.1",
|
|
"i18next": "^22.4.15",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"insert-text-at-cursor": "^0.3.0",
|
|
"jotai": "^2.0.4",
|
|
"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.2",
|
|
"react-image-crop": "^10.0.9",
|
|
"react-markdown": "^8.0.7",
|
|
"react-router": "^6.11.0",
|
|
"react-router-dom": "^6.11.0",
|
|
"react-twemoji": "^0.5.0",
|
|
"ress": "^5.0.2",
|
|
"sass": "^1.62.1",
|
|
"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.1.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.1",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-twemoji": "^0.4.0",
|
|
"@vitejs/plugin-react": "^4.0.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.3.8",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^0.30.1"
|
|
}
|
|
}
|