mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- 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>
39 lines
768 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|