-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
93 lines (93 loc) · 2.53 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "react-dfp",
"version": "0.21.0",
"homepage": "https://github.com/jaanauati/react-dfp/",
"author": {
"name": "Jonatan Alexis Anauati",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jaanauati/react-dfp.git"
},
"scripts": {
"watch": "NODE_ENV=production babel --watch js --out-dir lib",
"build": "NODE_ENV=production babel js --out-dir lib",
"test": "karma start karma.conf.js 2> /dev/null",
"clean": "rm ./lib/*.js",
"eslint": "eslint js 2> /dev/null",
"dist": "npm run eslint && npm run clean && npm run build && npm run test"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/jaanauati/react-dfp/issues/"
},
"keywords": [
"react",
"gpt",
"dfp",
"google dfp",
"google doubleclick for publishers",
"advertising",
"react-component"
],
"main": "lib/index.js",
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"array.from": "^1.0.1",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.3",
"babel-preset-airbnb": "^2.2.3",
"brfs": "^2.0.2",
"chai": "^3.5.0",
"escope": "^3.3.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"estraverse": "^4.2.0",
"jasmine-core": "^2.99.1",
"jsdom": "^11.12.0",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-jasmine": "^2.0.1",
"karma-jsdom-launcher": "^6.1.3",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-script-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"react": "^16.4.2",
"react-addons-test-utils": ">= 15.0.2",
"react-dom": "^16.4.2",
"sinon": "^2.3.1",
"sinon-chai": "^2.14.0",
"webpack": "^4.41.6"
},
"engines": {
"node": ">=6.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jaanauati/react-dfp/raw/master/LICENSE"
}
],
"dependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"prop-types": "^15.6.1"
}
}