react-viewer/package.json
2016-10-12 16:35:11 +08:00

43 lines
1.1 KiB
JSON

{
"name": "react-viewer",
"version": "0.0.1",
"description": "react image viewer",
"main": "dist/ViewerWrap",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "dora --port 8001 --plugins \"webpack,webpack-hmr,browser-history?index=/entry/index.html\""
},
"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"
},
"homepage": "https://github.com/infeng/react-viewer#readme",
"devDependencies": {
"@types/react": "^0.14.39",
"@types/react-dom": "^0.14.17",
"atool-build": "^0.8.1",
"classnames": "^2.2.5",
"dora": "^0.4.3",
"dora-plugin-browser-history": "^0.2.0",
"dora-plugin-webpack": "^0.8.1",
"dora-plugin-webpack-hmr": "^0.2.1",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"tslint": "^3.15.1",
"typescript": "^2.0.3",
"webpack": "^1.13.2"
},
"dependencies": {}
}