-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write ./resources/js"
},
"devDependencies": {
"@inertiajs/react": "^1.0.12",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-echo": "^1.15.3",
"laravel-precognition-react-inertia": "^0.5.2",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.0.3",
"pusher-js": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.0"
},
"dependencies": {
"@hello-pangea/dnd": "^16.3.0",
"@mantine/core": "^7.1.5",
"@mantine/dates": "^7.1.5",
"@mantine/dropzone": "^7.1.5",
"@mantine/hooks": "^7.1.5",
"@mantine/modals": "^7.1.5",
"@mantine/notifications": "^7.1.5",
"@mantine/tiptap": "^7.1.5",
"@tabler/icons-react": "^2.39.0",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-mention": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/suggestion": "^2.1.13",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"immer": "^10.0.3",
"js-file-downloader": "^1.1.25",
"nprogress": "^0.2.0",
"print-js": "^1.6.0",
"query-string": "^8.1.0",
"react-masonry-css": "^1.0.16",
"tippy.js": "^6.3.7",
"zustand": "^4.4.6"
}
}