-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
45
46
{
"name": "framework-react",
"version": "1.0.0",
"description": "Framework: node+koa+webpack+reaqct,base on webpack es6",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "node bin/dev-server",
"build": "webpack --progress --config build/webpack.prod.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JimmieMax/framework-react.git"
},
"keywords": [
"react"
],
"author": "Jimmie Max",
"license": "ISC",
"bugs": {
"url": "https://github.com/JimmieMax/framework-react/issues"
},
"homepage": "https://github.com/JimmieMax/framework-react#readme",
"dependencies": {
"koa": "^2.5.0",
"koa-static": "^4.0.2",
"koa-views": "^6.1.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"html-webpack-plugin": "^3.2.0",
"open-browser-webpack-plugin": "0.0.5",
"react": "^16.2.0",
"react-dom": "^16.3.1",
"react-hot-loader": "^4.3.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.2",
"webpack-merge": "^4.1.2"
}
}