forked from heroui-inc/heroui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.27 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
{
"name": "@nextui-org/docs",
"version": "1.0.0-beta.9",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "yarn build && yarn postbuild && vercel --prod",
"deploy:stage": "yarn build && yarn postbuild && vercel",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"postbuild": "next-sitemap"
},
"dependencies": {
"@code-hike/classer": "0.3.0",
"@codesandbox/sandpack-react": "0.14.3",
"@mapbox/rehype-prism": "^0.6.0",
"@mdx-js/react": "^1.6.22",
"@nextui-org/react": "1.0.0-beta.9",
"@types/lodash": "^4.14.170",
"algoliasearch": "^4.10.3",
"canvas-confetti": "^1.4.0",
"classnames": "^2.3.1",
"framer-motion": "^5.6.0",
"gray-matter": "^4.0.3",
"hast-util-to-html": "7.1.2",
"kbar": "0.1.0-beta.6",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"mitt": "3.0.0",
"next": "^12.1.0",
"next-mdx-remote": "^3.0.2",
"next-plausible": "3.1.6",
"next-themes": "^0.0.15",
"nprogress": "^0.2.0",
"parse-numeric-range": "1.2.0",
"prism-react-renderer": "^1.2.1",
"querystring": "^0.2.1",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-iconly": "^2.2.2",
"react-instantsearch-dom": "^6.12.0",
"react-intersection-observer": "8.32.2",
"react-live": "^2.2.3",
"react-markdown": "^6.0.2",
"refractor": "3.3.1",
"rehype": "11.0.0",
"rehype-parse": "7.0.1",
"remark-autolink-headings": "^6.0.1",
"remark-slug": "^6.0.0",
"scroll-into-view-if-needed": "2.2.29",
"shelljs": "^0.8.4",
"styled-jsx": "^4.0.1",
"unified": "9.2.1",
"unist-util-visit": "2.0.3",
"util.promisify": "^1.1.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/nprogress": "^0.2.0",
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "^17.0.11",
"@types/react-autosuggest": "^10.1.5",
"@types/react-dom": "^17.0.8",
"@types/react-instantsearch-dom": "^6.12.0",
"@types/refractor": "^3.0.2",
"@types/shelljs": "^0.8.9",
"babel-plugin-module-resolver": "^4.1.0",
"eslint-config-next": "^11.0.0",
"next-sitemap": "^1.6.140",
"typescript": "4.3.4"
}
}