-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
47
48
49
50
{
"name": "ts-react-component-patterns",
"version": "1.0.0",
"author": "Xie Kai <6261625@qq.com>",
"license": "MIT",
"scripts": {
"build": "webpack --colors --config ./webpack.config.js",
"build-watch": "webpack --watch --colors --config ./webpack.config.js"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-runtime": "6.26.0",
"classnames": "^2.2.5",
"debug": "~2.2.0",
"ejs": "^2.5.7",
"hoist-non-react-statics": "^2.5.0",
"koa": "^2.5.1",
"koa-mount": "^3.0.0",
"koa-static": "^4.0.2",
"koa-views": "^6.1.3",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/koa": "^2.0.45",
"@types/koa-mount": "^2.0.19",
"@types/koa-static": "^3.0.2",
"@types/koa-views": "^2.0.3",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"autoprefixer": "^7.1.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"css-loader": "^0.28.7",
"del": "^2.2.2",
"html-webpack-plugin": "^2.24.1",
"postcss-loader": "^2.0.6",
"style-loader": "^0.13.1",
"ts-loader": "^3.5.0",
"typescript": "^2.9.1",
"webpack": "^3.11.0"
}
}