-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.92 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
{
"name": "gapi-oauth-react-hooks",
"version": "3.4.10",
"repository": "https://github.com/jpb06/gapi-oauth-react-hooks.git",
"author": "jpb06 <jpb.06@outlook.com>",
"license": "MIT",
"description": "Some hooks for SSO using Google sign in",
"scripts": {
"copy-package": "copyfiles package.json ./dist/",
"copy-readme": "copyfiles README.md ./dist/",
"build": "del-cli ./dist && tsc --project tsconfig.prod.json",
"postbuild": "pnpm copy-package && pnpm copy-readme",
"test": "vitest",
"test-ui": "vitest --ui",
"test-dev-cov": "vitest --watch --coverage",
"test-ci": "vitest --run --coverage --logHeapUsage",
"lint": "eslint ./src",
"type-check": "tsc --noEmit",
"sync-icons": "pnpm generateReadmeIcons -h 50"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@stylistic/eslint-plugin": "^1.6.0",
"@swc/core": "^1.3.28",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.60",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.16",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.2",
"copyfiles": "^2.4.1",
"del-cli": "^5.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"readme-package-icons": "^1.1.7",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
}
}