54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@vuepress-plume/vuepress-plugin-windicss",
|
|
"version": "1.0.0-beta.42",
|
|
"description": "The Plugin for VuePress 2",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"main": "lib/node/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"copy:watch": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib -w",
|
|
"dev": "concurrently \"pnpm copy:watch\" \"pnpm ts:watch\"",
|
|
"ts": "tsc -b tsconfig.build.json",
|
|
"ts:watch": "tsc -b tsconfig.build.json --watch"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/client": "2.0.0-beta.49",
|
|
"@vuepress/core": "2.0.0-beta.49",
|
|
"@vuepress/shared": "2.0.0-beta.49",
|
|
"@vuepress/utils": "2.0.0-beta.49",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"windicss": "^3.5.6",
|
|
"windicss-webpack-plugin": "^1.7.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"Windicss",
|
|
"vuepress-plugin-windicss"
|
|
],
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"vite"
|
|
]
|
|
}
|
|
}
|
|
}
|