{ "name": "ipfs-blog", "version": "1.0.0", "description": "ipfs blog", "main": "index.js", "scripts": { "start": "npm run dev", "dev": "vuepress dev src", "build": "vuepress build src", "lint": "prettier --write \"**/*.{json,yaml,md}\" && run-p lint:**", "lint:eslint": "eslint --cache \"**/*.{js,vue}\" --fix", "lint:styles": "stylelint \"**/*.css\" \"src/.vuepress/**/*.css\" --fix" }, "keywords": [], "prettier": { "semi": false, "singleQuote": true }, "devDependencies": { "@vuepress/plugin-blog": "^1.9.4", "@vuepress/plugin-html-redirect": "^0.1.2", "@vuepress/plugin-last-updated": "^1.8.2", "eslint": "^7.21.0", "eslint-config-prettier": "^6.15.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", "eslint-plugin-vue": "^7.7.0", "husky": "^4.3.8", "lint-staged": "^10.5.4", "lodash": "^4.17.21", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.2", "markdown-it-task-lists": "^2.1.1", "markdown-it-video": "^0.6.3", "npm-run-all": "^4.1.5", "postcss-nested": "^4.2.3", "prettier": "^2.2.1", "slug": "^4.0.3", "standard-version": "^9.1.1", "stylelint": "^13.12.0", "stylelint-config-prettier": "^8.0.2", "stylelint-prettier": "^1.2.0", "svg-sprite-loader": "^5.2.1", "svgo": "^1.3.2", "svgo-loader": "^2.2.2", "tailwindcss": "^1.9.6", "tailwindcss-line-clamp": "^1.0.5", "tailwindcss-touch": "^1.0.1", "vue": "^2.6.12", "vuepress": "^1.8.2", "vuepress-plugin-canonical": "^1.0.0", "vuepress-plugin-clean-urls": "^1.1.2", "vuepress-plugin-ipfs": "^1.0.2", "vuepress-plugin-robots": "^1.0.1", "vuepress-plugin-seo": "^0.1.4" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{json,yaml,md}": "prettier --write", "*.{js,vue}": "eslint --cache --fix", "*.{css,styl}": "stylelint --fix" }, "dependencies": { "dayjs": "^1.10.4", "tailwindcss-typography": "^3.1.0", "v-lazy-image": "^1.4.0", "v-scroll-lock": "^1.3.1", "vue-advanced-cropper": "^1.3.1", "vue-mq": "^1.0.1", "vue-multiselect": "^2.1.6", "vue-observe-visibility": "^0.4.6", "vue-social-sharing": "^3.0.5", "vuepress-plugin-img-lazy": "^1.0.4", "vuex": "^3.6.2" } }