-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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": "umlaut-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.1.5",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"date-fns": "^2.16.1",
"firebase": "^9.8.1",
"framer-motion": "^3.2.1",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.1",
"next": "10.0.5",
"next-google-fonts": "^2.2.0",
"next-mdx-remote": "^2.1.3",
"react": "16.13.1",
"react-bootstrap": "^2.3.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.31.0",
"react-icons": "^4.3.1",
"react-router-loading": "^1.0.0",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-capitalize": "^1.1.0",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}