-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from openbase/feature/vue2
moving to vue2
- Loading branch information
Showing
17 changed files
with
1,924 additions
and
8,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
{ | ||
"name": "bco.website", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"serve": "vuepress dev www", | ||
"build": "vuepress build www" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^1.2.2", | ||
"@fortawesome/free-solid-svg-icons": "^5.2.0", | ||
"@fortawesome/vue-fontawesome": "^0.1.1", | ||
"vuepress": "^0.14.10" | ||
"@vuepress/client": "2.0.0-rc.0", | ||
"stylus": "^0.62.0", | ||
"vue": "^3.3.8", | ||
"vuepress": "2.0.0-rc.0" | ||
}, | ||
"dependencies": { | ||
"yarn": "^1.13.0" | ||
"@vuepress/theme-default": "2.0.0-rc.0" | ||
} | ||
} |
Oops, something went wrong.