forked from creativetimofficial/material-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.64 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
{
"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",
"postbuild": "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": {
"@floating-ui/react-dom-interactions": "^0.3.1",
"classnames": "^2.3.1",
"deepmerge": "^4.2.2",
"downshift": "^6.1.7",
"framer-motion": "^6.2.8",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"material-ripple-effects": "^2.0.1",
"mdx-observable": "^0.2.0",
"next": "^12.1.5",
"next-mdx-remote": "^4.0.3",
"prism-theme-night-owl": "^1.4.0",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-jsx-parser": "^1.29.0",
"react-merge-refs": "^1.1.0",
"react-simple-code-editor": "^0.11.0",
"rehype-pretty-code": "^0.3.1",
"remark-gfm": "^3.0.1",
"shiki": "^0.10.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"autoprefixer": "10.4.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"next-sitemap": "^2.5.20",
"postcss": "8.4.8",
"tailwindcss": "3.0.23",
"typescript": "^4.6.3"
}
}