-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "talent-tree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/common": "^5.11.3",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/interaction": "^6.0.0",
"@fullcalendar/react": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@next/font": "13.0.7",
"@react-firebase/auth": "^0.2.10",
"axios": "^1.2.1",
"chart.js": "^4.1.1",
"daisyui": "^2.45.0",
"draft-js": "^0.11.7",
"firebase": "8.9",
"froala-editor": "^4.0.16",
"heroicons": "^2.0.13",
"js-cookie": "^3.0.1",
"lottie-react": "^2.3.1",
"next": "13.0.7",
"next-auth": "^4.18.7",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "18.2.0",
"react-froala-wysiwyg": "^4.0.16",
"react-google-charts": "^4.0.0",
"react-router-dom": "^6.5.0",
"react-timelines": "^2.6.1",
"smart-webcomponents-react": "^14.4.0",
"theme-change": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4"
}
}