UNPKG

3 kBJSONView Raw
1{
2 "name": "es-components",
3 "version": "19.0.102",
4 "description": "React components built for Exchange Solutions products",
5 "author": "Willis Towers Watson - Individual Marketplace",
6 "license": "MIT",
7 "repository": "https://github.com/wtw-im/es-components",
8 "module": "lib/index.js",
9 "main": "cjs/index.js",
10 "sideEffects": false,
11 "scripts": {
12 "build": "npm run rollup",
13 "ci": "npm run lint && npm test",
14 "lint": "eslint src",
15 "prepublishOnly": "npm run build",
16 "rollup": "rollup -c rollup.config.js",
17 "styleguide-build": "styleguidist build",
18 "start": "styleguidist server",
19 "test": "jest"
20 },
21 "jest": {
22 "setupFiles": [
23 "./config/jest-shims.js"
24 ],
25 "setupFilesAfterEnv": [
26 "<rootDir>/config/import-matchers.js"
27 ],
28 "testPathIgnorePatterns": [
29 "es6",
30 "lib"
31 ],
32 "testRegex": "specs\\.js$",
33 "testURL": "http://localhost/"
34 },
35 "browserslist": "> 0.5%, not dead",
36 "prettier": {
37 "singleQuote": true
38 },
39 "peerDependencies": {
40 "react": ">=16.8",
41 "styled-components": "^4.0.0"
42 },
43 "devDependencies": {
44 "@babel/core": "^7.4.5",
45 "@babel/plugin-proposal-export-default-from": "^7.2.0",
46 "@babel/plugin-transform-modules-commonjs": "^7.5.0",
47 "@babel/runtime-corejs3": "^7.5.1",
48 "@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
49 "@testing-library/jest-dom": "^4.0.0",
50 "babel-eslint": "^9.0.0",
51 "babel-jest": "^24.8.0",
52 "babel-loader": "^8.0.6",
53 "babel-preset-wtw-im": "^2.4.1",
54 "es-components-via-theme": "^19.0.63",
55 "eslint": "^5.16.0",
56 "eslint-config-airbnb": "^17.1.0",
57 "eslint-config-exchange-solutions": "^7.0.0",
58 "eslint-config-prettier": "^3.6.0",
59 "eslint-plugin-babel": "^3.3.0",
60 "eslint-plugin-import": "^2.17.3",
61 "eslint-plugin-jsx-a11y": "^6.2.1",
62 "eslint-plugin-react": "^7.13.0",
63 "jest": "^24.8.0",
64 "jest-cli": "^24.8.0",
65 "jest-dom": "^2.1.1",
66 "jest-styled-components": "^6.3.3",
67 "prettier": "^1.18.2",
68 "react": "^16.8.6",
69 "react-styleguidist": "^9.1.11",
70 "react-test-renderer": "^16.8.6",
71 "react-testing-library": "^6.1.2",
72 "rollup": "^1.15.6",
73 "rollup-plugin-babel": "^4.3.2",
74 "rollup-plugin-commonjs": "^10.0.1",
75 "rollup-plugin-node-resolve": "^5.2.0",
76 "rollup-plugin-uglify": "^6.0.2",
77 "styled-components": "^4.3.2",
78 "webpack": "^4.34.0"
79 },
80 "dependencies": {
81 "@babel/helpers": "^7.5.0",
82 "@babel/runtime": "^7.5.0",
83 "core-js": "^3.1.4",
84 "date-fns": "^2.4.1",
85 "lodash": "^4.17.15",
86 "prop-types": "^15.7.2",
87 "react-animate-height": "^2.0.15",
88 "react-datepicker": "^2.9.6",
89 "react-dom": "^16.8.6",
90 "react-modal": "^3.10.1",
91 "react-overlays": "^1.2.0",
92 "react-popper": "^1.3.3",
93 "react-text-mask": "^5.4.3",
94 "react-transition-group": "^4.1.1",
95 "text-mask-addons": "3.7.2",
96 "tinycolor2": "^1.4.1"
97 },
98 "gitHead": "23e4a2b785b6348e6b270be5cac174c295815285"
99}