-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "readme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write . && git add -A .",
"postinstall": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^5.0.1",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.0",
"@mantine/core": "^4.1.0",
"@mantine/form": "^4.1.0",
"@mantine/hooks": "^4.1.0",
"@mantine/next": "^4.1.0",
"@mantine/prism": "^4.1.0",
"@mapbox/rehype-prism": "^0.8.0",
"cookies-next": "^2.0.4",
"copy-text-to-clipboard": "^3.0.1",
"hast": "^1.0.0",
"immer": "^9.0.12",
"jotai": "^1.6.0",
"next": "12.1.0",
"next-i18next": "^10.5.0",
"next-seo": "^5.1.0",
"next-themes": "^0.1.1",
"pupa": "^3.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"rehype-attr": "^2.0.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-raw": "^6.1.1",
"rehype-rewrite": "^3.0.5",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"ts-dedent": "^2.2.0",
"use-editable": "^2.3.3"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"typescript": "4.6.2"
}
}