-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "react-base64-downloader",
"version": "2.1.7",
"description": "Easily convert and download base64 strings or HTMLCanvasElements as image files in React.",
"main": "dist/index.js",
"engine": {
"node": "9.11.2"
},
"scripts": {
"test": "jest -- test.js",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jowo-io/react-base64-downloader.git"
},
"keywords": [
"react-base64-downloader",
"react",
"base64",
"download",
"convert",
"canvas",
"file",
"blob",
"string"
],
"author": "jowo-io",
"license": "ISC",
"bugs": {
"url": "https://github.com/jowo-io/react-base64-downloader/issues"
},
"homepage": "https://github.com/jowo-io/react-base64-downloader#readme",
"peerDependencies": {
"react": ">=15.0.1",
"react-dom": ">=15.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"b64-to-blob": "^1.2.19",
"babel-loader": "^8.2.2",
"babel-plugin-rewire": "^1.2.0",
"clean-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
}
}