Modernize project
This commit is contained in:
16
package.json
16
package.json
@@ -7,27 +7,23 @@
|
||||
"gltf",
|
||||
"wegbpu"
|
||||
],
|
||||
"homepage": "https://github.com/iszn11/oktaeder",
|
||||
"bugs": {
|
||||
"url": "https://github.com/iszn11/oktaeder/issues"
|
||||
},
|
||||
"homepage": "https://gitea.renati.me/renati/oktaeder",
|
||||
"license": "MPL-2.0",
|
||||
"browser": "./dist/oktaeder.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iszn11/oktaeder.git"
|
||||
"url": "https://gitea.renati.me/renati/oktaeder.git"
|
||||
},
|
||||
"scripts": {
|
||||
"start:example": "esbuild example/script.ts --bundle --outfile=example/bundle.js --watch --servedir=example --format=esm --sourcemap",
|
||||
"start:example": "bun run example/index.html",
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webgpu/types": "^0.1.40",
|
||||
"esbuild": "^0.20.2",
|
||||
"typescript": "^5.4.2"
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user