-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
43
44
45
46
47
48
49
50
51
52
{
"name": "amplify-next-pages-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"test": "npx jest"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.1.13",
"aws-amplify": "^6.4.0",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@aws-amplify/backend": "^1.4.0",
"@aws-amplify/backend-cli": "^1.2.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.26.0",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"aws-cdk": "^2.137.0",
"aws-cdk-lib": "^2.137.0",
"babel-jest": "^29.7.0",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.3.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"nodegeeks-react-wysiwyg-editor": "^0.1.8",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.2.5",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}