46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "tg-bot",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hyper-fetch/core": "^5.7.5",
|
|
"@hyper-fetch/react": "^5.7.5",
|
|
"@vkruglikov/react-telegram-web-app": "2.1.9",
|
|
"antd-mobile": "^5.37.1",
|
|
"antd-mobile-icons": "^0.3.0",
|
|
"clsx": "^2.1.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.24.1",
|
|
"tailwind-merge": "^2.4.0",
|
|
"vconsole": "^3.15.1",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.10",
|
|
"@types/postcss-pxtorem": "^6.0.3",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"postcss": "^8.4.39",
|
|
"postcss-pxtorem": "^6.1.0",
|
|
"react-iconfont-cli": "^2.0.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-compression": "^0.5.1"
|
|
}
|
|
}
|