forked from MatthewHerbst/react-to-print
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "react-to-print",
"version": "1.0.16",
"description": "Print React components in the browser",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "rollup -c",
"webpack": "webpack --progress",
"webpack-dev-server": "webpack-dev-server --colors --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregnb/react-to-print.git"
},
"keywords": [
"react",
"print",
"reactjs",
"react-to-print"
],
"author": "gregnb <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregnb/react-to-print/issues"
},
"homepage": "https://github.com/gregnb/react-to-print#readme",
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.12.1",
"react-dom": "^16.2.0",
"rollup": "^0.52.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}