UNPKG

2.41 kBJSONView Raw
1{
2 "name": "@thumbtack/thumbprint-react",
3 "description": "React components for building UIs with Thumbprint",
4 "version": "11.0.1",
5 "main": "dist/cjs/index.js",
6 "module": "dist/es/index.js",
7 "files": [
8 "dist"
9 ],
10 "sideEffects": false,
11 "scripts": {
12 "buildTypeDecls": "tsc --project ./tsconfig.types.json",
13 "buildJsFiles": "rollup -c=./rollup.config.js",
14 "clear": "rm -rf dist",
15 "build": "yarn clear && yarn buildJsFiles && yarn buildTypeDecls && yarn buildTypeDecls --outDir ./dist/cjs",
16 "prepublishOnly": "../../scripts/should-build-package.js -- yarn build"
17 },
18 "peerDependencies": {
19 "prop-types": ">= 15.5.7 < 16.0.0-0",
20 "react": ">= 16.3.2 < 17.0.0-0",
21 "react-dom": ">= 16.3.3 < 17.0.0-0"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/thumbtack/thumbprint.git"
26 },
27 "publishConfig": {
28 "registry": "https://registry.npmjs.org/",
29 "access": "public"
30 },
31 "author": {
32 "name": "Daniel O'Connor",
33 "email": "daniel@danoc.me",
34 "url": "https://danoc.me/"
35 },
36 "license": "Apache-2.0",
37 "bugs": {
38 "url": "https://github.com/thumbtack/thumbprint/issues"
39 },
40 "homepage": "https://github.com/thumbtack/thumbprint/blob/master/packages/thumbprint-react/",
41 "dependencies": {
42 "@thumbtack/thumbprint-scss": "^3.1.0",
43 "@thumbtack/thumbprint-tokens": "^8.3.3",
44 "classnames": "^2.2.6",
45 "date-fns": "^1.28.5",
46 "focus-trap": "4.0.2",
47 "focus-trap-react": "^6.0.0",
48 "intersection-observer": "^0.6.0",
49 "lodash": "^4.17.11",
50 "no-scroll": "^2.1.0",
51 "object-fit-images": "^3.2.4",
52 "react-day-picker": "7.3.2",
53 "react-displace": "^2.3.0",
54 "react-intersection-observer": "^8.23.0",
55 "react-onclickoutside": "^6.4.0",
56 "react-popper": "^1.0.0",
57 "react-swipeable": "^4.3.0",
58 "rotate-array": "^1.1.0",
59 "warning": "^4.0.2"
60 },
61 "devDependencies": {
62 "@types/react-swipeable": "^4.3.0",
63 "rollup": "^1.11.0",
64 "rollup-plugin-babel": "^4.2.0",
65 "rollup-plugin-cpy": "^1.1.0",
66 "rollup-plugin-node-resolve": "^5.2.0",
67 "rollup-plugin-typescript": "^1.0.1",
68 "tslib": "^1.10.0",
69 "typescript": "3.6.2"
70 }
71}