-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "nextjs-appdir-linguijs-rsc",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "rome check .",
"format": "rome format .",
"translation:extract": "lingui extract --clean"
},
"dependencies": {
"@lingui/cli": "4.8.0",
"@lingui/core": "4.8.0",
"@lingui/react": "4.8.0",
"@nextui-org/link": "^2.0.29",
"@nextui-org/navbar": "^2.0.30",
"@nextui-org/select": "^2.1.27",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"make-plural": "^7.2.0",
"next": "14.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@lingui/cli": "4.8.0",
"@lingui/loader": "4.8.0",
"@lingui/macro": "4.8.0",
"@lingui/swc-plugin": "4.0.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"framer-motion": "^11.1.7",
"postcss": "^8.4.38",
"rome": "^12.1.2",
"tailwindcss": "^3.4.3"
},
"packageManager": "yarn@3.6.0"
}