Add package configurations for docs
This commit is contained in:
11167
docs/package-lock.json
generated
Normal file
11167
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
19
docs/package.json
Normal file
19
docs/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user