-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·46 lines (46 loc) · 1.19 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
{
"name": "devloper-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.10",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/styled-engine-sc": "^6.1.0",
"@portabletext/react": "^2.0.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.3.6",
"caniuse-lite": "^1.0.30001660",
"firebase": "^10.13.2",
"framer-motion": "^7.2.1",
"groq": "^2.29.3",
"locomotive-scroll": "^4.1.4",
"next": "13",
"next-seo": "^6.1.0",
"node": "^22.9.0",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^6.1.13",
"yarn": "^1.22.22"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "13",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.1.8"
}
}