Skip to content

Commit

Permalink
fix: set @Tresjs/core as peer
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 11, 2023
1 parent 4c2652d commit 77f7a3c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 31 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name": "@tresjs/cientos",
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
"version": "3.2.1",
"type": "module",
"version": "3.2.1",
"packageManager": "[email protected]",
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
"keywords": [
"vue",
"3d",
"threejs",
"three",
"threejs-vue",
"composables"
],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -27,14 +35,6 @@
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"3d",
"threejs",
"three",
"threejs-vue",
"composables"
],
"scripts": {
"playground": "cd playground && pnpm dev",
"build": "vite build",
Expand All @@ -45,13 +45,21 @@
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
"@tresjs/core": ">=3.2",
"three": ">=0.133",
"tweakpane": ">=3.0.0",
"vue": ">=3.3"
},
"dependencies": {
"@vueuse/core": "^10.3.0",
"camera-controls": "^2.7.1",
"stats.js": "^0.17.0",
"three-stdlib": "^2.25.0"
},
"devDependencies": {
"@tresjs/eslint-config-vue": "^0.1.1",
"@release-it/conventional-changelog": "^7.0.0",
"@tresjs/core": "^3.2.1",
"@tresjs/eslint-config-vue": "^0.1.1",
"@tweakpane/core": "^1.1.9",
"@types/node": "^20.5.4",
"@types/three": "^0.155.0",
Expand All @@ -75,12 +83,5 @@
"vite-plugin-dts": "3.5.2",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.4"
},
"dependencies": {
"stats.js": "^0.17.0",
"@tresjs/core": "3.1.1",
"@vueuse/core": "^10.3.0",
"camera-controls": "^2.7.1",
"three-stdlib": "^2.25.0"
}
}
44 changes: 32 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stats.html

Large diffs are not rendered by default.

0 comments on commit 77f7a3c

Please sign in to comment.