@nozzlegear/react-win-dialog
Version:
An attempt to recreate the Dialog element from WinJS.
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "@nozzlegear/react-win-dialog",
"version": "1.8.0",
"description": "An attempt to recreate the Dialog element from WinJS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn run validate && yarn run build:ts && yarn run build:css",
"build:css": "stylus -c --include-css -o ./dist ./css/all.styl",
"build:ts": "esbuild --outdir=dist --sourcemap index.tsx && tsc --emitDeclarationOnly",
"test": "yarn build && yarn esbuild --bundle --serve=localhost:5000 --servedir=. tests/test.tsx",
"validate": "tsc -p . --skipLibCheck --noEmit",
"prepublishOnly": "npm run build"
},
"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.3.1",
"react": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"esbuild": "^0.14.23",
"react-dom": "^17.0.2",
"stylus": "^0.56.0",
"typescript": "^4.5.5"
}
}