Skip to content

Commit

Permalink
Merge branch 'next' into fix_raster_image
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemamolette authored Aug 16, 2023
2 parents 0c8555d + 285c910 commit 9896a56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export default defineNuxtConfig({
imports: {
dirs: ['stores']
},
})
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"release:beta": "npm version $(semver $npm_package_version -i prerelease --preid $(npm whoami) ) && npm publish --tag rc"
},
"devDependencies": {
"@types/node": "^20.4.9",
"semver": "^7.5.4",
"vuetify": "^3.3.12"
"nuxt": "^3.6.5"
},
"overrides": {
"vue": "latest"
},
"description": "OpenSource Vue/Vuetify framework for web applications",
"type": "module",
"version": "0.0.7",
"main": "index.js",
"main": "./nuxt.config.js",
"dependencies": {
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
"@types/node": "^20.4.9",
"@vueuse/core": "^10.3.0",
"nuxt": "^3.6.5",
"pinia": "^2.1.6",
"semver": "^7.5.4",
"sass": "^1.65.1",
"vuetify": "^3.3.12"
},
Expand Down

0 comments on commit 9896a56

Please sign in to comment.