Style tweaks

This commit is contained in:
Aria Minaei 2021-07-23 14:04:01 +02:00
parent 2a773b4100
commit da230fbacc
12 changed files with 201 additions and 962 deletions

View file

@ -13,8 +13,8 @@
"build": "tsc --build ./tsconfig.json"
},
"devDependencies": {
"@react-three/drei": "^5.3.1",
"@react-three/fiber": "^6.2.2",
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "workspace:*",
"@theatre/plugin-r3f": "workspace:*",
"@theatre/studio": "workspace:*",
@ -22,14 +22,9 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"esbuild": "^0.12.5",
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"three": "^0.129.0",
"three": "^0.130.1",
"typescript": "^4.3.2"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"esbuild-plugin-postcss2": "^0.0.9",
"tailwindcss": "^2.1.2"
}
}