UNPKG

4.22 kBJSONView Raw
1{
2 "name": "koot",
3 "version": "0.9.0-alpha.3",
4 "description": "Koot.js - React isomorphic framework created by CMUX",
5 "main": "index.js",
6 "sideEffects": false,
7 "bin": {
8 "koot-build": "./bin/build.js",
9 "koot-start": "./bin/start.js",
10 "koot-dev": "./bin/dev.js",
11 "koot-analyze": "./bin/analyze.js"
12 },
13 "scripts": {
14 "check-updates": "ncu -x react-router,koa-body,koa-compress,koa-json,koa-onerror,koa-static,koa-compose,koa-helmet,koa-mount",
15 "test": "echo \"Run tests from root\" && exit 1"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/cmux/koot"
20 },
21 "keywords": [
22 "react",
23 "style",
24 "import-style",
25 "import-css",
26 "isomorphic"
27 ],
28 "license": "Apache-2.0",
29 "author": {
30 "name": "dongwenxiao",
31 "email": "cs_victor@126.com"
32 },
33 "contributors": [
34 {
35 "name": "diablohu",
36 "email": "diablohudream@gmail.com",
37 "url": "http://diablohu.com"
38 }
39 ],
40 "bugs": {
41 "url": "https://github.com/cmux/koot/issues"
42 },
43 "homepage": "https://github.com/cmux/koot",
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "dependencies": {
48 "@babel/core": "7.4.3",
49 "@babel/plugin-proposal-class-properties": "7.4.0",
50 "@babel/plugin-proposal-decorators": "7.4.0",
51 "@babel/plugin-proposal-object-rest-spread": "7.4.3",
52 "@babel/plugin-syntax-dynamic-import": "7.2.0",
53 "@babel/plugin-transform-regenerator": "7.4.3",
54 "@babel/plugin-transform-runtime": "7.4.3",
55 "@babel/polyfill": "7.4.3",
56 "@babel/preset-env": "7.4.3",
57 "@babel/preset-flow": "7.0.0",
58 "@babel/preset-react": "7.0.0",
59 "@babel/register": "7.4.0",
60 "acorn": "6.1.1",
61 "babel-loader": "8.0.5",
62 "cache-loader": "2.0.1",
63 "chalk": "2.4.2",
64 "classlist-polyfill": "1.2.0",
65 "cli-spinners": "2.1.0",
66 "commander": "2.20.0",
67 "cookie": "0.3.1",
68 "copy-webpack-plugin": "5.0.2",
69 "copyfiles": "2.1.0",
70 "css-loader": "2.1.1",
71 "debug": "4.1.1",
72 "ejs": "2.6.1",
73 "es5-shim": "4.5.13",
74 "extract-hoc": "0.0.5",
75 "file-loader": "3.0.1",
76 "fs-extra": "7.0.1",
77 "glob-promise": "3.4.0",
78 "html-webpack-plugin": "3.2.0",
79 "inquirer": "6.3.1",
80 "is-port-reachable": "2.0.1",
81 "is-url": "1.2.4",
82 "isomorphic-fetch": "2.2.1",
83 "js-cookie": "2.2.0",
84 "json-loader": "0.5.7",
85 "koa": "2.7.0",
86 "koa-better-http-proxy": "0.2.4",
87 "koa-body": "4.1.0",
88 "koa-convert": "1.2.0",
89 "koa-mount": "4.0.0",
90 "koa-proxies": "0.8.1",
91 "koa-router": "7.4.0",
92 "koa-static": "5.0.0",
93 "koot-webpack": "^0.9.0-alpha.3",
94 "less": "3.9.0",
95 "less-loader": "4.1.0",
96 "md5": "2.2.1",
97 "md5-file": "4.0.0",
98 "mini-css-extract-plugin": "0.6.0",
99 "npm-run-script": "0.0.4",
100 "open": "6.1.0",
101 "ora": "3.4.0",
102 "os-locale": "3.1.0",
103 "pm2": "3.5.0",
104 "portfinder": "1.0.20",
105 "postcss": "7.0.14",
106 "postcss-loader": "3.0.0",
107 "react": "16.8.6",
108 "react-dom": "16.8.6",
109 "react-hot-loader": "4.8.4",
110 "react-redux": "5.1.1",
111 "react-router": "3.2.1",
112 "react-router-redux": "4.0.8",
113 "redux": "4.0.1",
114 "redux-thunk": "2.3.0",
115 "rimraf": "2.6.3",
116 "sass-loader": "7.1.0",
117 "sp-koa-views": "1.0.1",
118 "style-loader": "0.23.1",
119 "sync-request": "6.1.0",
120 "terminate": "2.1.2",
121 "thread-loader": "2.1.2",
122 "universal-alias-loader": "1.2.2",
123 "url-loader": "1.1.2",
124 "webpack": "4.30.0",
125 "webpack-bundle-analyzer": "3.3.2",
126 "webpack-config": "7.5.0",
127 "webpack-dev-middleware": "3.6.2",
128 "webpack-dev-server": "3.3.1",
129 "webpack-hot-middleware": "2.24.3",
130 "xmlify": "1.1.0",
131 "yargs": "13.2.2"
132 },
133 "gitHead": "557f2e5fb5ffed7da522d52c55627499eed0996d"
134}