Update package.json

This commit is contained in:
Steffen 2020-04-03 19:41:48 +02:00 committed by GitHub
parent 095139aadc
commit f05908a57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -5,11 +5,13 @@
"main": "App.vue", "main": "App.vue",
"dependencies": { "dependencies": {
"sass": "^1.26.3", "sass": "^1.26.3",
"sass-loader": "^8.0.2" "sass-loader": "^8.0.2",
"@vue/cli-service": "^4.2.3"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "serve": "vue-cli-service serve",
"build": "vue-cli-service build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",