misskey-tools/apps/frontend/package.json

62 lines
1.8 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-21 21:48:14 +09:00
"lint": "eslint --fix \"src/**/*.ts*\""
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-21 21:27:13 +09:00
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@trpc/client": "10.20.0",
"@trpc/server": "10.20.0",
2023-04-19 13:52:58 +09:00
"css-loader": "^6.7.3",
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
2023-04-21 21:27:13 +09:00
"framer-motion": "^10.12.4",
2023-04-19 13:52:58 +09:00
"i18next": "^22.4.14",
"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",
"jotai-trpc": "^0.5.0",
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",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-image-crop": "^10.0.9",
"react-markdown": "^8.0.7",
"react-modal-hook": "^3.0.2",
"react-router-dom": "^6.10.0",
2023-04-03 04:38:26 +09:00
"react-twemoji": "^0.5.0",
2023-04-19 13:52:58 +09:00
"sass": "^1.62.0",
2023-04-03 04:38:26 +09:00
"striptags": "^3.2.0",
2023-04-19 13:52:58 +09:00
"styled-components": "^5.3.9",
2023-04-03 05:37:30 +09:00
"tools-shared": "workspace:*",
2023-04-19 13:52:58 +09:00
"typescript": "5.0.4",
2023-04-03 04:38:26 +09:00
"xeltica-ui": "xeltica-studio/design-system"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
2023-04-19 13:52:58 +09:00
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
2023-04-03 04:38:26 +09:00
"@types/react-twemoji": "^0.4.0",
2023-04-19 13:52:58 +09:00
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.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",
"tools-backend": "workspace:*",
2023-04-03 05:37:30 +09:00
"tools-tsconfig": "workspace:*",
2023-04-03 04:38:26 +09:00
"typescript": "^4.8.3",
2023-04-19 13:52:58 +09:00
"vite": "^4.2.2",
"vite-tsconfig-paths": "^4.2.0"
2023-04-03 04:38:26 +09:00
}
}