mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-04-28 20:45:00 +08:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "storytime",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"@mysten/dapp-kit": "0.10.2",
|
|
"@mysten/sui.js": "0.48.0",
|
|
"@mysten/zklogin": "^0.3.9",
|
|
"@radix-ui/colors": "^3.0.0",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/themes": "^2.0.0",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"axios": "^1.6.2",
|
|
"dnum-cjs": "^2.9.0",
|
|
"fabric": "^5.3.0",
|
|
"firebase": "^10.7.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"model": "../model",
|
|
"query-string": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.0.3",
|
|
"react-router": "^6.20.1",
|
|
"react-router-dom": "^6.20.1",
|
|
"redux": "^5.0.0",
|
|
"redux-saga": "^1.2.3",
|
|
"reselect": "^5.0.1",
|
|
"styled-components": "^6.1.1",
|
|
"styled-normalize": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fabric": "^5.3.6",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-pages": "^0.32.0",
|
|
"vite-plugin-svgr": "^4.2.0"
|
|
}
|
|
}
|