-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 946 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"laravel-vite-plugin": "^0.7.3",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.59.2",
"sass-loader": "^13.2.0",
"simplebar": "^6.2.1",
"tailwindcss": "^3.2.7",
"vite": "^4.0.5"
},
"dependencies": {
"-": "^0.0.1",
"@alpinejs/collapse": "^3.12.0",
"chart.js": "^4.4.4",
"chartjs-adapter-moment": "^1.0.1",
"d": "^1.0.1",
"flowbite": "^1.8.1",
"moment": "^2.30.1"
}
}