RWKV-Runner/frontend/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2023-05-03 23:38:54 +08:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-05-17 11:39:00 +08:00
"@fluentui/react-components": "^9.20.0",
2023-05-04 23:55:24 +08:00
"@fluentui/react-icons": "^2.0.201",
2023-07-28 12:30:05 +08:00
"@magenta/music": "^1.23.1",
2023-05-19 14:22:37 +08:00
"@microsoft/fetch-event-source": "^2.0.1",
2023-05-19 20:55:12 +08:00
"@primer/octicons-react": "^19.1.0",
2024-01-05 13:47:00 +08:00
"abcjs": "^6.2.3",
2023-07-03 17:41:47 +08:00
"chart.js": "^4.3.0",
2023-05-19 14:22:37 +08:00
"classnames": "^2.3.2",
2023-11-07 19:27:21 +08:00
"file-saver": "^2.0.5",
2023-07-28 12:30:05 +08:00
"html-midi-player": "^1.5.0",
2023-05-18 19:25:13 +08:00
"i18next": "^22.4.15",
2023-12-22 14:44:27 +08:00
"lodash-es": "^4.17.21",
2023-05-07 22:48:52 +08:00
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"pdfjs-dist": "^4.0.189",
2023-05-03 23:38:54 +08:00
"react": "^18.2.0",
2023-06-25 00:07:14 +08:00
"react-beautiful-dnd": "^13.1.1",
2023-07-03 17:41:47 +08:00
"react-chartjs-2": "^5.2.0",
2023-05-04 23:55:24 +08:00
"react-dom": "^18.2.0",
2023-11-28 15:34:06 +08:00
"react-draggable": "^4.4.6",
2023-05-18 19:25:13 +08:00
"react-i18next": "^12.2.2",
2023-05-19 15:40:17 +08:00
"react-markdown": "^8.0.7",
2023-05-17 11:39:00 +08:00
"react-router": "^6.11.1",
"react-router-dom": "^6.11.1",
"react-toastify": "^9.1.3",
2023-05-19 15:40:17 +08:00
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
2023-05-19 14:22:37 +08:00
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0"
2023-05-03 23:38:54 +08:00
},
"devDependencies": {
2023-11-07 19:27:21 +08:00
"@types/file-saver": "^2.0.7",
2023-12-22 14:44:27 +08:00
"@types/lodash-es": "^4.17.12",
2023-05-17 11:39:00 +08:00
"@types/react": "^18.2.6",
2023-06-25 00:07:14 +08:00
"@types/react-beautiful-dnd": "^13.1.4",
2023-05-17 11:39:00 +08:00
"@types/react-dom": "^18.2.4",
2023-05-19 14:22:37 +08:00
"@types/uuid": "^9.0.1",
2023-05-17 11:39:00 +08:00
"@vitejs/plugin-react": "^4.0.0",
2023-05-04 23:55:24 +08:00
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
2023-05-06 23:39:23 +08:00
"rollup-plugin-visualizer": "^5.9.0",
2023-05-19 15:40:17 +08:00
"sass": "^1.62.1",
2023-05-04 23:55:24 +08:00
"tailwindcss": "^3.3.2",
2023-05-17 11:39:00 +08:00
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vite-plugin-top-level-await": "^1.3.1"
2023-05-03 23:38:54 +08:00
}
2023-05-04 23:55:24 +08:00
}