-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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": "react-gapi",
"description": "Google API per React hook",
"keywords": [
"Google",
"API",
"googleapis"
],
"repository": "https://github.com/ph-fritsche/react-gapi.git",
"author": "Philipp Fritsche",
"license": "MIT",
"files": [
"dist/"
],
"dependencies": {
"react-weblibrary": "^1.0.1"
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"@ph.fritsche/eslint-config": "^1.0.1",
"@ph.fritsche/scripts-config": "^2.1.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.3.0",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.55",
"@types/gapi.client": "^1.0.5",
"@types/react": "^17.0.27",
"eslint": "^7.32.0",
"jest": "^27.2.5",
"jest-tobetype": "^1.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shared-scripts": "^1.4.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"scripts": {
"build": "scripts ts-build2 --cjs --exportsMap testing",
"lint": "eslint src test",
"test": "jest"
}
}