UNPKG

@zohodesk/dotkit

Version:

In this Package, we Provide Some Common Components and Hooks to Construct UI

63 lines (62 loc) 2.76 kB
{ "name": "@zohodesk/dotkit", "version": "1.0.3", "main": "es/index.js", "module": "es/index.js", "private": false, "publishConfig": { "access": "public" }, "author": "Z Team", "homepage": "https://www.npmjs.com/search?q=@zohodesk", "license": "ISC", "keywords": [ "DOT", "ZOHODESK", "ZTEAM", "LIBRARY" ], "scripts": { "build:docs": "react-cli build:docs", "lint": "react-cli lint", "lintAll": "react-cli lint ./src", "lintAllFix": "npm run lintAll --eslint:fix=true", "clean": "react-cli clean build unittest coverage es lib assets && mkdir assets", "dubCheck": "node ./node_modules/@zohodesk-private/node-plugins/es/dublication_css_file_finder node_modules/@zohodesk/icons/es node_modules/@zohodesk/variables/es", "init": "npm run clean && cd ../assets && npm run componentsassets && cd ../components && npm run build:variables", "build:variables": "react-cli clean ./assets && node ./preprocess/index", "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es", "common_package_build": "cd ../common && npm run build && cd ../components", "start": "react-cli start", "docs": "npm run css:review && react-cli docs", "build:lib": "react-cli build:component:cmjs", "build:es": "react-cli build:library:es", "build": "npm run build:lib && npm run build:es", "build:local": " npm run build && npm run rtl ", "build:watch": "npm run build && npm run build:es --module:mode=dev -- -w", "rtl:watch": "react-cli rtl ./src ./es -w", "build:css:umd": "npm run clean && npm run init && react-cli build:css:umd", "coverage": "react-cli coverage", "prepare": "npm run init && npm run build && npm run rtl ", "prepublishOnly": "node prePublish.js && npm run download && npm run css:review ", "postpublish": "node postPublish.js", "report": "react-cli publish:report", "test": "react-cli test", "test-clean": "react-cli clean coverage", "snap-update": "npm run test-clean && npm run test -- -u", "sstest": "npm run init && react-cli sstest", "build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange", "download": "react-cli clean ./node_modules ./package-lock.json && npm install", "expublish": "npm publish --tag experimental-version", "css:review": " npm run dubCheck " }, "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^13.0.10", "@zohodesk-private/node-plugins": "1.1.8" }, "dependencies": {}, "peerDependencies": {} }