react-viewer/package.json
2016-10-15 16:57:30 +08:00

62 lines
1.6 KiB
JSON

{
"name": "react-viewer",
"version": "0.0.1",
"description": "react image viewer",
"main": "dist/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infeng/react-viewer.git"
},
"keywords": [
"react",
"image",
"viewer"
],
"author": "infeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/infeng/react-viewer/issues"
},
"files": [
"dist",
"lib"
],
"typings": "lib/index.d.ts",
"homepage": "https://github.com/infeng/react-viewer#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.0.3",
"webpack": "^1.13.2"
},
"dependencies": {},
"pre-commit": [
"lint"
]
}