75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "@vuepress/helper",
|
|
"version": "2.0.0-rc.112",
|
|
"description": "VuePress helper",
|
|
"keywords": [
|
|
"vuepress",
|
|
"helper",
|
|
"bundler-helper",
|
|
"excerpt"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/tools/helper/",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "tools/helper"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mr.Hope",
|
|
"email": "mister-hope@outlook.com",
|
|
"url": "https://mister-hope.com"
|
|
},
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client": "./lib/client/index.js",
|
|
"./shared": "./lib/shared/index.js",
|
|
"./noopComponent": "./lib/client/noopComponent.js",
|
|
"./noopModule": "./lib/client/noopModule.js",
|
|
"./colors.css": "./lib/client/styles/colors.css",
|
|
"./message.css": "./lib/client/styles/message.css",
|
|
"./normalize.css": "./lib/client/styles/normalize.css",
|
|
"./sr-only.css": "./lib/client/styles/sr-only.css",
|
|
"./transition/*.css": "./lib/client/styles/transition/*.css",
|
|
"./scss/*.scss": {
|
|
"sass": "./scss/*.scss"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"sass"
|
|
],
|
|
"dependencies": {
|
|
"@vue/shared": "^3.5.17",
|
|
"@vueuse/core": "^13.5.0",
|
|
"cheerio": "^1.1.0",
|
|
"fflate": "^0.8.2",
|
|
"gray-matter": "^4.0.3",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@types/connect": "3.4.38",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.24",
|
|
"@vuepress/bundler-webpack": "2.0.0-rc.24",
|
|
"domhandler": "5.0.3",
|
|
"vite": "~7.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.24"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
|
|
}
|