UNPKG

spok-ui

Version:

UI Library for SPOK system

67 lines (66 loc) 1.77 kB
{ "name": "spok-ui", "version": "0.8.13", "description": "UI Library for SPOK system", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rollup": "rollup -c", "lint:write": "eslint --debug src/ --fix", "release": "np" }, "main": "dist/cjs/index.ts", "module": "dist/esm/index.ts", "types": "dist/index.d.ts", "files":[ "dist" ], "keywords": [ "spok", "mf", "spok-ui" ], "author": "Vadim Vorobyov", "license": "ISC", "devDependencies": { "@babel/core": "^7.17.8", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@mui/icons-material": "^5.4.2", "@mui/lab": "^5.0.0-alpha.70", "@mui/material": "^5.4.2", "@mui/system": "^5.4.3", "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.1", "@types/lodash-es": "^4.14.181", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "autoprefixer": "^10.4.2", "babel-jest": "^27.5.1", "husky": "^7.0.4", "imask": "^6.0.5", "lint-staged": "^12.3.2", "lodash-es": "^4.17.21", "postcss": "^8.4.12", "prettier": "^2.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-imask": "^6.0.5", "tslib": "^2.3.1", "typescript": "^4.6.3", "rollup": "^2.70.1", "rollup-plugin-dts": "^4.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" }, "lint-staged": { "*.(js|jsx|ts|tsx)": [ "yarn run lint:write", "git add" ] } }