12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "4dkankan-components",
- "description": "a collection of 4dkankan components",
- "private": true,
- "workspaces": [
- "packages/*",
- "apps/*"
- ],
- "scripts": {
- "docs": "doctoc --title '**Table of content**' README.md",
- "clean": "pnpm run -r clean",
- "build": "pnpm run -r build",
- "test": "pnpm run -r test",
- "lint": "eslint --ext js,ts . --fix",
- "commit": "git cz"
- },
- "devDependencies": {
- "@commitlint/cli": "^17.1.2",
- "@nighttrax/eslint-config-tsx": "~10.0.0",
- "commitizen": "^4.2.5",
- "commitlint-config-cz": "^0.13.3",
- "cz-customizable": "^7.0.0",
- "doctoc": "~2.2.0",
- "eslint": "~8.23.1",
- "eslint-config-prettier": "^8.5.0",
- "eslint-define-config": "^1.7.0",
- "eslint-plugin-import": "~2.26.0",
- "eslint-plugin-jest": "^25.7.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^8.7.1",
- "husky": "^8.0.1",
- "jest": "^29.0.3",
- "typescript": "~4.7.4"
- },
- "config": {
- "commitizen": {
- "path": "cz-customizable"
- }
- }
- }
|