forked from maratib/next-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.77 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.77 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
{
"name": "next-ts-tailwind-starter",
"version": "0.1.0",
"private": "true",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.4.0",
"@ckeditor/ckeditor5-react": "^5.0.6",
"@emotion/styled": "^11.10.5",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lexical/react": "^0.7.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.0",
"@tinymce/tinymce-react": "^4.3.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.3.2",
"draft-js": "^0.11.7",
"lexical": "^0.7.6",
"next": "12.1.0",
"primeicons": "^6.0.1",
"primereact": "^9.0.0-beta.1",
"react": "^17.0.2",
"react-avatar-edit": "^1.2.0",
"react-button-switch": "^0.2.4",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.15.0",
"react-js-switch": "^1.1.6",
"react-rich-text-editor": "^2.1.2",
"react-select": "^5.7.0",
"react-slick": "^0.29.0",
"react-switch": "^7.0.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@types/react-dom": "^18.0.10",
"@types/react-draft-wysiwyg": "^1.13.4",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "4.5.5"
}
}