UNPKG

1.79 kBJSONView Raw
1{
2 "name": "@patternfly/react-core",
3 "version": "4.214.1",
4 "description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
5 "main": "dist/js/index.js",
6 "module": "dist/esm/index.js",
7 "types": "dist/esm/index.d.ts",
8 "patternfly:src": "src/",
9 "sideEffects": [
10 "*.css",
11 "*.scss"
12 ],
13 "publishConfig": {
14 "access": "public",
15 "tag": "prerelease"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/patternfly/patternfly-react.git"
20 },
21 "keywords": [
22 "react",
23 "patternfly"
24 ],
25 "author": "Red Hat",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/patternfly/patternfly-react/issues"
29 },
30 "homepage": "https://github.com/patternfly/patternfly-react#readme",
31 "scripts": {
32 "build:umd": "rollup -c && rollup -c --environment IS_PRODUCTION",
33 "clean": "rimraf dist",
34 "generate": "node scripts/copyStyles.js"
35 },
36 "dependencies": {
37 "@patternfly/react-icons": "^4.65.1",
38 "@patternfly/react-styles": "^4.64.1",
39 "@patternfly/react-tokens": "^4.66.1",
40 "focus-trap": "6.2.2",
41 "react-dropzone": "9.0.0",
42 "tippy.js": "5.1.2",
43 "tslib": "^2.0.0"
44 },
45 "devDependencies": {
46 "@patternfly/patternfly": "4.194.4",
47 "@rollup/plugin-commonjs": "^21.0.0",
48 "@rollup/plugin-node-resolve": "^13.0.0",
49 "@rollup/plugin-replace": "^3.0.0",
50 "css": "^2.2.3",
51 "fs-extra": "^6.0.1",
52 "glob": "^7.1.2",
53 "rimraf": "^2.6.2",
54 "rollup": "^2.58.0",
55 "rollup-plugin-scss": "^3.0.0",
56 "rollup-plugin-terser": "^7.0.0",
57 "typescript": "^4.0.0"
58 },
59 "peerDependencies": {
60 "react": "^16.8.0 || ^17.0.0",
61 "react-dom": "^16.8.0 || ^17.0.0"
62 },
63 "gitHead": "e264cf1dde47e46486e4049f3f58cadfab85f900"
64}