-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "@pt/nextjs-analytics",
"version": "1.0.0",
"description": "",
"keywords": [
"react",
"preact",
"nextjs",
"next.js",
"next",
"analytics",
"yandex metrika",
"yandex.metrika"
],
"scripts": {
"build": "echo 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/positive-js/nextjs-analytics.git"
},
"author": "Positive Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/positive-js/nextjs-analytics/issues"
},
"homepage": "https://github.com/positive-js/nextjs-analytics#readme",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/react": "^17.0.37",
"next": "^12.0.9",
"prettier": "^2.5.1",
"react": "^17.0.2",
"typedoc": "^0.22.10",
"typescript": "~4.4.4"
},
"peerDependencies": {
"next": ">=12.0.0",
"react": ">=17.0.0"
},
"engines": {
"node": ">=12.0.0"
}
}