forked from jonathasbsouza/react-br-bank-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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-br-bank-icons",
"version": "0.1.1",
"description": "Iconpack with all brands of Brazilian banks enrolled in FEBRABAN",
"main": "build/index.js",
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "webpack",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"release:major": "sh ./config/release.sh major",
"release:feat": "sh ./config/release.sh minor",
"release:fix": "sh ./config/release.sh patch"
},
"husky": {
"hooks": {
"pre-commit": "npm test -- --collect-coverage"
}
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@types/jest": "^25.2.3",
"babel-loader": "^8.1.0",
"coveralls": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-enzyme": "^7.1.2",
"jest-watch-typeahead": "^0.6.0",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathasbsouza/react-br-bank-icons.git"
},
"author": "Jonathas Souza",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jonathasbsouza/react-br-bank-icons/issues"
},
"homepage": "https://github.com/jonathasbsouza/react-br-bank-icons#readme"
}