{ "name": "g100-blog", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "docs:build": "vuepress build docs", "dev": "vuepress dev docs" }, "author": "G100", "license": "ISC", "devDependencies": { "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@typescript-eslint/eslint-plugin": "^5.49.0", "@vuepress/plugin-container": "^2.0.0-beta.60", "@vuepress/plugin-google-analytics": "^2.0.0-beta.60", "@vuepress/plugin-register-components": "^2.0.0-beta.60", "@vuepress/plugin-toc": "^2.0.0-beta.60", "autoprefixer": "^10.4.13", "eslint": "^8.32.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-vue": "^9.9.0", "postcss": "^8.4.21", "postcss-nested": "^6.0.0", "prettier": "^2.8.3", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", "vite-svg-loader": "^4.0.0", "vuepress": "^2.0.0-beta.60" } }