-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "for-good-first-issue",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"prepare": "husky install",
"prebuild": "ts-node generate.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.1",
"@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.1",
"@primer/react-brand": "^0.44.1",
"@types/node": "20.13.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"dayjs": "^1.11.12",
"millify": "^6.1.0",
"next": "15.1.0",
"postcss-import": "^16.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-select": "^5.9.0",
"sass": "^1.70.0",
"slugify": "^1.6.6",
"typescript": "^5.3.0"
},
"devDependencies": {
"@octokit/core": "^5.0.2",
"@octokit/graphql-schema": "^15.25.0",
"@octokit/plugin-retry": "^5.0.5",
"@octokit/plugin-throttling": "^8.1.3",
"@octokit/types": "^12.4.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.37.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^9.1.7",
"postcss": "^8.4.42",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2"
}
}