-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 964 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
35
36
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build"
},
"devDependencies": {
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.6.1",
"chokidar": "^3.5.3",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.0",
"less": "^4.2.0",
"postcss": "^8.4.6",
"pusher-js": "^8.4.0-rc2",
"vite": "^5.0.0"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.7.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"chart.js": "^4.3.3",
"elkjs": "^0.9.3",
"fomantic-ui": "^2.9.3",
"jointjs": "^3.7.5",
"ky": "^1.1.0",
"minimatch": "^9.0.3",
"primeflex": "^3.3.1",
"sass": "^1.65.1",
"split.js": "^1.6.5",
"svg-pan-zoom": "^3.6.1",
"tailwindcss": "^3.3.3"
}
}