-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.56 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
{
"name": "nextjs-google-adsense",
"version": "1.0.0",
"description": "Google AdSense for Next.js",
"main": "dist/index.js",
"sideEffects": false,
"scripts": {
"lint": "eslint src --fix",
"build": "del-cli dist && tsc",
"watch": "tsc-watch --onSuccess \"yalc push\"",
"prepublishOnly": "npm run build"
},
"keywords": [
"google adsense",
"next.js",
"adsense",
"auto ads",
"adsense responsive unit"
],
"author": "Burak Tokak",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.8",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"del-cli": "^5.0.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^27.5.1",
"next": "^13.0.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-test-renderer": "^18.1.0",
"ts-jest": "^27.1.4",
"ts-lib": "^0.0.5",
"tsc-watch": "^6.0.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"next": ">=11.0.0",
"react": ">=17.0.0"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/btk/nextjs-google-adsense.git"
},
"bugs": {
"url": "https://github.com/btk/nextjs-google-adsense/issues"
},
"homepage": "https://github.com/btk/nextjs-google-adsense#readme",
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}