mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Upgraded package manager from pnpm@10.24.0 to pnpm@10.26.2 across multiple applications. - Updated various package dependencies including lucide-react, eslint-plugin-react-refresh, typescript-eslint, and others to their latest versions. - Adjusted @types/node version from ^24.10.1 to ^25.0.3 in several packages for compatibility with the latest Node.js features. Signed-off-by: Innei <tukon479@gmail.com>
39 lines
775 B
JSON
39 lines
775 B
JSON
{
|
|
"name": "@afilmory/webgl-viewer",
|
|
"type": "module",
|
|
"version": "0.2.0",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"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.7",
|
|
"nbump": "2.1.8",
|
|
"react": "19.2.3",
|
|
"tsdown": "0.18.0",
|
|
"unplugin-dts": "1.0.0-beta.6",
|
|
"vite": "8.0.0-beta.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
}
|
|
}
|
|
}
|