mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-04 20:24:02 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "yatm",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"gen-proto": "protoc --ts_out ./src/entity --proto_path ../entity/ `ls ../entity/*.proto` && ./src/entity/gen_index.sh"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
|
"@mui/icons-material": "^5.10.16",
|
|
"@mui/material": "^5.10.9",
|
|
"@mui/styled-engine": "^5.10.8",
|
|
"@mui/system": "^5.14.10",
|
|
"@mui/x-tree-view": "6.0.0-alpha.3",
|
|
"@protobuf-ts/grpcweb-transport": "^2.8.2",
|
|
"@protobuf-ts/runtime": "^2.8.2",
|
|
"@protobuf-ts/runtime-rpc": "^2.8.2",
|
|
"@samuelncui/chonky": "^0.2.7",
|
|
"@samuelncui/chonky-icon-fontawesome": "^0.2.7",
|
|
"fast-text-encoding": "^1.0.6",
|
|
"filesize": "^10.0.5",
|
|
"format-duration": "^2.0.0",
|
|
"localforage": "^1.10.0",
|
|
"match-sorter": "^6.3.1",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-dnd": "^11.1.3",
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-intl": "^6.4.7",
|
|
"react-is": "^18.2.0",
|
|
"react-router-dom": "^6.4.5",
|
|
"react-toastify": "^9.1.3",
|
|
"react-virtuoso": "^4.6.1",
|
|
"sort-by": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@protobuf-ts/plugin": "^2.9.1",
|
|
"@types/node": "^20.7.0",
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"less": "^4.1.3",
|
|
"prettier": "^3.0.3",
|
|
"tsdef": "^0.0.14",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9"
|
|
}
|
|
}
|