-
-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "joinmastodon",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-sponsors": "node --experimental-fetch patreon.mjs",
"update-roadmap": "node linear.mjs",
"extract": "formatjs extract '{components,pages,data}/**/*.{js,jsx,ts,tsx}' --out-file 'locales/en.json' --format 'locales/locale_format.js'"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@linear/sdk": "^31.0.0",
"@tanstack/react-query": "^5.51.21",
"blurhash": "^2.0.5",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"javascript-stringify": "^2.1.0",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"next": "^14.2.5",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-dom": "^18.3.1",
"react-intl": "^6.6.8",
"sass": "^1.77.8",
"sharp": "^0.33.4"
},
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.51.21",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"tailwindcss-logical": "^3.0.1",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}