This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
89 lines (89 loc) · 2.36 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
{
"private": true,
"engines": {
"node": ">=16.14.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"static": "next build && next export",
"start": "next start",
"prepare": "husky install",
"stars:update": "npx ts-node --esm scripts/get-stars.mts"
},
"dependencies": {
"@azure/data-tables": "^13.1.1",
"@floating-ui/react-dom-interactions": "^0.13.2",
"@githubnext/blocks": "^2.0.7",
"@microsoft/applicationinsights-web": "^2.8.7",
"@octokit/auth-app": "^3.6.1",
"@octokit/endpoint": "^6.0.0",
"@octokit/rest": "^18.12.0",
"@panva/hkdf": "^1.0.2",
"@primer/octicons-react": "^17.1.0",
"@primer/react": "^35.5.0",
"@radix-ui/react-alert-dialog": "^0.1.1",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.26.1",
"cors": "^2.8.5",
"cssjson": "^2.1.3",
"d3": "^7.1.1",
"framer-motion": "^7.7.2",
"fs-extra": "^10.0.0",
"immer": "^9.0.16",
"jose": "^4.9.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"next": "latest",
"next-auth": "^4.10.3",
"next-query-params": "^4.1.0",
"next-seo": "^5.14.0",
"openai": "^2.0.5",
"picomatch": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-diff-view": "^2.4.8",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-merge-refs": "^2.0.1",
"react-query": "^3.34.16",
"react-vtree": "3.0.0-beta.3",
"react-window": "^1.8.7",
"streamifier": "^0.1.1",
"styled-components": "^5.3.3",
"tree-sitter": "^0.20.0",
"tree-sitter-javascript": "^0.19.0",
"tree-sitter-typescript": "^0.20.1",
"tslib": "^2.4.0",
"unidiff": "^1.0.2",
"use-debounce": "^7.0.1",
"use-query-params": "^2.1.2",
"wretch": "^1.7.9"
},
"devDependencies": {
"@octokit/openapi-types": "^12.11.0",
"@octokit/types": "^6.0.0",
"@types/react": "^17.0.30",
"autoprefixer": "^10.2.6",
"babel-plugin-styled-components": "^1.13.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"postcss": "^8.3.5",
"prettier": "2.5.1",
"sass": "^1.47.0",
"tailwindcss": "^2.2.4",
"typescript": "^4.4.4"
},
"resolutions": {
"trim": "0.0.3",
"diff": "3.5.0",
"prismjs": "1.27.0",
"@octokit/types": "8.0.0"
},
"volta": {
"node": "16.18.1"
}
}