-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "github-search-graphql-swr",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/DopamineDriven/github-search-graphql-SWR.git",
"author": "Andrew Ross <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test",
"codegen": "graphql-codegen --config codegen.yml -r dotenv/config",
"dev": "next -p 4040",
"vercel:dev": "vercel dev --listen 3030",
"prod:build": "yarn codegen && yarn build",
"dev:debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"analyze": "cross-env ANALYZE=true yarn build",
"find:unused": "next-unused",
"tsconfig:effective": "tsc --showConfig",
"pretty:quick": "yarn pretty-quick --staged",
"prepare": "husky install",
"lint": "eslint . --ext ts --ext tsx --ext js",
"format": "prettier --write .",
"type-check": "tsc --pretty --noEmit"
},
"lint-staged": {
"*.@(ts|tsx)": [
"yarn lint",
"yarn format"
]
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@reach/portal": "^0.15.0",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"debounce": "^1.2.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.12.4",
"html-react-parser": "^1.2.6",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^10.2.3",
"next-seo": "^4.24.0",
"next-themes": "^0.0.14",
"preact": "^10.5.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.32.0",
"react-markdown": "^6.0.2",
"react-merge-refs": "^1.1.0",
"react-syntax-highlighter": "^15.4.3",
"remark-gfm": "^1.0.0",
"tabbable": "^5.2.0",
"vercel": "^23.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/import-types-preset": "^1.18.2",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/near-operation-file-preset": "^1.18.1",
"@graphql-codegen/schema-ast": "^1.18.3",
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/typescript-graphql-request": "^3.2.1",
"@graphql-codegen/typescript-operations": "^1.18.0",
"@next/bundle-analyzer": "^10.2.3",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/body-scroll-lock": "^2.6.1",
"@types/debounce": "^1.2.0",
"@types/gtag.js": "^0.0.5",
"@types/jest": "^26.0.23",
"@types/js-cookie": "^2.2.6",
"@types/lodash.random": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/react-test-renderer": "^17.0.1",
"@types/tabbable": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"autoprefixer": "^10.2.6",
"babel-jest": "^27.0.2",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"globby": "^11.0.3",
"graphql-codegen-plugin-typescript-swr": "^0.6.1",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.3",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.0.0",
"next-sitemap": "^1.6.99",
"next-unused": "^0.0.6",
"postcss": "^8.3.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"react-test-renderer": "^17.0.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "^2.1.3",
"tailwindcss-line-clamp": "^1.0.5",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2",
"yaml-loader": "^0.6.0"
}
}