-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.74 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.74 KB
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
{
"name": "for-good-first-issue",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"export": "next export",
"prepare": "husky",
"prebuild": "ts-node generate.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@primer/react-brand": "^0.65.1",
"@types/node": "22.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"dayjs": "^1.11.20",
"millify": "^6.1.0",
"next": "16.2.0",
"postcss-import": "^16.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"react-infinite-scroll-component": "^6.1.1",
"react-select": "^5.10.2",
"sass": "^1.98.0",
"slugify": "^1.6.8",
"typescript": "^5.9.3"
},
"devDependencies": {
"@octokit/core": "^7.0.6",
"@octokit/graphql-schema": "^15.26.1",
"@octokit/plugin-retry": "^8.1.0",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/types": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"autoprefixer": "^10.4.27",
"@tailwindcss/postcss": "^4.2.2",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.1.7",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.2",
"ts-node": "^10.9.2"
}
}