-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
67 lines (67 loc) · 1.86 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
64
65
66
67
{
"name": "pagseguro-react",
"version": "1.0.10",
"author": "Willy Chagas <[email protected]",
"description": "Checkout transparente do pagseguro utilizando React",
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server",
"build": "./node_modules/.bin/webpack -d",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x",
"styled-components": "^4.x"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.0",
"jest": "^24.1.0",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.2",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-maskedinput": "^4.0.1",
"styled-components": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wchagas/pagseguro-react.git"
},
"bugs": {
"url": "https://github.com/wchagas/pagseguro-react/issues"
},
"homepage": "https://github.com/wchagas/pagseguro-react#readme",
"keywords": [
"pagseguro",
"react",
"checkout",
"transparente"
]
}