UNPKG

1.18 kBJSONView Raw
1{
2 "name": "hops",
3 "version": "11.8.0",
4 "description": "Hops main Package to build and run Hops applications",
5 "keywords": [
6 "hops",
7 "cli",
8 "react",
9 "express",
10 "hmr",
11 "universal",
12 "isomorphic"
13 ],
14 "license": "MIT",
15 "engines": {
16 "node": ">=8.10.0"
17 },
18 "bin": {
19 "hops": "bin.js"
20 },
21 "main": "lib/core.js",
22 "browser": "lib/runtime.js",
23 "server": "lib/runtime.js",
24 "types": "lib/runtime.d.ts",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/xing/hops.git"
28 },
29 "dependencies": {
30 "@untool/express": "^1.9.0",
31 "@untool/info": "^1.9.0",
32 "@untool/webpack": "^1.9.0",
33 "@untool/yargs": "^1.9.0",
34 "hops-express": "^11.8.0",
35 "hops-mixin": "^11.8.0",
36 "hops-react": "^11.8.0",
37 "webpack-bundle-analyzer": "^3.0.4"
38 },
39 "peerDependencies": {
40 "react": "^16.3.0",
41 "react-dom": "^16.3.0",
42 "react-helmet": "^5.2.0",
43 "react-router-dom": "^4.3.1 || ^5.0.0"
44 },
45 "devDependencies": {
46 "@types/react": "*",
47 "@types/react-router-dom": "*",
48 "react": "^16.4.2",
49 "react-dom": "^16.4.2",
50 "react-helmet": "^5.2.0",
51 "react-router-dom": "^5.0.0"
52 }
53}