UNPKG

@surveycake/rc

Version:

react component of surveycake

108 lines (107 loc) 3.08 kB
{ "name": "@surveycake/rc", "version": "3.0.0-alpha.162", "description": "react component of surveycake", "keywords": [ "surveycake", "25sprout", "react", "component" ], "contributor": [ { "name": "25sprout Front-End Team", "email": "hey@25sprout.com" } ], "repository": "git@fox.25sprout.com:surveycake/sdk/rc.git", "license": "MIT", "sideEffects": false, "private": false, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "main": "dist/index.js", "module": "dist/rc.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "test": "tsdx test --env=jsdom", "lint": "tsdx lint", "build": "tsdx build", "commit": "git-cz", "release": "standard-version", "dev": "styleguidist server", "build:doc": "rm -rf ./styleguide && styleguidist build", "format": "prettier --config ./.prettierrc --write '**/*.{ts,js,css,html,json}'", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "dependencies": { "@date-io/date-fns": "^1.3.13", "@emotion/styled": "^10.0.27", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/pickers": "3.x", "@surveycake/rhooks": "^2.3.5", "@surveycake/utils": "^2.6.10", "date-fns": "^2.8.1", "polished": "^4.1.3", "react-table": "^7.0.0-beta.23", "react-virtualized": "^9.21.2" }, "peerDependencies": { "@emotion/core": "10.x", "emotion": "10.x", "emotion-theming": "10.x", "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@babel/core": "^7.7.4", "@babel/plugin-proposal-export-namespace-from": "^7.14.5", "@babel/preset-env": "^7.6.3", "@babel/preset-react": "^7.6.3", "@babel/preset-typescript": "^7.6.0", "@emotion/core": "^10.0.28", "@storybook/addon-essentials": "^6.3.11", "@storybook/addons": "^6.3.11", "@storybook/react": "^6.3.11", "@storybook/store": "^6.4.9", "@storybook/theming": "^6.3.11", "@types/he": "^1.1.0", "@types/jest": "^24.0.21", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.3", "@types/react-table": "^7.7.7", "@types/react-virtualized": "^9.21.6", "babel-loader": "^8.0.6", "commitizen": "^4.2.3", "core-js": "^3.3.6", "cz-conventional-changelog": "^3.3.0", "emotion": "^10.0.23", "emotion-theming": "^10.0.19", "he": "^1.2.0", "prettier": "^1.19.1", "prop-types": "^15.7.2", "react": "^16.12.0", "react-docgen-typescript": "^1.15.1", "react-dom": "^16.12.0", "react-styleguidist": "^10.1.0", "standard-version": "^9.1.1", "tsdx": "^0.14.1", "tslib": "^1.10.0", "typescript": "^3.8.0", "webpack": "^4.41.2" }, "standard-version": { "commitUrlFormat": "{{host}}/surveycake/sdk/rc/commit/{{hash}}", "compareUrlFormat": "{{host}}/surveycake/sdk/rc/compare/{{previousTag}}...{{currentTag}}" } }