forked from creativetimofficial/material-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"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",
"@fullcalendar/core": "6.1.9",
"@fullcalendar/daygrid": "6.1.9",
"@fullcalendar/react": "6.1.9",
"@heroicons/react": "2.1.5",
"@lexical/code": "0.12.5",
"@lexical/link": "0.12.5",
"@lexical/list": "0.12.5",
"@lexical/markdown": "0.12.5",
"@lexical/react": "0.12.5",
"@lexical/rich-text": "0.12.5",
"@lexical/selection": "0.12.5",
"@lexical/table": "0.12.5",
"@lexical/utils": "0.12.5",
"@tiptap/core": "2.1.13",
"@tiptap/extension-blockquote": "2.1.13",
"@tiptap/extension-bold": "2.1.13",
"@tiptap/extension-bullet-list": "2.1.13",
"@tiptap/extension-link": "2.1.13",
"@tiptap/extension-list-item": "2.1.13",
"@tiptap/extension-ordered-list": "2.1.13",
"@tiptap/extension-paragraph": "2.1.13",
"@tiptap/extension-placeholder": "2.1.13",
"@tiptap/extension-underline": "2.1.13",
"@tiptap/pm": "2.1.13",
"@tiptap/starter-kit": "2.1.13",
"apexcharts": "3.44.0",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"clsx": "1.2.1",
"date-fns": "2.30.0",
"deepmerge": "4.2.2",
"flatpickr": "4.6.13",
"framer-motion": "6.5.1",
"gray-matter": "4.0.3",
"js-cookie": "3.0.5",
"lexical": "0.12.5",
"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-apexcharts": "1.4.1",
"react-copy-to-clipboard": "5.1.0",
"react-day-picker": "8.9.1",
"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",
"usehooks-ts": "2.9.1",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@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",
"eslint-config-prettier": "8.5.0",
"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.3.6",
"typescript": "4.9.4",
"unbuild": "1.2.1"
}
}