40 lines
975 B
JSON
40 lines
975 B
JSON
{
|
|
"name": "stream-demo-standalone",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.62.7",
|
|
"framer-motion": "^11.17.0",
|
|
"ky": "^1.4.0",
|
|
"libphonenumber-js": "^1.11.7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-swipeable": "^7.0.2",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^10.2.0",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^17.4.0",
|
|
"postcss": "^8.5.4",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.58.1",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|