-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
47
48
49
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"create-manifest": "node ./lib/createManifest.js",
"dev": "yarn create-manifest && next dev",
"build": "yarn create-manifest && next build",
"start": "next start",
"clean": "rm -rf .next",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/cormorant-garamond": "^5.0.2",
"@fontsource/ibm-plex-mono": "^5.0.2",
"@fontsource/ibm-plex-sans": "^5.0.2",
"@fontsource/libre-baskerville": "^5.0.2",
"framer-motion": "10.12.16",
"masonic": "^3.7.0",
"next": "13.4.4",
"next-seo": "^6.0.0",
"next-share": "^0.20.0",
"nprogress": "^0.2.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-icons": "^4.9.0",
"swr": "^2.1.5"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"@types/node": "^14.14.37",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"isomorphic-unfetch": "^3.1.0",
"slugify": "^1.6.5",
"typescript": "^4.6.4"
},
"dependencies.@chakra-ui/react": "2.7.0",
"dependencies.@chakra-ui/icons": "2.0.19",
"dependencies.@chakra-ui/theme-tools": "2.0.18",
"dependencies.@emotion/react": "11.11.1",
"dependencies.@emotion/styled": "11.11.0"
}