-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.3",
"framer-motion": "^4.1.17",
"next": "10.0.7",
"react": "17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"react-scroll": "^1.8.2",
"styled-components": "^5.2.1",
"styled-icons": "^10.29.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.7",
"typescript": "^4.2.2"
}
}