UNPKG

@nwebui/react-niagara-px

Version:
92 lines (91 loc) 2.63 kB
{ "name": "@nwebui/react-niagara-px", "version": "0.1.0-alpha.1", "description": "React Niagara Px View", "author": "Lv Ming", "license": "GPL-3.0", "keywords": [ "react", "niagara", "px" ], "repository": { "type": "git", "url": "git+https://github.com/nwebui/react-niagara-px.git" }, "bugs": { "url": "https://github.com/nwebui/react-niagara-px/issues" }, "homepage": "https://github.com/nwebui/react-niagara-px#readme", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.d.ts", "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.json" ], "publishConfig": { "access": "public" }, "scripts": { "storybook": "start-storybook -p 6006", "build": "tsc -p tsconfig.build.json", "build:watch": "npm run build -- -w", "build:storybook": "build-storybook", "clean": "rimraf dist storybook-static", "clean:cache": "rimraf node_modules/.cache node_modules/.vite", "test": "jest", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "pretty-quick", "compile": "tsc", "compile:watch": "tsc -w", "prepack": "npm run build && npm test", "prerelease": "standard-version --prerelease --dry-run", "release": "standard-version --dry-run" }, "dependencies": { "@nwebui/bajascript": "0.1.0-alpha.1", "@nwebui/react-niagara-core": "0.1.0-alpha.1", "hammerjs": "^2.0.8", "yaml": "^1.10.2" }, "peerDependencies": { "react": "^17.0.0", "react-dom": "^17.0.0" }, "devDependencies": { "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", "@commitlint/prompt-cli": "^13.2.1", "@prettier/plugin-xml": "^1.1.0", "@storybook/addon-actions": "^6.4.0", "@storybook/addon-essentials": "^6.4.0", "@storybook/addon-links": "^6.4.0", "@storybook/react": "^6.4.0", "@types/jest": "^26.0.24", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", "husky": "^4.3.8", "jest": "^26.6.3", "prettier": "^2.5.0", "pretty-quick": "^3.1.2", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "standard-version": "^9.3.2", "storybook-builder-vite": "^0.1.10", "ts-jest": "^26.5.6", "typescript": "^4.5.2", "vite": "^2.6.14" } }