misskey-tools/packages/frontend/package.json

81 lines
2.5 KiB
JSON
Raw Normal View History

2023-04-03 04:38:26 +09:00
{
"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",
2023-04-25 01:44:47 +09:00
"lint": "eslint --fix \"src/**/*.ts*\"",
"test": "vitest run",
2023-04-25 01:44:47 +09:00
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
2023-04-03 04:38:26 +09:00
},
"dependencies": {
2023-04-19 13:52:58 +09:00
"@babel/preset-react": "^7.18.6",
2023-04-25 01:44:47 +09:00
"@radix-ui/colors": "^0.1.8",
2023-05-26 01:48:25 +09:00
"@radix-ui/react-alert-dialog": "^1.0.3",
2023-04-28 02:04:31 +09:00
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
2023-04-28 03:35:04 +09:00
"@radix-ui/react-radio-group": "^1.1.2",
2023-05-24 15:20:56 +09:00
"@radix-ui/react-switch": "^1.0.2",
2023-04-25 01:44:47 +09:00
"@stitches/react": "^1.2.8",
"@tabler/icons-webfont": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
2023-05-02 11:56:43 +09:00
"@trpc/client": "10.23.0",
"@trpc/react-query": "10.23.0",
"@trpc/server": "10.23.0",
2023-04-19 13:52:58 +09:00
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
2023-04-30 12:16:37 +09:00
"i18next": "^22.4.15",
2023-04-19 13:52:58 +09:00
"i18next-browser-languagedetector": "^7.0.1",
2023-04-03 04:38:26 +09:00
"insert-text-at-cursor": "^0.3.0",
2023-04-19 13:52:58 +09:00
"jotai": "^2.0.4",
2023-04-03 04:38:26 +09:00
"json5-loader": "^4.0.1",
2023-04-19 13:52:58 +09:00
"markdown-it": "^13.0.1",
"multiple-themes-stitches": "^1.0.2",
2023-04-19 13:52:58 +09:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-04-28 03:35:04 +09:00
"react-helmet": "^6.1.0",
2023-04-30 12:16:37 +09:00
"react-i18next": "^12.2.2",
2023-04-19 13:52:58 +09:00
"react-image-crop": "^10.0.9",
"react-markdown": "^8.0.7",
2023-05-02 12:08:57 +09:00
"react-router": "^6.11.0",
"react-router-dom": "^6.11.0",
2023-04-03 04:38:26 +09:00
"react-twemoji": "^0.5.0",
2023-04-26 12:38:06 +09:00
"ress": "^5.0.2",
2023-05-02 12:08:57 +09:00
"sass": "^1.62.1",
2023-04-03 04:38:26 +09:00
"striptags": "^3.2.0",
"tools-shared": "workspace:*"
2023-04-03 04:38:26 +09:00
},
"devDependencies": {
2023-04-25 01:44:47 +09:00
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-viewport": "^7.0.7",
2023-04-25 01:44:47 +09:00
"@storybook/blocks": "^7.0.7",
"@storybook/builder-vite": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.0.7",
2023-05-02 12:08:57 +09:00
"@storybook/testing-library": "^0.1.0",
2023-04-03 04:38:26 +09:00
"@types/markdown-it": "^12.2.3",
2023-05-02 12:08:57 +09:00
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
2023-04-28 03:35:04 +09:00
"@types/react-helmet": "^6.1.6",
2023-04-19 13:52:58 +09:00
"@types/react-router-dom": "^5.3.3",
2023-04-03 04:38:26 +09:00
"@types/react-twemoji": "^0.4.0",
2023-05-02 12:08:57 +09:00
"@vitejs/plugin-react": "^4.0.0",
2023-04-21 21:27:13 +09:00
"eslint-config-tools": "workspace:*",
2023-04-22 02:36:08 +09:00
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
2023-04-25 01:44:47 +09:00
"prop-types": "^15.8.1",
"storybook": "^7.0.7",
"tools-backend": "workspace:*",
2023-04-03 05:37:30 +09:00
"tools-tsconfig": "workspace:*",
"typescript": "5.0.4",
2023-05-26 01:48:25 +09:00
"vite": "^4.3.8",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
2023-04-03 04:38:26 +09:00
}
}