-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
56
57
58
{
"name": "crew-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@date-io/dayjs": "^2.13.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fullcalendar/common": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@mantine/core": "^4.0.9",
"@mantine/dates": "^4.0.9",
"@mantine/form": "^4.1.0",
"@mantine/hooks": "^4.0.9",
"@mantine/next": "^4.0.9",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"dayjs": "^1.11.0",
"firebase": "^9.6.10",
"json2xls": "^0.1.2",
"next": "12.1.1",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-csv": "^2.2.2",
"react-data-export": "^0.6.0",
"react-dom": "17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-xls": "^0.1.1",
"tabler-icons-react": "^1.42.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "17.0.14",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}