-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·41 lines (41 loc) · 1.18 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"development": "vite",
"prod": "vite build",
"build": "vite build",
"production": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "*",
"compression-webpack-plugin": "^10.0.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-webpack-plugin": "^3.2.0",
"postcss": "^8.4.20",
"postcss-import": "^15.1.0",
"sass": "^1.79.4",
"sass-loader": "^13.2.0"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"alpinejs": "^3.14.1",
"axios": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"flatpickr": "^4.6.13",
"laravel-echo": "^1.11.7",
"laravel-vite-plugin": "^1.0.5",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pusher-js": "^7.6.0",
"tailwindcss": "^3.2.4",
"vite": "^5.4.8"
}
}