48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@markone/web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "^2.1.2",
|
|
"@headlessui/react": "^2.2.4",
|
|
"@markone/core": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.5",
|
|
"@tanstack/react-query": "^5.75.2",
|
|
"@tanstack/react-router": "^1.119.0",
|
|
"arktype": "^2.1.20",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"jotai": "^2.12.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.5",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/react-router-devtools": "^1.119.1",
|
|
"@tanstack/router-plugin": "^1.119.0",
|
|
"@types/node": "^22.15.3",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"workbox-core": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"resolutions": {
|
|
"sharp": "0.32.6",
|
|
"sharp-ico": "0.1.5"
|
|
}
|
|
}
|