-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
58 lines (58 loc) · 1.75 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
{
"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.0",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@primer/react-brand": "^0.27.1",
"@types/node": "20.12.12",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.7",
"dayjs": "^1.11.11",
"millify": "^6.1.0",
"next": "^14.2.7",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-select": "^5.8.0",
"sass": "^1.69.3",
"slugify": "^1.6.6",
"typescript": "5.2.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.5.4",
"@octokit/core": "^5.0.1",
"@octokit/graphql-schema": "^14.34.0",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/plugin-throttling": "^8.2.0",
"@octokit/types": "^13.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.36.0",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2"
}
}