-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.4 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.4 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"axios": "^0.26.1",
"laravel-vite-plugin": "^0.5.4",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^3.2.5"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@material-tailwind/react": "^1.2.4",
"@types/node": "^18.11.18",
"add": "^2.0.6",
"classnames": "^2.3.2",
"crypto": "^1.0.1",
"limax": "^3.0.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"yarn": "^1.22.19",
"ziggy-js": "^1.5.0"
},
"prettier": {
"semi": true,
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "avoid"
}
}