-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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
56
57
58
59
{
"name": "floating-ui",
"version": "5.2.8",
"description": "Easy Tooltips, dropdowns, menus & popovers using floating-ui",
"author": "hunghg255",
"scripts": {
"dev": "cross-env NODE_ENV=development vite build --watch",
"build": "cross-env NODE_ENV=production vite build && vue-tsc -d --emitDeclarationOnly"
},
"main": "dist/floating-ui.umd.js",
"module": "dist/floating-ui.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/floating-ui.umd.js",
"import": "./dist/floating-ui.mjs",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css",
"./dist/style.css": "./dist/style.css"
},
"files": [
"dist",
"*.mjs"
],
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@floating-ui/dom": "~1.6.3",
"@peeky/test": "^0.14.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^1.3.6",
"babel-jest": "^29.5.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-resize": "^2.0.0-alpha.1",
"vue-tsc": "^1.8.27",
"vue-typegen": "^0.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/hunghg255/floating-ui/issues"
},
"homepage": "https://floating-ui.starpad.dev/",
"keywords": [
"popper",
"tooltip",
"popover",
"dropdown",
"menu"
],
"license": "MIT"
}