UNPKG

846 BJSONView Raw
1{
2 "name": "@cehappdev/ceh-view-builder",
3 "homepage": "https://nerc-ceh.github.io/ceh-view",
4 "version": "2.2.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/NERC-CEH/ceh-view"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "main": "dist/index.js",
13 "files": [
14 "dist/*"
15 ],
16 "directories": {
17 "lib": "dist"
18 },
19 "license": "MIT",
20 "dependencies": {
21 "@cehappdev/ceh-view-core": "^2.2.0",
22 "change-case": "^3.0.2",
23 "clone": "^2.1.2",
24 "deep-equal": "^1.0.1",
25 "handlebars": "^4.1.0",
26 "history": "^4.7.2",
27 "merge": "^1.2.1",
28 "normalize.css": "^8.0.1",
29 "prop-types": "^15.6.2",
30 "react": "^16.7.0",
31 "react-redux": "^5.1.1",
32 "react-router": "^4.3.1",
33 "react-router-dom": "^4.3.1",
34 "react-router-redux": "^5.0.0-alpha.9",
35 "redux": "^4.0.1"
36 }
37}