You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.7 KiB
75 lines
1.7 KiB
{
|
|
"name": "@floating-ui/dom",
|
|
"version": "1.1.0",
|
|
"@rollingversions": {
|
|
"baseVersion": [
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"description": "Floating UI for the web",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/floating-ui.dom.umd.js",
|
|
"module": "./dist/floating-ui.dom.esm.js",
|
|
"unpkg": "./dist/floating-ui.dom.umd.min.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": {
|
|
"browser": {
|
|
"development": "./dist/floating-ui.dom.browser.mjs",
|
|
"default": "./dist/floating-ui.dom.browser.min.mjs"
|
|
},
|
|
"default": "./dist/floating-ui.dom.mjs"
|
|
},
|
|
"module": "./dist/floating-ui.dom.esm.js",
|
|
"default": "./dist/floating-ui.dom.umd.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/",
|
|
"index.d.ts",
|
|
"src/**/*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"dev": "parcel test/visual/index.html",
|
|
"build": "NODE_ENV=build rollup -c",
|
|
"test": "jest test/unit"
|
|
},
|
|
"author": "atomiks",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/floating-ui/floating-ui",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/floating-ui/floating-ui.git",
|
|
"directory": "packages/dom"
|
|
},
|
|
"homepage": "https://floating-ui.com",
|
|
"keywords": [
|
|
"tooltip",
|
|
"popover",
|
|
"dropdown",
|
|
"menu",
|
|
"popup",
|
|
"positioning"
|
|
],
|
|
"dependencies": {
|
|
"@floating-ui/core": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.16.3",
|
|
"@types/react": "^18.0.1",
|
|
"concurrently": "^6.4.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.1.1",
|
|
"serve": "^13.0.2"
|
|
}
|
|
}
|