UNPKG

@nuxt/press

Version:

Minimalist Markdown Publishing for Nuxt.js

119 lines (118 loc) 3.15 kB
{ "name": "@nuxt/press", "version": "0.0.1-beta.4", "description": "Minimalist Markdown Publishing for Nuxt.js", "keywords": [ "nuxt", "nuxtjs", "nuxtpress", "vue", "vuejs", "markdown", "docs", "documentation", "slides", "slideshow", "blogging" ], "bin": { "nuxt-press": "./bin/cli.js" }, "license": "MIT", "publishConfig": { "access": "public" }, "main": "dist/nuxt-press.js", "files": [ "bin", "dist", "blueprints", "postinstall.js" ], "scripts": { "clean": "rimraf ./**/.nuxt src/**/dist test/**/dist", "coverage": "echo \"todo\"", "dev": "nuxt dev", "build": "nuxt build", "dist": "rimraf dist && rollup -c rollup.config.js && rimraf dist/blueprints/*/test/", "generate": "nuxt generate", "start": "nuxt start", "lint": "eslint --ignore-path .gitignore --fix --ext .js src", "postinstall": "node postinstall.js", "test": "yarn test:unit && yarn test:fixtures && yarn test:e2e", "test:unit": "jest test/unit", "test:e2e": "jest test/e2e", "test:fixtures": "jest test/fixtures" }, "author": "Jonas Galvez <jonasgalvez@gmail.com>", "contributors": [ { "name": "Pim (@pimlie)" } ], "dependencies": { "@nuxt/http": "^0.3.4", "@nuxt/markdown": "^0.0.20", "@nuxt/press": "^0.0.1-alpha.88", "@nuxtjs/lunr-module": "^0.2.0", "animate.css": "^3.7.2", "braces": "^3.0.2", "gray-matter": "^4.0.2", "keymaster": "^1.6.2", "klaw": "^3.0.0", "node-fetch": "^2.6.0", "node-res": "^5.0.1", "normalize.css": "^8.0.1", "prismjs": "^1.17.1", "remark-container": "^0.1.1", "slug": "^1.1.0", "swiper": "^4.5.0", "vue-awesome-swiper": "^3.1.3", "wysiwyg.css": "^0.0.3" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.5.5", "@nuxtjs/eslint-config": "^1.1.2", "babel-eslint": "^10.0.2", "babel-jest": "^24.8.0", "babel-plugin-dynamic-import-node": "^2.3.0", "browserstack-local": "^1.4.2", "chromedriver": "^76.0.0", "eslint": "^6.1.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.15.1", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.2.3", "exit": "^0.1.2", "geckodriver": "^1.16.2", "get-port": "^5.0.0", "jest": "^24.8.0", "node-env-file": "^0.1.8", "nuxt": "^2.8.1", "nuxt-i18n": "^6.0.1", "puppeteer-core": "^1.19.0", "rimraf": "^3.0.0", "rollup": "^1.19.4", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-copy": "^3.1.0", "selenium-webdriver": "^4.0.0-alpha.4", "std-env": "^2.2.1", "tib": "^0.7.1", "vue-jest": "^3.0.4" }, "peerDependencies": { "chokidar": "^3.0.2", "consola": "^2.10.1", "defu": "^0.0.3", "defy": "^1.1.2", "fs-extra": "^8.1.0", "lodash": "^4.17.15", "webpack": "^4.39.2" } }