-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "feed-the-star",
"version": "3.0.0",
"description": "Feed you with someone's Github star",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@octokit/auth-oauth-app": "^3.0.3",
"@octokit/core": "^3.5.1",
"@octokit/rest": "^17.9.2",
"axios": "^0.24.0",
"bluebird": "^3.4.7",
"dayjs": "^1.10.7",
"gemoji": "^7.1.0",
"handlebars": "^4.7.7",
"jsdom": "^18.0.1",
"lodash-es": "^4.17.20",
"lru-cache": "^5.1.1",
"next": "^12.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rss": "^1.2.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/jsdom": "^16.2.13",
"@types/lodash": "^4.14.167",
"@types/lru-cache": "^5.1.1",
"@types/node": "^16",
"@types/react": "^17.0.34",
"@types/rss": "^0.0.29",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.2.1",
"tailwindcss": "^3.0.12",
"typescript": "^4.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/geekdada/feed-the-star.git"
},
"author": "geekdada <[email protected]>",
"license": "MIT"
}