Add package configurations for docs

This commit is contained in:
Fawad Mirzad
2021-09-13 15:35:04 +02:00
parent 86f25061de
commit c19e6ea7fe
2 changed files with 11186 additions and 0 deletions

11167
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

19
docs/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "vue-google-maps-docs",
"version": "0.0.1",
"description": "Vue.js 3 components for Google maps",
"main": "index.js",
"authors": {
"name": "Fawad Mirzad",
"email": "hi@fawmi.com"
},
"repository": "fawmi/vue-google-maps-docs/vue-google-maps-docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}