-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "NRP",
"version": "0.1.0",
"private": true,
"homepage": "/nurse-rostering",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "6.1.15",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/resource": "^6.1.11",
"@fullcalendar/resource-timeline": "^6.1.11",
"axios": "^1.7.9",
"dayjs": "^1.11.11",
"dotenv-cli": "^7.4.2",
"encoding": "^0.1.13",
"framer-motion": "^11",
"fs": "^0.0.1-security",
"next": "^15.1.6",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"sass": "^1.80.5",
"swr": "^2.2.5",
"use-local-storage-state": "^19.5.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "18.3.8",
"@types/react-dom": "18.2.19",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "^15.0.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.5.4"
}
}