-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 925 Bytes
/
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": "hackuci-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudscape-design/components": "^3.0.171",
"@next/font": "^13.1.2",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.7",
"eslint": "8.29.0",
"eslint-config-next": "^13.1.2",
"formik": "^2.2.9",
"next": "^13.1.2",
"react": "18.2.0",
"react-bootstrap": "^2.7.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-flip-numbers": "^3.0.7",
"react-toastify": "^9.1.1",
"swr": "^2.0.0",
"typescript": "4.9.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.8.1",
"sass": "^1.57.0"
}
}