-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 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": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^2.2.7",
"@material-tailwind/react": "^2.1.4",
"@mui/icons-material": "^5.14.15",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "10.4.14",
"eslint-config-next": "13.4.3",
"next": "^16.0.10",
"next-sitemap": "^4.2.3",
"postcss": "8.4.23",
"prismjs": "^1.30.0",
"ra-data-simple-rest": "^4.16.5",
"react": "18.2.0",
"react-admin": "^4.16.5",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2"
}
}