This repository was archived by the owner on Apr 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.6 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.6 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
61
62
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/ziggy-js": "^1.8.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.16",
"axios": "^0.26.1",
"laravel-echo": "^1.16.0",
"laravel-vite-plugin": "^0.7.8",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.3.6",
"typescript": "^4.9.5",
"vite": "^3.2.7"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@inertiajs/core": "^1.0.14",
"@inertiajs/react": "^1.0.14",
"@jdion/tilt-react": "^1.0.0",
"@nextui-org/react": "^2.2.9",
"@types/react-transition-group": "^4.4.10",
"classnames": "^2.3.2",
"font-awesome-animation": "^1.1.1",
"framer-motion": "^10.16.16",
"laravel-jetstream-react": "^0.5.1",
"lodash": "^4.17.21",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-spring": "^9.7.3",
"sweetalert2": "^11.10.1",
"sweetalert2-react-content": "^5.0.7",
"tailwind-variants": "^0.2.0",
"ziggy-js": "^1.8.1"
},
"prettier": {
"semi": true,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "avoid",
"plugins": [
"@prettier/plugin-php"
]
}
}