forked from MySchoolEvents/MySchoolEvents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
53
54
55
{
"name": "cap23",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.10.5",
"@mantine/dates": "^5.9.5",
"@mantine/hooks": "^5.10.5",
"@mantine/next": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@tabler/icons": "1.115.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"add": "^2.0.6",
"barcode-react-scanner": "^1.2.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"firebase": "^9.17.2",
"firebase-admin": "^11.5.0",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"next": "13.2.3",
"nookies": "^2.5.2",
"openai": "^3.2.1",
"react": "18.2.0",
"react-countup": "6.4.1",
"react-csv-export": "^0.0.3",
"react-datepicker": "^4.10.0",
"react-dates": "^21.8.0",
"react-dom": "18.2.0",
"react-qr-barcode-scanner": "^1.0.6",
"react-qr-code": "^2.0.11",
"react-use-count-up": "^1.0.2",
"tls": "^0.0.1",
"typescript": "4.9.5",
"typewriter-effect": "^2.19.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}