-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.19 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
53
54
55
{
"name": "versoly-ui",
"version": "2.1.1",
"description": "Versoly UI - Tailwind CSS framework based on Bootstrap",
"author": "Versoly",
"keywords": [
"versoly",
"versoly ui",
"tailwind",
"tailwind components",
"tailwind elements",
"tailwind library",
"tailwind sections",
"tailwind css",
"tailwind ui",
"ui kit",
"bootstrap to tailwind",
"html",
"css",
"javascript",
"dropdown Floating UI"
],
"license": "MIT",
"main": "dist/versoly-ui.umd.cjs",
"unpkg": "dist/versoly-ui.iife.js",
"jsdelivr": "dist/versoly-ui.iife.js",
"module": "./dist/versoly-ui.js",
"exports": {
".": {
"import": "./dist/versoly-ui.js",
"require": "./dist/versoly-ui.umd.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/versoly/versoly-ui.git"
},
"bugs": {
"url": "https://github.com/versoly/versoly-ui/issues"
},
"homepage": "https://versoly.com/versoly-ui",
"contributors": [
"Volkan Kaya <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"vite": "^5.0.10"
},
"dependencies": {
"@floating-ui/dom": "^1.0.1"
}
}