-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) 路 2.19 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) 路 2.19 KB
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
74
75
76
77
78
79
80
{
"name": "nextjs-lingui-template",
"version": "1.1.55",
"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.9",
"@heroicons/react": "2.2.0",
"@lingui/core": "5.2.0",
"@lingui/detect-locale": "5.2.0",
"@lingui/react": "5.2.0",
"@tailwindcss/postcss": "4.1.18",
"clsx": "2.1.1",
"cssnano": "7.1.2",
"langs": "2.0.0",
"next": "15.5.6",
"postcss": "8.5.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-use": "17.6.0",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.18"
},
"devDependencies": {
"@lingui/cli": "5.2.0",
"@lingui/conf": "5.2.0",
"@lingui/format-po": "5.2.0",
"@lingui/loader": "5.2.0",
"@lingui/macro": "5.2.0",
"@lingui/swc-plugin": "5.5.2",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.1",
"@testing-library/user-event": "14.6.1",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "30.0.0",
"@types/langs": "2.0.5",
"@types/lint-staged": "14.0.0",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "9.39.2",
"eslint-config-next": "15.5.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-lingui": "0.11.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-tailwindcss": "3.18.2",
"eslint-plugin-unicorn": "62.0.0",
"husky": "9.1.7",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"lint-staged": "16.2.7",
"prettier": "3.7.4",
"prettier-plugin-jsdoc": "1.8.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-tailwindcss": "0.7.2",
"serve": "14.2.5",
"typescript": "5.9.3"
},
"resolutions": {
"@babel/traverse": ">=7.23.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
},
"packageManager": "pnpm@10.27.0",
"engines": {
"node": "^24",
"pnpm": "^10"
}
}