Skip to content

Instantly share code, notes, and snippets.

@santiagoaloi
Created October 16, 2022 11:26
Show Gist options
  • Save santiagoaloi/652dae63317986cfbb9f0704d3b0ba7b to your computer and use it in GitHub Desktop.
Save santiagoaloi/652dae63317986cfbb9f0704d3b0ba7b to your computer and use it in GitHub Desktop.
package.json | VueSienna
{
"name": "vue-sienna",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --open",
"build": "vite build",
"build:preview": "vite build && vite preview --open",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.38",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@mdi/js": "6.2.95",
"@vitejs/plugin-vue": "^3.1.0",
"firebase": "^9.10.0",
"firebase-tools": "^11.11.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.22",
"sass": "^1.54.9",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"unplugin-vue-macros": "^0.11.2",
"vite": "^3.1.8",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-remove-console": "^1.1.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vuetify": "3.0.0-beta.13"
},
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment