UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@reach/auto-id",
3 "version": "0.18.0",
4 "description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
5 "author": "React Training <hello@reacttraining.com>",
6 "license": "MIT",
7 "sideEffects": [
8 "*.css"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/reach/reach-ui.git",
13 "directory": "packages/auto-id"
14 },
15 "dependencies": {
16 "@reach/utils": "0.18.0"
17 },
18 "devDependencies": {
19 "@reach-internal/dev": "0.0.0",
20 "@reach-internal/test": "0.0.0",
21 "@reach-internal/tsconfig": "0.0.0",
22 "react": "^17.0.2",
23 "react-dom": "^17.0.2",
24 "tsup": "^6.1.3"
25 },
26 "peerDependencies": {
27 "react": "^16.8.0 || 17.x",
28 "react-dom": "^16.8.0 || 17.x"
29 },
30 "main": "./dist/reach-auto-id.cjs.js",
31 "types": "./dist/reach-auto-id.d.ts",
32 "files": [
33 "CHANGELOG.md",
34 "LICENSE",
35 "README.md",
36 "dist"
37 ],
38 "publishConfig": {
39 "access": "public"
40 },
41 "module": "./dist/reach-auto-id.mjs",
42 "scripts": {
43 "build": "tsup"
44 }
45}
\No newline at end of file