-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 842 Bytes
/
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
{
"name": "react-yandex-metrika",
"version": "2.6.0",
"description": "Yandex Metrika component for React",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/narkq/react-yandex-metrika"
},
"keywords": [
"react-component",
"react",
"yandex-metrika",
"component"
],
"author": "Alex Sladkov <sladkov@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.10.0",
"prop-types": "^15.5.10",
"react": "^16.0.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*"
}
}