-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 887 Bytes
/
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
{
"name": "profile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@next/font": "13.1.2",
"animate.css": "^4.1.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"next": "13.1.2",
"node-sass": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-parallax": "^3.5.1",
"react-scroll": "^1.8.9",
"react-typewriter-effect": "^1.1.0",
"sass": "^1.57.1",
"sharp": "^0.31.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"prettier": "^2.8.3"
}
}