-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 820 Bytes
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
{
"name": "next-navbar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"serve-json": "json-server --watch db.json --port 4000"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.4",
"@mui/icons-material": "^5.14.15",
"autoprefixer": "10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"next": "13.4.3",
"postcss": "8.4.23",
"ra-data-simple-rest": "^4.16.5",
"react": "18.2.0",
"react-admin": "^4.16.5",
"react-dom": "18.2.0",
"react-toggle-dark-mode": "^1.1.1",
"tailwindcss": "3.3.2"
}
}