@nozzlegear/react-win-dialog
Version:
An attempt to recreate the Dialog element from WinJS.
64 lines (63 loc) • 1.66 kB
JSON
{
"name": "@nozzlegear/react-win-dialog",
"version": "1.9.1",
"description": "An attempt to recreate the Dialog element from WinJS.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "npm@11.6.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./css": "./css/all.css"
},
"files": [
"dist",
"css"
],
"scripts": {
"build": "npm run validate && NODE_ENV=production vite build",
"dev": "vite dev .",
"validate": "tsc -p . --skipLibCheck --noEmit",
"prepublishOnly": "npm run lint && npm run build",
"format": "biome format --write index.tsx tests/* css/*",
"lint": "biome lint --write index.tsx tests/* css/* && npm run validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nozzlegear/react-win-dialog.git"
},
"keywords": [
"react",
"winjs",
"dialog",
"windows",
"uwp"
],
"author": "Joshua Harms <joshua@nozzlegear.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nozzlegear/react-win-dialog/issues"
},
"homepage": "https://github.com/nozzlegear/react-win-dialog#readme",
"dependencies": {
"classnames": "^2.5.1"
},
"devDependencies": {
"@biomejs/biome": "^2.2.7",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"react-dom": "^19.2.0",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"react": "^19.2.0"
}
}