-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.02 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.02 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "beatle",
"version": "2.1.4",
"main": "./dist/core/beatle.js",
"author": "dtboost <dtboost@aliyun.com>",
"description": "Beatle是一套完整前端开发框架,用来构建客户端应用。",
"keywords": [
"beatle",
"redux",
"webpack",
"react",
"starter"
],
"homepage": "default",
"dependencies": {
"hoist-non-react-statics": "3.3.0",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.11",
"prop-types": "15.6.2",
"querystring": "0.2.0",
"url": "0.11.0",
"qs": "6.6.0",
"fbjs": "0.8.17",
"history": "4.7.2",
"redux-saga": "0.16.2",
"react-redux": "6.0.0",
"react-router-dom": "5.0.0",
"react-router-config": "5.0.0",
"react-router-redux": "4.0.8",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-promise-middleware": "5.1.1",
"redux-router": "2.1.2",
"redux-thunk": "2.3.0",
"seamless-immutable": "7.1.4",
"rxjs": "5.5.8"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"react-addons-pure-render-mixin": "15.6.2",
"react-intl": "2.4.0",
"react-mixin": "4.0.0",
"lodash.debounce": "4.0.8",
"async-validator": "latest",
"classnames": "2.2.5",
"cuid": "1.3.8",
"events": "1.1.1",
"react-redux-loading-bar": "4.2.0",
"hc-honeypack-auto-module-plugin": "0.0.6",
"damo-cli-docco-plugin": "0.0.5",
"antd": "3.12.4",
"babel-core": "6.7.6",
"babel-eslint": "^8.0.3",
"babel-loader": "6.2.5",
"babel-plugin-transform-async-to-module-method": "6.22.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-power-assert": "1.0.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"body-parser": "1.18.2",
"create-react-class": "15.5.4",
"ejs": "2.5.7",
"eslint": "4.13.1",
"eslint-config-aliyun": "2.0.1",
"eslint-plugin-class-property": "1.0.6",
"eslint-plugin-react": "7.5.1",
"express": "4.16.2",
"extract-text-webpack-plugin": "3.0.2",
"html-webpack-plugin": "2.30.1",
"istanbul": "0.4.0",
"jquery": "3.2.1",
"jsdom": "11.3.0",
"jsdom-global": "3.0.2",
"less": "2.6.0",
"less-loader": "2.2.2",
"mm": "1.3.5",
"mocha": "4.0.1",
"mocha-loader": "1.1.1",
"power-assert": "1.4.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"redux-logger": "2.4.0",
"style-loader": "0.19.0",
"supertest": "1.1.0",
"supertest-session": "2.0.1",
"thunkify": "2.1.2",
"webpack": "3.9.1",
"webpack-dev-middleware": "1.12.2",
"webpack-dev-server": "2.9.5",
"xfs": "0.2.0"
},
"repository": {
"type": "git",
"url": "default"
},
"readmeFilename": "README.md",
"bugs": {
"url": "default"
},
"scripts": {
"test": "node ./test/test_server/index.js",
"lint": "eslint ./src",
"build": "honeypack build -c webpack.build.js"
},
"license": "MIT"
}