generated from aws-samples/amplify-next-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "aws-amplify-gen2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"sandbox": "ampx sandbox",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.13",
"@aws-amplify/ui-react": "^6.1.13",
"@aws-appsync/utils": "^1.9.0",
"aws-amplify": "^6.4.0",
"bootstrap": "^5.3.3",
"next": "^14.1.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.4",
"@aws-amplify/backend-cli": "^1.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^24.1.1",
"sass": "^1.77.8",
"typescript": "^5.3.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
}
}