UNPKG

2.96 kBJSONView Raw
1{
2 "name": "watson-react-components",
3 "version": "0.6.10",
4 "description": "A collection of react components to build web applications using the Watson APIs.",
5 "main": "./dist/components/index",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/watson-developer-cloud/react-components.git"
9 },
10 "author": "IBM Corp.",
11 "contributors": [
12 {
13 "name": "James Zhang",
14 "email": "jzhang300@us.ibm.com"
15 },
16 {
17 "name": "German Attanasio Ruiz",
18 "email": "germanatt@us.ibm.com"
19 },
20 {
21 "name": "Nathan Friedly",
22 "email": "nfriedly@us.ibm.com",
23 "url": "http://www.nfriedly.com/"
24 },
25 {
26 "name": "Joshua B. Smith",
27 "email": "joshua.b.smith@us.ibm.com"
28 }
29 ],
30 "license": "Apache-2.0",
31 "bugs": {
32 "url": "https://github.com/watson-developer-cloud/react-components/issues"
33 },
34 "engines": {
35 "node": ">=6",
36 "npm": ">=3"
37 },
38 "babel": {
39 "presets": [
40 "es2015",
41 "stage-0",
42 "react"
43 ],
44 "plugins": [
45 "transform-object-assign"
46 ],
47 "compact": true
48 },
49 "scripts": {
50 "dev": "gulp serve",
51 "start": "gulp serve",
52 "build": "gulp build",
53 "prepublish": "npm run build",
54 "gh-pages": "gulp gh-pages",
55 "lint": "eslint . && dependency-lint",
56 "autofix": "eslint --fix .",
57 "validate": "npm ls",
58 "test": "npm run lint"
59 },
60 "browserify-global-shim": {
61 "react": "React",
62 "react-dom": "ReactDOM"
63 },
64 "devDependencies": {
65 "babel-eslint": "^7.1.1",
66 "babel-plugin-add-module-exports": "^0.2.1",
67 "babel-plugin-transform-object-assign": "^6.8.0",
68 "babel-preset-es2015": "^6.11.0",
69 "babel-preset-react": "^6.11.0",
70 "babel-preset-stage-0": "^6.5.0",
71 "babelify": "^7.3.0",
72 "browser-sync": "^2.14.3",
73 "browserify": "^13.1.0",
74 "browserify-global-shim": "^1.0.3",
75 "dependency-lint": "^4.2.0",
76 "eslint": "^3.3.1",
77 "eslint-config-airbnb": "^14.0.0",
78 "eslint-plugin-import": "^2.2.0",
79 "eslint-plugin-jsx-a11y": "^3.0.2",
80 "eslint-plugin-react": "^6.0.0",
81 "gulp": "^3.9.1",
82 "gulp-autoprefixer": "^3.1.1",
83 "gulp-babel": "^6.1.2",
84 "gulp-clean-css": "^2.0.12",
85 "gulp-gh-pages": "^0.5.4",
86 "gulp-imagemin": "^3.0.3",
87 "gulp-rename": "^1.2.2",
88 "gulp-sass": "^3.1.0",
89 "gulp-sourcemaps": "^2.2.3",
90 "minifyify": "^7.1.0",
91 "react-dom": "^15.4.2",
92 "uglifyify": "^3.0.2",
93 "vinyl-source-stream": "^1.1.0"
94 },
95 "dependencies": {
96 "classnames": "^2.2.5",
97 "map-range": "^0.1.2",
98 "numeral": "^2.0.4",
99 "prismjs": "^1.5.1",
100 "prop-types": "^15.5.10",
101 "react": "~0.14 || ^15.3.0",
102 "react-dropzone": "^3.6.0",
103 "react-prism": "^4.0.0",
104 "react-radio-group": "^3.0.1",
105 "watson-ui-components": "^0.6.0"
106 },
107 "peerDependencies": {
108 "watson-ui-components": "^0.6.0",
109 "react": "^0.14.0 || ^15.3.0",
110 "react-dom": "^0.14.0 || ^15.3.0",
111 "prismjs": "^1.5.1"
112 }
113}