-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.03 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
64
65
66
67
68
69
70
71
72
73
{
"name": "nextjs-lingui-template",
"version": "1.1.45",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prestart": "pnpm run build",
"start": "serve out",
"lint": "next lint",
"test": "jest",
"typesync": "pnpx typesync || :",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@lingui/core": "4.5.0",
"@lingui/detect-locale": "4.5.0",
"@lingui/react": "4.5.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"cssnano": "7.0.6",
"langs": "2.0.0",
"next": "14.1.4",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.5.1",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.15"
},
"devDependencies": {
"@lingui/cli": "4.5.0",
"@lingui/conf": "4.5.0",
"@lingui/format-po": "4.5.0",
"@lingui/loader": "4.5.0",
"@lingui/macro": "4.5.0",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.14",
"@types/langs": "2.0.5",
"@types/lint-staged": "13.3.0",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-lingui": "0.9.0",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.9",
"serve": "14.2.4",
"typescript": "5.7.2"
},
"resolutions": {
"@babel/traverse": ">=7.23.2"
}
}