Skip to content

Commit

Permalink
Merge pull request #3 from kekkorider/tresjs-core-3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkorider authored Sep 12, 2023
2 parents 4f17f6e + 5696540 commit 2123c34
Show file tree
Hide file tree
Showing 4 changed files with 823 additions and 1,731 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yarn install
npm install

# pnpm
pnpm install
pnpm install --shamefully-hoist
```

## Development Server
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ export default defineNuxtConfig({

vite: {
plugins: [glsl()]
}
},
})
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.2",
"@nuxt/devtools": "^0.8.3",
"@nuxtjs/google-fonts": "^3.0.2",
"@tresjs/nuxt": "^1.1.3",
"@tweakpane/core": "^2.0.0",
"@tresjs/nuxt": "^1.1.6",
"@tweakpane/core": "^2.0.1",
"@tweakpane/plugin-essentials": "^0.2.0",
"@types/node": "^18.16.14",
"nuxt": "^3.7.0",
"sass": "^1.65.1",
"@types/node": "^18.17.15",
"nuxt": "^3.7.1",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"vite-plugin-glsl": "^1.1.2"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"@tresjs/cientos": "^3.2.0",
"@tresjs/core": "^3.0.1",
"@tresjs/cientos": "^3.3.0",
"gsap": "^3.12.2",
"pinia": "^2.1.6",
"three": "^0.155.0"
"three": "^0.156.1"
}
}
Loading

1 comment on commit 2123c34

@vercel
Copy link

@vercel vercel bot commented on 2123c34 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.