-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "toy-lovers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@chakra-ui/core": "^1.0.0-rc.0",
"@chakra-ui/icons": "^1.0.0-next.3",
"@chakra-ui/theme": "^1.0.0-rc.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/icons": "^4.9.1",
"@n8tb1t/use-scroll-position": "^1.0.43",
"classnames": "^2.2.6",
"date-fns": "^2.15.0",
"embla-carousel": "^3.0.23",
"emotion-theming": "^10.0.27",
"next": "9.5.1",
"react": "16.13.1",
"react-cool-img": "^1.2.1",
"react-dom": "16.13.1",
"react-icons": "^3.10.0",
"react-markdown": "^4.3.1",
"react-spring": "^8.0.27",
"react-use": "^15.3.3",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"remark-parse": "^8.0.3",
"remark-react": "^7.0.1",
"swiper": "^6.1.1",
"typeface-montserrat": "^0.0.75",
"typeface-vollkorn": "^0.0.72",
"unified": "^9.1.0"
},
"devDependencies": {
"gray-matter": "^4.0.2"
}
}