-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.1 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
{
"name": "material-tailwind",
"version": "0.0.0",
"homepage": "https://material-tailwind.com",
"description": "Material Tailwind is an easy-to-use components library for Tailwind CSS inspired by Material Design.",
"repository": "https://github.com/creativetimofficial/material-tailwind",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build && npm run sitemap",
"sitemap": "next-sitemap",
"build:react": "pnpm --filter ./packages/material-tailwind-react build",
"build:html": "pnpm --filter ./packages/material-tailwind-html build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@docsearch/css": "3.5.1",
"@docsearch/react": "3.5.1",
"@floating-ui/dom": "1.1.0",
"@floating-ui/react": "0.19.0",
"@heroicons/react": "2.0.13",
"classnames": "2.3.2",
"clsx": "1.2.1",
"deepmerge": "4.2.2",
"flatpickr": "4.6.13",
"framer-motion": "6.5.1",
"gray-matter": "4.0.3",
"material-ripple-effects": "2.0.1",
"mdx-observable": "0.2.0",
"next": "13.1.1",
"next-mdx-remote": "4.2.0",
"nouislider": "15.6.1",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0",
"react-jsx-parser": "1.29.0",
"react-simple-code-editor": "0.13.1",
"rehype-pretty-code": "0.3.2",
"remark": "14.0.3",
"remark-gfm": "3.0.1",
"remark-mdx": "2.3.0",
"shiki": "0.11.1",
"tailwind-merge": "1.8.1",
"un": "0.0.0",
"use-react-countries": "1.1.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"autoprefixer": "10.4.13",
"cross-spawn": "7.0.3",
"eslint": "8.31.0",
"eslint-config-next": "12.3.4",
"fs": "0.0.1-security",
"kolorist": "1.8.0",
"minimist": "1.2.8",
"next-sitemap": "3.1.44",
"postcss": "8.4.8",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.1.13",
"prompts": "2.4.2",
"tailwindcss": "3.2.4",
"typescript": "4.9.4",
"unbuild": "1.2.1"
}
}