@sparkpost/matchbox
Version:
A React UI component library
70 lines (69 loc) • 2.06 kB
JSON
{
"name": "@sparkpost/matchbox",
"version": "7.2.6",
"description": "A React UI component library",
"main": "dist/matchbox.js",
"module": "dist/matchbox.esm.js",
"types": "dist/index.d.ts",
"author": "SparkPost",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SparkPost/matchbox"
},
"homepage": "https://github.com/SparkPost/matchbox",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"watch": "rollup -cw"
},
"sideEffects": false,
"dependencies": {
"@sparkpost/design-tokens": "^7.1.1",
"@styled-system/prop-types": "^5.1.2",
"@styled-system/props": "^5.1.5",
"@types/styled-system": "^5.1.15",
"copy-to-clipboard": "^3.3.1",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.4.0",
"react-scrolllock": "^5.0.1",
"react-transition-group": "^4.4.1",
"resize-observer-polyfill": "^1.5.1",
"styled-normalize": "^8.0.7",
"styled-system": "^5.1.5"
},
"peerDependencies": {
"@sparkpost/matchbox-icons": "^7.1.7",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-day-picker": "^7.4.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.6.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@sparkpost/matchbox-icons": "^7.1.7",
"react-day-picker": "^7.4.8",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^5.2.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
}
}