-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 980 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
35
36
{
"name": "portfolio_nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"aos": "^3.0.0-beta.6",
"classnames": "^2.3.1",
"framer-motion": "^5.5.7",
"gsap": "^3.9.1",
"in-viewport": "^3.6.0",
"next": "^10.2.3",
"react": "^17.0.2",
"react-animations": "^1.0.0",
"react-dom": "17.0.2",
"react-gsap": "^3.2.1",
"react-icons": "^4.7.1",
"react-in-viewport": "^1.0.0-alpha.20",
"react-intersection-observer": "^8.33.1",
"react-scroll-motion": "^0.2.1",
"react-scrollmagic": "^2.3.0",
"react-transition-group": "^4.4.2",
"react-use": "^17.3.2",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7",
"styled-tools": "^1.7.2"
}
}