-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "meaningfulcode-frontend",
"version": "1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"deploy": "yarn lint && yarn test && yarn build && npx vercel"
},
"dependencies": {
"@aws-sdk/client-bedrock-agent-runtime": "^3.629.0",
"@aws-sdk/client-dynamodb": "^3.629.0",
"@aws-sdk/lib-dynamodb": "^3.629.0",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/material-nextjs": "^5.16.6",
"@octokit/rest": "^20.0.2",
"@vercel/node": "^3.2.8",
"axios": "^1.7.4",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^2.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/express": "4.17.21",
"@types/jest": "^27.0.3",
"@types/node": "^20.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.5",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"express": "^4.19.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.3.3"
}
}