@dakingindanorf/hive
Version:
A template for creating a nuxt generated static site using Netlify CMS to power the backend. Individual site components can be managed through Bit
99 lines (98 loc) • 2.62 kB
JSON
{
"name": "@dakingindanorf/hive",
"version": "0.5.2",
"description": "A template for creating a nuxt generated static site using Netlify CMS to power the backend. Individual site components can be managed through Bit",
"author": "DAKINGINDANORF",
"private": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/DAKINGINDANORF/hive/issues"
},
"homepage": "https://thehive.network/",
"browser": {
"child_process": true
},
"scripts": {
"hive": "nuxt & vuepress dev docs",
"local": "npx netlify-cms-proxy-server",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"hive-cli": "node bin/hive-cli.js"
},
"dependencies": {
"@nuxt/content": "^1.9.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.3.1",
"chalk": "^2.4.2",
"commander": "^2.20.3",
"fs-extra": "^8.1.0",
"hamburgers": "^1.1.3",
"inquirer": "^7.3.3",
"netlify-cli": "^6.10.3",
"netlify-cms-app": "^2.15.63",
"netlify-cms-widget-colorpicker": "^1.0.3",
"netlify-identity-widget": "^1.9.1",
"node-fetch": "^2.6.1",
"nuxt": "^2.15.8",
"replace-in-file": "^6.2.0",
"vue": "^2.6.14",
"vue-object-merge": "^0.1.8"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.1",
"bit-bin": "^14.8.8",
"core-js": "^3.6.5",
"eslint": "^7.30.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-vue": "^7.0.0-beta.4",
"exec-sh": "^0.3.4",
"fs": "^0.0.1-security",
"import-glob": "^1.5.0",
"node-sass": "^6.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.38.1",
"sass-loader": ">9.0.3",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuepress": "^1.7.1"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/vue@0.1.13"
},
"componentsDefaultDirectory": "bits/components/{name}",
"packageManager": "npm"
},
"main": ".npm-init.js",
"bin": {
"hive": "bin/hive-cli.js"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DAKINGINDANORF/hive.git"
},
"keywords": [
"Hive",
"Static",
"Site",
"Generator",
"Nuxt",
"Vue",
"Netlify",
"NetlifyCMS",
"Bit"
]
}