forked from mastodon/joinmastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "joinmastodon",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^16.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"extract": "formatjs extract '{components,pages}/**/*.{js,jsx,ts,tsx}' --out-file 'locales/en.json' --format 'locales/locale_format.js'"
},
"dependencies": {
"@headlessui/react": "^1.7.1",
"@tanstack/react-query": "^4.1.0",
"classnames": "^2.3.1",
"keen-slider": "^6.7.0",
"lodash": "^4.17.21",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-inlinesvg": "^3.0.0",
"react-intl": "^6.0.5",
"sass": "^1.54.4"
},
"devDependencies": {
"@formatjs/cli": "^5.0.7",
"@tailwindcss/line-clamp": "^0.4.0",
"@tanstack/react-query-devtools": "^4.0.10",
"@types/node": "^18.7.2",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"tailwindcss-logical": "^3.0.0",
"typescript": "^4.7.4"
}
}