Files
lz-space/package.json
2024-08-15 16:12:41 +08:00

36 lines
905 B
JSON

{
"name": "lz-space",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install",
"commit": "cz",
"commitlint": "commitlint --config commitlint.config.js -e -V",
"docs:build": "pnpm run --filter=books docs:build",
"docs:dev": "pnpm run --filter=books docs:dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vue": "^3.4.37"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.4",
"vite": "^5.4.0"
}
}