-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 956 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
29
30
31
32
33
34
35
36
37
38
{
"name": "gen-ai-standalone-app",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "cross-env HOST=localhost PORT=9091 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.12.5",
"@reduxjs/toolkit": "^2.6.1",
"@types/react-redux": "^7.1.34",
"aws-amplify": "5.3.11",
"cross-env": "^7.0.3",
"html-react-parser": "^5.2.3",
"i18next": "^24.2.3",
"i18next-resources-to-backend": "^1.2.1",
"moment": "^2.30.1",
"next": "15.2.4",
"next-i18n-router": "^5.5.1",
"react": "^19",
"react-dom": "^19",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0",
"sass": "^1.86.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"typescript": "^5"
}
}