-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "coffeeclass.io",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap & node ./lib/scripts/build-algolia-search.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.7",
"algoliasearch": "^4.11.0",
"autoprefixer": "^10.4.16",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.27.0",
"dotenv": "^10.0.0",
"eslint-plugin-prettier": "^5.0.1",
"framer-motion": "^5.5.5",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.4",
"next": "^13",
"next-google-fonts": "^2.2.0",
"next-mdx-remote": "^3.0.1",
"next-pwa": "^5.4.4",
"next-remote-watch": "^1.0.0",
"next-seo": "^4.28.1",
"next-sitemap": "^1.6.203",
"next-themes": "^0.2.1",
"node": "^21.1.0",
"prettier": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.3.1",
"react-instantsearch-dom": "^6.18.0",
"reading-time": "^1.5.0",
"rehype": "^12.0.0",
"rehype-autolink-headings": "^6.1.0",
"remark-autolink-headings": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-flexible-code-titles": "^1.1.3",
"swr": "^1.1.1",
"tailwind-merge": "^2.0.0",
"ts-jest": "^27.1.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.5",
"@types/jest": "^27.0.3",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-instantsearch-dom": "^6.12.1",
"chakra-loader": "^1.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"globby": "^12.0.2",
"jest": "^27.4.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}