This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "highlight-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"preinstall": "git submodule update --init --recursive",
"prepare": "husky install",
"start": "next start",
"styles": "yarn typed-scss-modules ./ --watch --ignore '**/node_modules'"
},
"dependencies": {
"@docsearch/css": "3",
"@docsearch/js": "3",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@highlight-run/next": "^2.2.3",
"@radix-ui/react-slider": "^1.1.0",
"@supabase/supabase-js": "^2.7.1",
"@types/js-cookie": "^3.0.2",
"@vercel/og": "^0.0.27",
"antd": "^4.24.7",
"classnames": "^2.3.1",
"dexie": "^3.2.2",
"embla-carousel-react": "^7.0.5",
"framer-motion": "^8.5.2",
"fuse.js": "^6.6.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"gray-matter": "^4.0.3",
"highlight.run": "^5.4.1",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"markdown-to-jsx": "^7.1.8",
"match-sorter": "^6.3.1",
"next": "^13.0.4",
"next-axiom": "^0.16.0",
"next-mdx-remote": "^4.3.0",
"nextjs-cors": "latest",
"nprogress": "^0.2.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-aria": "^3.20.0",
"react-code-blocks": "^0.0.9-0",
"react-collapse": "^5.1.1",
"react-collapsible": "^2.10.0",
"react-compare-image": "^3.3.0",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-highlight-words": "^0.18.0",
"react-icons": "^4.7.1",
"react-is": "^18.2.0",
"react-markdown": "^8.0.4",
"react-stately": "^3.19.0",
"react-syntax-highlighter": "15.5.0",
"react-youtube": "^10.1.0",
"remark-gfm": "^3.0.1",
"remove-markdown": "^0.5.0",
"rudder-sdk-js": "^2.20.0",
"sass": "^1.56.1",
"sharp": "^0.31.3",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.25",
"@types/react-collapse": "^5.0.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.0.9",
"@types/react-highlight-words": "^0.16.4",
"@types/react-swipe": "^6.0.2",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/remove-markdown": "^0.3.1",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "^13.1.6",
"husky": "^8.0.3",
"postcss": "^8.4.20",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"tailwindcss": "^3.1.8",
"typed-scss-modules": "^7.0.1",
"typescript": "4.9.4"
},
"packageManager": "[email protected]"
}