-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "monastery-website",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"predev": "yarn exec -- generate-favicons --source images/favicon.svg --destination ./public",
"prebuild": "yarn exec -- generate-favicons --source images/favicon.svg --destination ./public",
"start": "next start"
},
"license": "ISC",
"dependencies": {
"@sanity/block-content-to-react": "3.0.0",
"@sanity/client": "2.21.10",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "2.3.1",
"gray-matter": "4.0.3",
"i18next": "21.4.2",
"moment": "2.29.1",
"next": "12.0.7",
"next-translate": "1.2.0",
"nprogress": "0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-medium-image-zoom": "4.3.5",
"react-pdf": "5.5.0",
"remark": "14.0.1",
"remark-html": "15.0.0"
},
"devDependencies": {
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"autoprefixer": "10.4.0",
"modern-favicons": "1.0.1",
"postcss": "8.3.11",
"postcss-nested": "5.0.6",
"react-async-hook": "4.0.0",
"rehype-raw": "6.1.0",
"rehype-stringify": "9.0.2",
"remark-parse": "10.0.0",
"remark-rehype": "10.0.1",
"tailwindcss": "2.2.19",
"typescript": "4.4.4",
"unified": "10.1.0"
}
}