-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.97 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@ali/react-viewer",
"version": "2.2.25",
"description": "react image viewer",
"main": "dist/index",
"scripts": {
"test": "npm run lint",
"start": "dora --port 8001 --plugins \"webpack,webpack-hmr,browser-history?index=/demo/index.html\"",
"lint": "tslint -c tslint.json src/**/*.ts src/**/*.tsx",
"build": "atool-build --config webpack.config.prop.js && gulp",
"doc": "atool-build --config webpack.config.doc.js",
"pub": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YangDaiJun/react-vereact-viewer.git"
},
"keywords": [
"react",
"image",
"viewer"
],
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"author": "infeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/YangDaiJun/react-vereact-viewer/issues"
},
"files": [
"dist",
"lib"
],
"typings": "lib/index.d.ts",
"homepage": "https://github.com/YangDaiJun/react-vereact-viewer#readme",
"devDependencies": {
"@types/node": "^6.0.45",
"@types/react": "^0.14.39",
"@types/react-dom": "^0.14.17",
"antd": "^2.11.0",
"atool-build": "^0.8.1",
"babel-cli": "^6.24.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.11.6",
"dora": "^0.4.3",
"dora-plugin-browser-history": "^0.2.0",
"dora-plugin-webpack": "^0.8.1",
"dora-plugin-webpack-hmr": "^0.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-typescript": "^3.0.2",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"merge2": "^1.0.2",
"pre-commit": "^1.1.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"through2": "^2.0.1",
"tslint": "^3.15.1",
"typescript": "^2.1.4",
"webpack": "^1.13.2"
},
"dependencies": {
"classnames": "^2.2.5"
},
"pre-commit": [
"lint"
]
}