|
1 | 1 | { |
2 | | - "name": "lib-boilerplate", |
| 2 | + "name": "oxc-jest", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "A simple library boilerplate.", |
6 | | - "repository": "git+https://github.com/un-ts/lib-boilerplate.git", |
| 6 | + "repository": "git+https://github.com/un-ts/oxc-jest.git", |
7 | 7 | "author": "JounQin <[email protected]> (https://www.1stG.me)", |
8 | 8 | "funding": "https://opencollective.com/unts", |
9 | 9 | "license": "MIT", |
|
13 | 13 | }, |
14 | 14 | "exports": "./src/index.ts", |
15 | 15 | "files": [ |
16 | | - "index.d.cts", |
17 | 16 | "lib", |
18 | 17 | "!**/*.tsbuildinfo" |
19 | 18 | ], |
20 | 19 | "scripts": { |
21 | 20 | "build": "run-p 'build:*'", |
22 | | - "build:r": "r -f cjs", |
23 | 21 | "build:tsc": "tsc -b src", |
24 | | - "clean": "rimraf -g .type-coverage coverage dist lib '.*cache'", |
| 22 | + "build:tsdown": "tsdown src/index.ts -d lib --dts --format cjs", |
| 23 | + "clean": "premove .type-coverage coverage dist lib '.*cache'", |
25 | 24 | "dev": "vitest", |
26 | 25 | "docs": "vite", |
27 | 26 | "docs:build": "vite build", |
|
41 | 40 | "tslib": "^2.8.1" |
42 | 41 | }, |
43 | 42 | "devDependencies": { |
44 | | - "@1stg/browserslist-config": "^2.1.2", |
45 | | - "@1stg/common-config": "^12.0.0", |
46 | | - "@1stg/postcss-config": "^6.0.4", |
47 | | - "@1stg/stylelint-config": "^6.0.3", |
| 43 | + "@1stg/browserslist-config": "^2.1.4", |
| 44 | + "@1stg/common-config": "^13.0.1", |
| 45 | + "@1stg/postcss-config": "^6.0.6", |
| 46 | + "@1stg/stylelint-config": "^6.0.5", |
48 | 47 | "@changesets/changelog-github": "^0.5.1", |
49 | | - "@changesets/cli": "^2.28.1", |
50 | | - "@commitlint/cli": "^19.8.0", |
| 48 | + "@changesets/cli": "^2.29.4", |
| 49 | + "@commitlint/cli": "^19.8.1", |
51 | 50 | "@mdx-js/rollup": "^3.1.0", |
52 | | - "@pkgr/rollup": "^6.0.1", |
53 | | - "@shikijs/rehype": "^3.2.1", |
| 51 | + "@shikijs/rehype": "^3.4.2", |
54 | 52 | "@size-limit/preset-small-lib": "^11.2.0", |
55 | 53 | "@types/mdx": "^2.0.13", |
56 | | - "@types/node": "^22.14.0", |
57 | | - "@types/react": "^19.1.0", |
58 | | - "@types/react-dom": "^19.1.1", |
59 | | - "@types/web": "^0.0.216", |
| 54 | + "@types/node": "^22.15.18", |
| 55 | + "@types/react": "^19.1.4", |
| 56 | + "@types/react-dom": "^19.1.5", |
| 57 | + "@types/web": "^0.0.235", |
60 | 58 | "@vercel/analytics": "^1.5.0", |
61 | | - "@vitejs/plugin-react-swc": "^3.8.1", |
62 | | - "@vitest/coverage-v8": "^3.1.1", |
63 | | - "clean-pkg-json": "^1.2.1", |
64 | | - "eslint": "^9.24.0", |
| 59 | + "@vitejs/plugin-react-swc": "^3.9.0", |
| 60 | + "@vitest/coverage-v8": "^3.1.3", |
| 61 | + "clean-pkg-json": "^1.3.0", |
| 62 | + "eslint": "^9.27.0", |
65 | 63 | "github-markdown-css": "^5.8.1", |
66 | | - "lint-staged": "^15.5.0", |
67 | | - "npm-run-all2": "^7.0.2", |
| 64 | + "nano-staged": "^0.8.0", |
| 65 | + "npm-run-all2": "^8.0.2", |
| 66 | + "premove": "^4.0.0", |
68 | 67 | "prettier": "^3.5.3", |
69 | 68 | "react": "^19.1.0", |
70 | 69 | "react-dom": "^19.1.0", |
71 | | - "react-router-dom": "^7.5.0", |
| 70 | + "react-router-dom": "^7.6.0", |
72 | 71 | "rehype-slug": "^6.0.0", |
73 | 72 | "remark-gfm": "^4.0.1", |
74 | | - "rimraf": "^6.0.1", |
75 | | - "simple-git-hooks": "^2.12.1", |
| 73 | + "simple-git-hooks": "^2.13.0", |
76 | 74 | "size-limit": "^11.2.0", |
77 | | - "stylelint": "^16.17.0", |
| 75 | + "stylelint": "^16.19.1", |
| 76 | + "tsdown": "^0.11.11", |
78 | 77 | "type-coverage": "^2.29.7", |
79 | 78 | "typescript": "^5.8.3", |
80 | | - "vite": "^6.2.5", |
81 | | - "vitest": "^3.1.1", |
82 | | - "yarn-berry-deduplicate": "^6.1.1" |
| 79 | + "vite": "^6.3.5", |
| 80 | + "vitest": "^3.1.3", |
| 81 | + "yarn-berry-deduplicate": "^6.1.3" |
83 | 82 | }, |
84 | 83 | "resolutions": { |
85 | | - "es5-ext": "npm:@unes/es5-ext@latest", |
86 | 84 | "prettier": "^3.5.3" |
87 | 85 | }, |
88 | 86 | "publishConfig": { |
89 | 87 | "main": "./lib/index.cjs", |
90 | | - "types": "./index.d.cts", |
| 88 | + "types": "./lib/index.d.cts", |
91 | 89 | "module": "./lib/index.js", |
92 | 90 | "exports": { |
93 | 91 | "import": { |
94 | 92 | "types": "./lib/index.d.ts", |
95 | 93 | "default": "./lib/index.js" |
96 | 94 | }, |
97 | | - "module-sync": { |
98 | | - "types": "./lib/index.d.ts", |
99 | | - "default": "./lib/index.js" |
100 | | - }, |
101 | 95 | "require": { |
102 | | - "types": "./index.d.cts", |
| 96 | + "types": "./lib/index.d.cts", |
103 | 97 | "default": "./lib/index.cjs" |
104 | 98 | } |
105 | 99 | } |
|
0 commit comments