Files
afilmory/packages/webgl-viewer/package.json
Innei 42c217e2f8 chore(deps): update package versions across the project
- Bumped versions for several dependencies including `@types/node`, `eslint`, `sharp`, `vite`, and various `@tanstack/react-query` packages to their latest releases for improved stability and features.
- Updated Tailwind CSS related packages to version 4.1.17 for consistency across the project.
- Adjusted other dependencies such as `jotai`, `lucide-react`, and `tailwind-merge` to their latest versions to ensure compatibility and access to new features.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-12 23:57:37 +08:00

39 lines
768 B
JSON

{
"name": "@afilmory/webgl-viewer",
"type": "module",
"version": "0.2.0",
"packageManager": "pnpm@10.18.1",
"description": "",
"author": "Innei",
"license": "MIT",
"exports": {
".": "./src/index.ts"
},
"main": "./src/index.ts",
"scripts": {
"build": "vite build",
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"react": ">=19.0.0"
},
"devDependencies": {
"@types/react": "19.2.3",
"nbump": "2.1.8",
"react": "19.2.0",
"tsdown": "0.16.3",
"unplugin-dts": "1.0.0-beta.6",
"vite": "7.2.2"
},
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
}
}
}