UNPKG

@sparkpost/matchbox

Version:
56 lines (55 loc) 1.57 kB
{ "name": "@sparkpost/matchbox", "version": "3.2.6", "description": "A React UI component library", "main": "matchbox.js", "module": "matchbox.es.js", "author": "SparkPost", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SparkPost/matchbox" }, "homepage": "https://github.com/SparkPost/matchbox", "publishConfig": { "access": "public" }, "scripts": { "build": "rollup -c && cp styles.css styles.scss", "watch": "rollup -cw" }, "sideEffects": false, "dependencies": { "@sparkpost/matchbox-icons": "^1.1.1", "classnames": "^2.2.5", "prop-types": "^15.6.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-transition-group": "^2.3.0" }, "devDependencies": { "autoprefixer": "^7.2.5", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "change-case": "^3.0.1", "cssnano": "^3.10.0", "fs-extra": "^3.0.1", "incstr": "^1.2.3", "jest": "^20.0.3", "node-sass": "^4.5.2", "postcss-modules": "^0.7.0", "postcss-modules-scope": "^1.0.2", "rimraf": "^2.6.2", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.4", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-postcss": "^1.5.1", "rollup-plugin-uglify": "^3.0.0" } }