-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.5.3",
"@types/draft-convert": "^2.1.4",
"@types/draftjs-to-html": "^0.8.1",
"@types/node": "^17.0.16",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-react": "^2.0.0",
"apexcharts": "3.35.5",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^3.0.0",
"ziggy-js": "^1.5.0"
},
"dependencies": {
"@draft-js-plugins/image": "^4.1.3",
"@heroicons/react": "^2.0.13",
"@material-tailwind/react": "^1.2.4",
"@tinymce/tinymce-react": "^4.2.0",
"@types/draft-js": "^0.11.9",
"@types/react-draft-wysiwyg": "^1.13.4",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.7.1",
"react-apexcharts": "^1.4.0",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^4.6.0",
"react-lazy-load-image-component": "^1.5.6",
"react-number-format": "^5.1.2",
"react-select": "^5.6.0",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.6",
"sweetalert2": "^11.6.7",
"swiper": "^8.4.5",
"tinymce": "^6.2.0"
}
}