vuepress-theme-plume/package.json
2022-03-13 06:14:05 +08:00

83 lines
2.6 KiB
JSON

{
"name": "@pengzhanbo/vuepress-theme-plume",
"version": "1.0.0-beta.3",
"description": "blog theme by vuepress2.x",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [
"lib",
"templates",
"tailwind.config.js"
],
"keywords": [
"vuepress-next",
"vuepress",
"vuepress-theme"
],
"author": "pengzhanbo",
"license": "MIT",
"scripts": {
"dev-watch": "yarn clean && concurrently \"yarn copy-watch\" \"yarn tsc-watch\"",
"dev": "vuepress dev example --debug",
"tsc": "tsc -b tsconfig.build.json",
"tsc-watch": "tsc -b tsconfig.dev.json -w",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,scss,css,html}\" lib",
"copy-watch": "cpx \"src/**/*.{d.ts,vue,scss,css,html}\" lib -w",
"build": "yarn clean & yarn tsc & yarn copy"
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/webpack-env": "^1.16.3",
"@vuepress/client": "^2.0.0-beta.35",
"@vuepress/core": "^2.0.0-beta.36",
"@vuepress/plugin-active-header-links": "^2.0.0-beta.36",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.36",
"@vuepress/plugin-container": "^2.0.0-beta.36",
"@vuepress/plugin-git": "^2.0.0-beta.36",
"@vuepress/plugin-medium-zoom": "^2.0.0-beta.36",
"@vuepress/plugin-nprogress": "^2.0.0-beta.36",
"@vuepress/plugin-palette": "^2.0.0-beta.36",
"@vuepress/plugin-prismjs": "^2.0.0-beta.36",
"@vuepress/plugin-theme-data": "^2.0.0-beta.36",
"@vuepress/shared": "^2.0.0-beta.35",
"@vuepress/theme-default": "^2.0.0-beta.36",
"@vuepress/utils": "^2.0.0-beta.35",
"@vueuse/core": "^7.7.1",
"autoprefixer": "^10.4.2",
"chokidar": "^3.5.3",
"concurrently": "^7.0.0",
"cpx2": "^4.2.0",
"dayjs": "^1.10.8",
"eslint": "^8.10.0",
"eslint-config-vuepress": "^3.5.0",
"eslint-config-vuepress-typescript": "^2.5.0",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0",
"nanoid": "^3.3.1",
"postcss": "^8.4.8",
"postcss-at-rules-variables": "^0.3.0",
"postcss-each": "^1.1.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.2",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.5.1",
"prettier-config-vuepress": "^1.3.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-router": "^4.0.13",
"vuepress": "^2.0.0-beta.36"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"vuepress": ">=2.0.0-beta.36"
}
}