-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
45
46
47
48
49
50
51
52
{
"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",
"@melloware/coloris": "^0.24.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"apexcharts": "^4.7.0",
"caniuse-lite": "^1.0.30001786",
"dotenv": "^17.4.1",
"install": "^0.13.0",
"preline": "^3.2.3",
"rollup": "^4.60.1",
"sortablejs": "^1.15.7"
},
"devDependencies": {
"@editorjs/code": "^2.9.4",
"@editorjs/editorjs": "^2.31.5",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/inline-code": "^1.5.2",
"@editorjs/list": "^2.0.9",
"@editorjs/quote": "^2.7.6",
"@editorjs/table": "^2.4.5",
"@editorjs/underline": "^1.2.1",
"@nextapps-be/livewire-sortablejs": "^0.4.1",
"autoprefixer": "^10.4.27",
"daisyui": "^5.5.19",
"laravel-vite-plugin": "^3.0.1",
"postcss": "^8.5.8",
"postcss-preset-env": "^11.2.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.5"
}
}