-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "prinus-info",
"version": "0.7.1",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier . --check",
"prettier:format": "npx prettier . --write"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.12.0",
"@aws-sdk/client-s3": "^3.888.0",
"@next/third-parties": "^15.3.3",
"aws-amplify": "^6.15.5",
"i18next": "^25.5.2",
"i18next-resources-to-backend": "^1.2.1",
"next": "15.5.2",
"next-i18n-router": "^5.5.3",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^15.7.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.16.1",
"@aws-amplify/backend-cli": "^1.7.2",
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"aws-cdk": "^2.1029.1",
"aws-cdk-lib": "^2.199.0",
"eslint": "^9.35.0",
"eslint-config-next": "15.5.3",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.6.2",
"sass": "^1.92.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=22"
}
}