UNPKG

@procore/core-react

Version:

JSX implementations for core-css

90 lines (89 loc) 2.66 kB
{ "name": "@procore/core-react", "version": "7.3.0", "description": "JSX implementations for core-css", "main": "lib/index.js", "types": "lib/types/src/index.d.ts", "scripts": { "build": "yarn clean && yarn build:react && yarn build:react:lib && yarn build:typedefs", "build:react": "NODE_ENV=production webpack", "build:react:lib": "NODE_ENV=production webpack --config webpack.config.lib.js", "build:typedefs": "tsc --declaration --emitDeclarationOnly --outDir lib/types", "clean": "rimraf lib", "dev": "NODE_ENV=development webpack --watch", "lint-staged": "lint-staged", "prepublishOnly": "yarn build", "pretty": "prettier --write", "test": "jest --runInBand", "typecheck": "tsc -p . --noEmit", "typecheck:watch": "tsc -p . --noEmit --watch" }, "repository": { "type": "git", "url": "git+https://github.com/procore/core.git" }, "bugs": "https://github.com/procore/core/issues", "keywords": [ "javascript", "components", "react", "js", "jsx", "library", "procore" ], "author": "Procore Technologies", "license": "Procore Developers License", "devDependencies": { "@babel/core": "7.4.4", "@babel/plugin-proposal-object-rest-spread": "7.4.4", "@babel/preset-env": "7.4.4", "@babel/preset-react": "7.0.0", "@babel/register": "7.4.4", "@types/classnames": "2.2.7", "@types/lodash.throttle": "4.1.6", "@types/prop-types": "15.7.1", "@types/ramda": "0.26.8", "@types/react": "16.8.16", "@types/react-dom": "16.8.4", "babel-core": "7.0.0-bridge.0", "babel-jest": "24.8.0", "babel-loader": "8.0.5", "css-loader": "2.1.1", "enzyme": "3.9.0", "enzyme-adapter-react-16": "1.12.1", "husky": "2.2.0", "jest": "24.8.0", "lint-staged": "8.1.6", "postcss-loader": "3.0.0", "postcss-prefixer": "2.1.1", "prettier": "1.17.0", "react-test-renderer": "16.8.6", "rimraf": "2.6.3", "sass-loader": "7.1.0", "style-loader": "0.23.1", "ts-jest": "24.0.2", "ts-loader": "6.0.0", "typescript": "3.4.5", "webpack": "4.30.0", "webpack-bundle-analyzer": "3.3.2", "webpack-cli": "3.3.2" }, "dependencies": { "@procore/core-css": "^7.3.0", "@procore/core-utils": "^7.3.0", "@procore/event-journal": "0.4.2", "@tinymce/tinymce-react": "3.0.1", "classnames": "2.2.6", "lodash.throttle": "4.1.1", "prop-types-docs": "0.5.0", "ramda": "0.26.1", "react-flexbox-grid": "2.1.2", "ulid": "2.3.0" }, "peerDependencies": { "prop-types": "15.7.2", "react": "16.8.6", "react-dom": "16.8.6" } }