-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
61
62
63
{
"name": "tokimeki-mastodon",
"version": "1.3.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start",
"typecheck": "tsc -p .",
"typecheck:watch": "npm run typecheck -- --watch",
"prepare": "husky"
},
"dependencies": {
"@github/relative-time-element": "^4.4.2",
"@react-types/shared": "^3.24.1",
"@types/eslint__js": "^8.42.3",
"@types/lodash-es": "^4.17.12",
"@types/zen-observable": "^0.8.7",
"blurhash": "^2.0.5",
"clsx": "^2.1.1",
"globals": "^15.9.0",
"html-react-parser": "^5.1.12",
"localforage": "^1.10.0",
"localforage-observable": "^2.1.1",
"lodash-es": "^4.17.21",
"masto": "^6.8.0",
"next": "^14.2.5",
"react": "18.3.1",
"react-aria": "^3.34.1",
"react-blurhash": "^0.3.0",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"react-merge-refs": "^2.1.1",
"react-stately": "3.32.1",
"swr": "^2.2.5",
"typescript-eslint": "^8.1.0",
"zen-observable": "^0.10.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"ct3aMetadata": {
"initVersion": "6.11.4"
}
}