Skip to content

Commit

Permalink
chore: using pnpm workspaces for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 9, 2023
1 parent 2f564bb commit 9273815
Show file tree
Hide file tree
Showing 5 changed files with 407 additions and 2,250 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"postinstall": "cd playground && pnpm install"
"docs:serve": "vitepress serve docs"
},
"peerDependencies": {
"three": "latest",
Expand Down
13 changes: 3 additions & 10 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"three": "^0.152.2",
"vue": "^3.2.47",
"@tresjs/core": "workspace:^2.0.0-rc.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tresjs/cientos": "2.0.0-rc.1",
"@vitejs/plugin-vue": "^4.2.1",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"@tresjs/core": "workspace:^2.0.0-rc.2",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.4",
"vite-plugin-glsl": "^1.1.2",
"vue-tsc": "^1.6.3"
"vite-plugin-glsl": "^1.1.2"
}
}
Loading

0 comments on commit 9273815

Please sign in to comment.