-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 1.97 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": "nextra-docs-template",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@monaco-editor/react": "^4.5.1",
"@popperjs/core": "^2.11.6",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.15",
"algoliasearch": "^4.20.0",
"autoprefixer": "^10.4.14",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"cookies-next": "^4.0.0",
"escape-string-regexp": "^5.0.0",
"focus-visible": "^5.2.0",
"framer-motion": "^10.12.22",
"git-url-parse": "^13.1.0",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.60.0",
"intersection-observer": "^0.12.2",
"iron-session": "^6.3.1",
"match-sorter": "^6.3.1",
"next": "^13.4.10",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"nextra": "^2.10.0",
"pnpm": "^8.6.9",
"postcss": "^8.4.26",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-icons": "^4.11.0",
"react-instantsearch-dom": "^6.40.4",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"scroll-into-view-if-needed": "^3.0.0",
"sharp": "^0.32.5",
"simple-git": "^3.20.0",
"striptags": "^3.2.0",
"swr": "^2.2.4",
"typography": "^0.16.24",
"zod": "^3.20.2",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.49.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^48.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
}
}