forked from creativetimofficial/material-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.86 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.86 KB
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
{
"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": {
"@floating-ui/dom": "^1.1.0",
"@floating-ui/react": "^0.19.0",
"@heroicons/react": "^2.0.13",
"classnames": "^2.3.2",
"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-gfm": "^3.0.1",
"shiki": "^0.11.1",
"tailwind-merge": "^1.8.1",
"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",
"eslint": "^8.31.0",
"eslint-config-next": "^12.3.4",
"fs": "0.0.1-security",
"next-sitemap": "^3.1.44",
"postcss": "8.4.8",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}