@coffee-shope/ripple
Version:
37 lines (36 loc) • 927 B
JSON
{
"name": "@coffee-shope/ripple",
"version": "1.0.34",
"main": "./lib/index.js",
"scripts": {
"test": "jest",
"build": "barista build component",
"prepublishOnly": "yarn build",
"postpublish": "rm -rf ./lib"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.8.1"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@coffee-shope/merge-event-handlers": "^1.0.29",
"@coffee-shope/theme-provider": "^1.0.3",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"core-decorators": "^0.20.0"
},
"devDependencies": {
"postcss-modules": "^1.4.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.19.3"
}
}