|
| 1 | +{ |
| 2 | + "name": "solid-aria-monorepo", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "A library of high-quality primitives that help you build accessible user interfaces with SolidJS.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/solidjs-community/solid-aria.git" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "author": "David Di Biase <[email protected]>", |
| 11 | + "workspaces": [ |
| 12 | + "packages/*" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "build": "turbo run build", |
| 16 | + "commit": "git-cz", |
| 17 | + "format": "prettier . --write --ignore-path .gitignore && git update-index --again", |
| 18 | + "lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore", |
| 19 | + "prepare": "husky install", |
| 20 | + "test": "turbo run test" |
| 21 | + }, |
| 22 | + "lint-staged": { |
| 23 | + "*.{md,json}": [ |
| 24 | + "prettier --write" |
| 25 | + ], |
| 26 | + "*.ts?(x)": [ |
| 27 | + "eslint", |
| 28 | + "prettier --write" |
| 29 | + ], |
| 30 | + "package.json": "npx sort-package-json" |
| 31 | + }, |
| 32 | + "config": { |
| 33 | + "commitizen": { |
| 34 | + "path": "@commitlint/cz-commitlint" |
| 35 | + } |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@changesets/cli": "2.22.0", |
| 39 | + "@commitlint/cli": "16.2.3", |
| 40 | + "@commitlint/config-conventional": "16.2.1", |
| 41 | + "@commitlint/cz-commitlint": "16.2.3", |
| 42 | + "commitizen": "4.2.4", |
| 43 | + "eslint": "8.12.0", |
| 44 | + "eslint-config-prettier": "8.5.0", |
| 45 | + "eslint-import-resolver-typescript": "2.7.1", |
| 46 | + "eslint-plugin-import": "2.26.0", |
| 47 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 48 | + "eslint-plugin-prettier": "4.0.0", |
| 49 | + "eslint-plugin-simple-import-sort": "7.0.0", |
| 50 | + "eslint-plugin-solid": "0.4.6", |
| 51 | + "husky": "7.0.4", |
| 52 | + "lint-staged": "12.3.7", |
| 53 | + "prettier": "2.6.2", |
| 54 | + "solid-js": "1.3.15", |
| 55 | + "solid-testing-library": "0.3.0", |
| 56 | + "sort-package-json": "1.55.0", |
| 57 | + "turbo": "1.2.4", |
| 58 | + "typescript": "4.6.3", |
| 59 | + "vite": "2.9.5", |
| 60 | + "vite-plugin-solid": "2.2.6" |
| 61 | + } |
| 62 | +} |
0 commit comments