Skip to content

Commit

Permalink
Merge pull request #4 from Geode-solutions/fix_package
Browse files Browse the repository at this point in the history
modify package.json
  • Loading branch information
JulienChampagnol authored Aug 14, 2023
2 parents be01776 + c0a1811 commit 285c910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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",
"version": "0.0.5",
"main": "index.js",
"type": "module",
"version": "0.0.6",
"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 285c910

Please sign in to comment.