UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

49 lines (48 loc) 1.55 kB
{ "name": "@sample-stack/counter-module-browser", "version": "5.0.2-alpha.0", "description": "Sample core for higher packages to depend on", "license": "ISC", "author": "CDMBase LLC", "type": "module", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "yarn build:clean && yarn build:lib", "build:clean": "rimraf lib", "build:lib": "rollup -c rollup.config.mjs", "build:lib:watch": "yarn build:lib -- --watch", "jest": "./node_modules/.bin/jest", "prepublish": "yarn build", "test": "cross-env ENV_FILE=../../config/test/test.env jest", "test:debug": "npm test -- --runInBand", "test:watch": "npm test -- --watch", "watch": "yarn build:lib:watch" }, "dependencies": { "@remix-run/react": "^2.10.3", "@sample-stack/platform-browser": "5.0.2-alpha.0", "antd": "~5.1.7" }, "peerDependencies": { "@common-stack/client-react": "*", "@rollup/plugin-graphql": "*", "@rollup/plugin-image": "*", "@rollup/plugin-typescript": "*", "react": "*", "react-redux": "*", "react-router": "*", "react-router-dom": "*", "redux": "*", "redux-observable": "*", "rollup-plugin-string": "*", "rxjs": "*" }, "publishConfig": { "access": "public" }, "typescript": { "definition": "lib/index.d.ts" }, "gitHead": "d269c8160cfd664a96bc8ff1563554c5de3a54ef" }