This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-docs/package.json

56 lines
1.7 KiB
JSON

{
"name": "nezha-docs",
"version": "0.0.0",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/nezha.umd.cjs",
"module": "./dist/nezha.js",
"exports": {
".": {
"import": "./dist/nezha.js",
"require": "./dist/nezha.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "initial-scan docs && vitepress dev .docs --host",
"build": "vite build",
"site:build": "initial-scan docs && cross-env NODE_ENV=production vitepress build .docs",
"serve": "cross-env NODE_ENV=production vitepress serve .docs --host",
"deploy": "gh-pages -d .docs/.vitepress/dist -t true",
"docs-build-deploy": "yarn docs-build && yarn docs-deploy",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "eslint src/**/*.{vue,js,ts,tsx}",
"lint-fix": "yarn lint -- --fix",
"release": "np"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@ruabick/md-demo-plugins": "latest",
"@ruabick/vite-plugin-gen-api-doc": "latest",
"@ruabick/vite-plugin-gen-temp": "latest",
"@ruabick/vitepress-demo-block": "latest",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitejs/plugin-vue": "^3.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-define-config": "^1.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"gh-pages": "^4.0.0",
"np": "^7.6.2",
"prettier": "^2.7.1",
"vite": "latest",
"vite-plugin-dts": "^1.4.0",
"vitepress": "latest",
"vue": "latest"
},
"dependencies": {
"@arco-design/arco-vue-scripts": "^0.2.9"
}
}