-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.198",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/ziggy-js": "^1.3.3",
"@vitejs/plugin-react": "^2.2.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.15",
"axios": "^0.26.1",
"laravel-vite-plugin": "^0.7.8",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^3.2.7"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@inertiajs/core": "^1.0.11",
"@inertiajs/react": "^1.0.11",
"@inertiajs/server": "^0.1.0",
"@nextui-org/react": "^2.1.10",
"classnames": "^2.3.2",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"lucide-react": "^0.274.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ziggy-js": "^1.6.2"
},
"prettier": {
"semi": true,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "avoid"
}
}