UNPKG

1.33 kBJSONView Raw
1{
2 "name": "catreact-html",
3 "version": "2.0.222",
4 "main": "./src/js/catreact-html.js",
5 "typings": "./src/js/catreact-html.d.ts",
6 "description": "Catavolt Extended React Components",
7 "author": "Rob Burson <rob.burson@catavolt.com>",
8 "license": "Apache-2.0",
9 "keywords": [
10 "catavolt",
11 "javascript",
12 "react"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://git.catavolt.com/javascript/catreact-html.git"
17 },
18 "dependencies": {
19 "ag-grid": "^7.2.2",
20 "ag-grid-react": "^7.2.0",
21 "catavolt-sdk": "1.1.11",
22 "catreact": "2.0.24",
23 "cldr-data": "29.0.2",
24 "clipboard": "1.5.16",
25 "globalize": "1.1.2",
26 "react": "~15.3.2",
27 "react-dimensions": "^1.3.0",
28 "react-dom": "~15.3.2",
29 "react-google-maps": "4.10.3",
30 "react-router": "2.8.1",
31 "react-widgets": "3.4.5",
32 "recharts": "0.13.4"
33 },
34 "devDependencies": {
35 "babelify": "^7.2.0",
36 "babel-cli": "^6.4.5",
37 "babel-core": "^6.4.5",
38 "babel-loader": "^6.2.1",
39 "babel-preset-es2015": "^6.3.13",
40 "babel-preset-react": "^6.3.13",
41 "jasmine": "^2.4.1",
42 "jasmine-core": "^2.4.1",
43 "watchify": "^3.6.1",
44 "webpack": "^1.12.12"
45 },
46 "peerDependencies": {
47 "catavolt-sdk": "1.1.11",
48 "catreact": "2.0.24",
49 "react": "~15.3.2",
50 "react-dom": "~15.3.2"
51 }
52}