-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 Bytes
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
{
"name": "ui",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@alpinejs/collapse": "^3.5.1",
"@alpinejs/trap": "^3.7.0",
"alpinejs": "^3.9.5",
"flatpickr": "^4.6.2",
"naja": "^2.2.0",
"nette-forms": "^3.0.0",
"tippy.js": "^6.3.1",
"tom-select": "^2.0.0-rc.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@types/node": "^20.4.4",
"autoprefixer": "^10.4.0",
"esbuild": "^0.13.15",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0",
"vite": "^2.9.13"
},
"scripts": {
"watch": "vite build --watch --mode=development",
"build": "vite build --mode=production"
}
}