-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mikasa",
"version": "0.2.0",
"description": "Framework for rendering react server-side",
"main": "./dist/index.js",
"scripts": {
"build": "babel index.js core/* browser/* --presets es2015,react --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voodoo-child/mikasa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/voodoo-child/mikasa/issues"
},
"homepage": "https://github.com/voodoo-child/mikasa#readme",
"dependencies": {
"babel-preset-react": "^6.24.1",
"koa": "^2.4.1",
"koa-mount": "^3.0.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-promise-middleware": "^4.4.2",
"redux-thunk": "^2.2.0",
"serialize-javascript": "^1.4.0",
"ssri": "^6.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.6.0"
}
}