forked from callosum-software/react-native-google-ad-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "@callosum/react-native-google-ad-manager",
"version": "2.1.0-rc.7",
"description": "Google Ad Manager for react-native",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"react-native",
"Google",
"Ad",
"Manager",
"GAM",
"DFP"
],
"author": "Callosum Software <[email protected]>",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.3"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@callosum/eslint-config-callosum": "^0.1.0",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-react-native": "^4.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.9.0",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"prettier": "^1.15.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-native": "^0.61.4",
"react-test-renderer": "^16.12.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cmsw/react-native-google-ad-manager.git"
},
"bugs": {
"url": "https://gitlab.com/cmsw/react-native-google-ad-manager/issues"
},
"homepage": "https://gitlab.com/cmsw/react-native-google-ad-manager#readme"
}