skinview3d
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
{ | ||
"name": "skinview3d", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"description": "Three.js powered Minecraft skin viewer", | ||
@@ -14,6 +14,6 @@ "main": "libs/skinview3d.js", | ||
"test": "npm run test:lint", | ||
"dev:watch:modules": "tsc -w --declaration --sourceMap --outDir libs -p .", | ||
"dev:watch:bundles": "rollup -w -c", | ||
"dev:serve": "ws", | ||
"dev": "npm-run-all --parallel dev:watch:modules dev:watch:bundles dev:serve", | ||
"dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .", | ||
"dev:watch:bundles": "rollup -w --no-watch.clearScreen -c", | ||
"dev:storybook": "start-storybook -s ./examples -p 6006", | ||
"dev": "npm-run-all --parallel dev:watch:modules dev:storybook", | ||
"prepublishOnly": "npm run clean && npm run build" | ||
@@ -42,19 +42,22 @@ }, | ||
"dependencies": { | ||
"skinview-utils": "^0.5.5", | ||
"three": "^0.117.1" | ||
"skinview-utils": "^0.5.6", | ||
"three": "^0.118.3" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
"@rollup/plugin-typescript": "^5.0.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"@babel/core": "^7.10.4", | ||
"@rollup/plugin-node-resolve": "^8.4.0", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"@storybook/addon-knobs": "^5.3.19", | ||
"@storybook/html": "^5.3.19", | ||
"@typescript-eslint/eslint-plugin": "^3.6.1", | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"@yushijinhun/three-minifier-rollup": "^0.1.7", | ||
"eslint": "^7.3.1", | ||
"local-web-server": "^4.2.1", | ||
"babel-loader": "^8.1.0", | ||
"eslint": "^7.4.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.18.0", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.6" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1320463
2149
15
+ Addedthree@0.118.3(transitive)
- Removedthree@0.117.1(transitive)
Updatedskinview-utils@^0.5.6
Updatedthree@^0.118.3