1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

Merge branch 'master' into docker

This commit is contained in:
2022-11-17 16:11:14 +07:00
committed by GitHub
25 changed files with 723 additions and 160 deletions

View File

@@ -10,14 +10,19 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"typecheck": "nuxt typecheck",
"info": "nuxt info",
"analyze": "nuxt analyze",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"prepare": "husky install"
},
"devDependencies": {
"@vueuse/core": "^9.3.1",
"@vueuse/nuxt": "^9.3.1",
"nuxt": "^3.0.0",
"husky": "^8.0.2",
"sass": "^1.55.0"
}
}