-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "spool",
"version": "0.1.0",
"description": "A deck for Threads. Think Tweetdeck, but for Threads.",
"keywords": [
"threads",
"meta",
"tweetdeck",
"tweets"
],
"homepage": "https://github.com/callmekatootie/spool#readme",
"bugs": "https://github.com/callmekatootie/spool/issues",
"license": "MIT",
"author": {
"name": "Mithun Kamath"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@uidotdev/usehooks": "^2.2.0",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"http-proxy": "^1.18.1",
"iron-session": "^6.3.1",
"linkify-plugin-hashtag": "^4.1.1",
"linkify-plugin-mention": "^4.1.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"localforage": "^1.10.0",
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.5",
"swr": "^2.2.2",
"tailwindcss": "3.3.3",
"threads-api": "^1.6.3",
"typescript": "5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/callmekatootie/spool"
},
"devDependencies": {
"@types/http-proxy": "^1.17.11",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
}
}