forked from TanStack/tanstack.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
{
"name": "tanstack.com",
"private": true,
"sideEffects": false,
"repository": "https://github.com/TanStack/tanstack.com.git",
"packageManager": "[email protected]",
"type": "commonjs",
"scripts": {
"dev": "remix dev --manual",
"build": "remix build",
"start": "remix-serve ./build/index.js",
"lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app",
"format": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@headlessui/react": "1.7.17",
"@octokit/graphql": "^7.0.2",
"@octokit/rest": "^20.0.2",
"@remix-run/node": "^2.4.1",
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^2.4.1",
"@tailwindcss/typography": "^0.5.10",
"@visx/hierarchy": "^2.10.0",
"@visx/responsive": "^2.10.0",
"airtable": "^0.12.2",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"isbot": "^3.7.0",
"lru-cache": "^7.13.1",
"prism-react-renderer": "^2.1.0",
"prismjs": "^1.29.0",
"qss": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^6.0.3",
"rehype-raw": "^5.1.0",
"rehype-slug": "^4.0.1",
"remark-gfm": "^1.0.0",
"remove-markdown": "^0.5.0",
"tailwind-merge": "^1.14.0",
"tiny-invariant": "^1.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.4.1",
"@remix-run/eslint-config": "^2.4.1",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/remove-markdown": "^0.3.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-unicorn": "^49.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}