package gh-pages
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
"name": "gractwo-site",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "http://jakubmanczak.github.io/gractwo-site",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"predeploy": "vue-cli-service build",
|
||||
"deploy": "gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.5",
|
||||
@@ -24,6 +27,7 @@
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0",
|
||||
"gh-pages": "^3.1.0",
|
||||
"sass": "^1.26.5",
|
||||
"sass-loader": "^8.0.2",
|
||||
"typescript": "~4.1.5"
|
||||
|
||||
Reference in New Issue
Block a user