-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 667 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 667 Bytes
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
{
"name": "@tolgee/next-app-intl-testapp",
"version": "6.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"develop": "next dev",
"build": "next build",
"build:e2e": "NEXT_BUILD_DIR=dist-e2e next build",
"start": "next start",
"clean": "rm -rf .next dist-e2e"
},
"dependencies": {
"@tolgee/format-icu": "6.6.0",
"@tolgee/react": "6.6.0",
"@tolgee/web": "6.6.0",
"next": "15.3.3",
"next-intl": "3.26.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.3.2"
}
}