-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "react-viewer-mobile",
"version": "0.1.6",
"description": "",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infeng/react-viewer-mobile.git"
},
"keywords": [
"react",
"typescript",
"image",
"viewer",
"mobile"
],
"files": [
"dist",
"lib"
],
"author": "infeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/infeng/react-viewer-mobile/issues"
},
"typings": "lib/index.d.ts",
"homepage": "https://github.com/infeng/react-viewer-mobile#readme",
"devDependencies": {
"@types/node": "^6.0.45",
"@types/react": "^0.14.39",
"@types/react-dom": "^0.14.17",
"atool-build": "^0.8.1",
"babel-plugin-transform-runtime": "^6.15.0",
"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.3.2",
"react-dom": "^15.3.2",
"through2": "^2.0.1",
"tslint": "^3.15.1",
"typescript": "^2.1.4",
"webpack": "^1.13.2"
},
"pre-commit": [
"lint"
]
}