-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "kompass",
"description": "Kompass CMS Admin Panel",
"license": "MIT",
"version": "0.1.0",
"type": "module",
"authors": [
{
"name": "Andreas Farah"
}
],
"scripts": {
"dev": "APP_URL='localhost:5088' vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"postcss-clampwind": "^0.0.13",
"@laravel/passkeys": "^0.1.0",
"@melloware/coloris": "^0.24.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"apexcharts": "^4.7.0",
"caniuse-lite": "^1.0.30001792",
"dotenv": "^17.4.2",
"install": "^0.13.0",
"preline": "^3.2.3",
"rollup": "^4.60.4",
"sortablejs": "^1.15.7"
},
"devDependencies": {
"@nextapps-be/livewire-sortablejs": "^0.4.1",
"autoprefixer": "^10.5.0",
"daisyui": "^5.5.19",
"laravel-vite-plugin": "^3.1.0",
"postcss": "^8.5.14",
"postcss-preset-env": "^11.3.0",
"tailwindcss": "^4.3.0",
"vite": "^8.0.13"
}
}