-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "dob-refetch",
"version": "0.2.13",
"description": "",
"main": "lib",
"typings": "./src/index.ts",
"scripts": {
"dev": "tsc -w",
"build": "tsc && babel lib --out-dir lib",
"demo": "webpack-dev-server --progress --port 4000 --colors --content-base demo --inline --config demo/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git@github.com:dobjs/dob-refetch"
},
"author": "DT",
"license": "MIT",
"dependencies": {
"dependency-inject": "^1.1.6",
"dob": "^2.5.9",
"dob-react": "^2.4.15"
},
"files": [
"*.md",
"lib",
"index.ts",
"computedAsyncDO.ts"
],
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/node": "^8.0.46",
"@types/react": "^15.0.16",
"@types/react-dom": "^15.0.16",
"antd": "^2.13.6",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"classnames": "^2.2.5",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.0.1",
"redux": "^3.6.0",
"sinon": "^1.17.7",
"ts-loader": "^2.0.1",
"typescript": "^2.9.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}