-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "hackrpi-website-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@2toad/profanity": "^3.0.1",
"@aws-amplify/ui-react": "^6.5.5",
"aws-amplify": "^6.6.6",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-multi-carousel": "^2.8.5",
"sharp": "^0.33.5"
},
"devDependencies": {
"@aws-amplify/backend": "^1.5.0",
"@aws-amplify/backend-cli": "^1.2.9",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"aws-cdk": "^2.163.1",
"aws-cdk-lib": "^2.163.1",
"constructs": "^10.4.2",
"daisyui": "^4.12.13",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.16",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}