-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 843 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 843 Bytes
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
{
"name": "util-toolkit",
"version": "1.0.2",
"description": "",
"main": "dist/util-toolkit.js",
"scripts": {
"dist": "webpack"
},
"repository": {
"type": "git",
"url": "git@code.aliyun.com:YanRongTech/util-toolkit.git"
},
"keywords": [
"util",
"toolkit"
],
"author": "YanRong",
"license": "MIT",
"dependencies": {
"fetch-http-client": "^1.0.1",
"lodash": "^4.13.1",
"path": "^0.12.7",
"hoist-non-react-statics": "^1.2.0",
"redux": "^3.5.2",
"react": "^15.2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"webpack": "^2.2.1"
}
}