-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
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='http://kompass-cms-dev.test' vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@lehoczky/postcss-fluid": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tabler/icons": "^2.45.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"dotenv": "^16.3.1",
"sortablejs": "^1.15.1",
"vite-plugin-chunk-split": "^0.5.0"
},
"devDependencies": {
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/header": "^2.8.1",
"@editorjs/image": "^2.9.0",
"@editorjs/inline-code": "^1.5.0",
"@editorjs/list": "^1.9.0",
"@editorjs/quote": "^2.6.0",
"@editorjs/table": "^2.3.0",
"@editorjs/underline": "^1.1.0",
"@nextapps-be/livewire-sortablejs": "^0.4.1",
"@ryangjchandler/alpine-clipboard": "^2.3.0",
"autoprefixer": "^10.4.16",
"laravel-vite-plugin": "^1.0.1",
"postcss": "^8.4.32",
"postcss-fluid": "^1.4.2",
"postcss-import": "^16.0.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "^3.4.0",
"vite": "^5.0.10"
}
}