-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "personal-scheduler-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@craco/craco": "^7.1.0",
"@date-io/date-fns": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.1.0",
"@tailwindcss/forms": "^0.5.7",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.5",
"next": "14.1.4",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-datetime-picker": "^5.6.0",
"react-dom": "^18",
"styled-components": "^6.1.8"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}