-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1018 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
{
"name": "nizkctf-front",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"audit:fix": "npm i --package-lock-only && npm audit fix && rm yarn.lock && yarn import && rm package-lock.json"
},
"dependencies": {
"@lorhansohaky/schnorrkel.js": "^1.1.0",
"@sentry/browser": "^6.3.5",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"dayjs": "^1.10.4",
"firebase": "^8.2.6",
"i18n-iso-countries": "^6.5.0",
"multiselect-react-dropdown": "^1.6.7",
"next": "12",
"react": "^18.2.0",
"react-bootstrap": "^1.4.3",
"react-chartjs-2": "^2.11.1",
"react-country-flag": "^2.3.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-markdown": "^5.0.3",
"sweetalert2": "^10.15.5",
"sweetalert2-react-content": "^3.3.1",
"swr": "^0.4.2"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^18.0.28",
"typescript": "^4.9.5"
}
}