1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00
This commit is contained in:
Kevin Levron 2020-09-28 21:04:47 +02:00
parent d504046f1b
commit c138adaf3a

View File

@ -1,6 +1,6 @@
{
"name": "troisjs",
"version": "0.0.7",
"version": "0.0.9",
"scripts": {
"dev": "vite",
"build": "vite build",
@ -8,10 +8,12 @@
},
"dependencies": {
"chroma-js": "^2.1.0",
"gsap": "^3.5.1",
"three": "^0.120"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-replace": "^2.3.3",
"@vue/compiler-sfc": "^3.0.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",