-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 2.11 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": "learning-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check": "tsc --noEmit && eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "contentlayer build"
},
"prettier": "prettier-config-standard",
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/jetbrains-mono": "^4.5.11",
"@modulz/design-system": "^0.6.3",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/primitive": "^0.1.0",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-portal": "^1.0.2",
"@stitches/react": "^1.2.8",
"boring-avatars": "^1.7.0",
"date-fns": "^2.29.3",
"disqus-react": "^1.1.5",
"gray-matter": "^4.0.3",
"lodash.debounce": "^4.0.8",
"next": "^13.3.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-highlight": "^5.0.2",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"seamless-scroll-polyfill": "^2.2.0",
"smoothscroll-polyfill": "^0.4.4",
"use-onclickoutside": "^0.4.1"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^17.0.31",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"contentlayer": "^0.3.1",
"eslint": "^8.27.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"globby": "^13.1.2",
"next-contentlayer": "^0.3.1",
"prettier": "^2.7.1",
"prettier-config-standard": "^5.0.0",
"typescript": "^4.9.0"
}
}