|
| 1 | +{ |
| 2 | + "name": "unocss-preset-shadcn", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.0", |
| 5 | + "packageManager": "[email protected]", |
| 6 | + "description": "use shadcn ui with unocss", |
| 7 | + "author": "Stephen Zhou <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "homepage": "https://github.com/hyoban/unocss-preset-shadcn#readme", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/hyoban/unocss-preset-shadcn.git" |
| 13 | + }, |
| 14 | + "bugs": "https://github.com/hyoban/unocss-preset-shadcn/issues", |
| 15 | + "keywords": [], |
| 16 | + "sideEffects": false, |
| 17 | + "exports": { |
| 18 | + ".": { |
| 19 | + "types": "./dist/index.d.ts", |
| 20 | + "import": "./dist/index.mjs", |
| 21 | + "require": "./dist/index.cjs" |
| 22 | + } |
| 23 | + }, |
| 24 | + "main": "./dist/index.mjs", |
| 25 | + "module": "./dist/index.mjs", |
| 26 | + "types": "./dist/index.d.ts", |
| 27 | + "typesVersions": { |
| 28 | + "*": { |
| 29 | + "*": [ |
| 30 | + "./dist/*", |
| 31 | + "./dist/index.d.ts" |
| 32 | + ] |
| 33 | + } |
| 34 | + }, |
| 35 | + "files": [ |
| 36 | + "dist" |
| 37 | + ], |
| 38 | + "scripts": { |
| 39 | + "build": "unbuild", |
| 40 | + "dev": "unbuild --stub", |
| 41 | + "lint": "eslint .", |
| 42 | + "prepublishOnly": "nr build", |
| 43 | + "release": "bumpp && npm publish", |
| 44 | + "start": "esno src/index.ts", |
| 45 | + "test": "vitest", |
| 46 | + "typecheck": "tsc --noEmit", |
| 47 | + "prepare": "simple-git-hooks" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@antfu/eslint-config": "^2.1.2", |
| 51 | + "@antfu/ni": "^0.21.12", |
| 52 | + "@antfu/utils": "^0.7.6", |
| 53 | + "@types/node": "^20.10.1", |
| 54 | + "bumpp": "^9.2.0", |
| 55 | + "eslint": "^8.54.0", |
| 56 | + "esno": "^4.0.0", |
| 57 | + "lint-staged": "^15.1.0", |
| 58 | + "pnpm": "^8.11.0", |
| 59 | + "rimraf": "^5.0.5", |
| 60 | + "simple-git-hooks": "^2.9.0", |
| 61 | + "typescript": "^5.3.2", |
| 62 | + "unbuild": "^2.0.0", |
| 63 | + "vite": "^5.0.4", |
| 64 | + "vitest": "^1.0.0-beta.6" |
| 65 | + }, |
| 66 | + "simple-git-hooks": { |
| 67 | + "pre-commit": "pnpm lint-staged" |
| 68 | + }, |
| 69 | + "lint-staged": { |
| 70 | + "*": "eslint --fix" |
| 71 | + } |
| 72 | +} |
0 commit comments