add firebase
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/"
|
||||
"format": "prettier --write src/",
|
||||
"local": "npm run build && firebase serve --only hosting",
|
||||
"deploy": "npm run build && firebase deploy --only hosting:contexted-v3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
|
||||
@@ -56,6 +58,7 @@
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-plugin-vue": "^9.13.0",
|
||||
"firebase-tools": "^12.1.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.23",
|
||||
"prettier": "^2.8.8",
|
||||
|
||||
Reference in New Issue
Block a user