UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

137 lines (136 loc) 4.49 kB
{ "name": "@randy.tarampi/jsx", "description": "Some common JSX components for www.randytarampi.ca", "version": "7.0.0", "author": { "name": "Randy Tarampi", "email": "rt@randytarampi.ca", "url": "https://www.randytarampi.ca" }, "browser": "./esm/index.client.js", "bugs": "https://github.com/randytarampi/me/issues", "dependencies": { "@actra-development-oss/redux-persist-transform-filter-immutable": "^1.0.0", "@fortawesome/fontawesome-free": "^5.15.1", "@randy.tarampi/browser-logger": "^7.0.0", "@randy.tarampi/js": "^7.0.0", "@randy.tarampi/react-dimensions": "latest", "@randy.tarampi/redux-metrics": "^7.0.0", "@randy.tarampi/redux-offline-immutable-config": "latest", "@randy.tarampi/schema-dot-org-json-ld-components": "latest", "@randy.tarampi/schema-dot-org-types": "latest", "@redux-offline/redux-offline": "^2.6.0", "@types/googlemaps": "^3.40.0", "@types/markerclustererplus": "^2.1.33", "@types/react": "^16.9.53", "classnames": "^2.2.6", "connected-react-router": "github:randytarampi/connected-react-router#me-release", "history": "^4.10.1", "immutable": "github:randytarampi/immutable-js#me-release", "is-html": "^2.0.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.20", "luxon": "^1.25.0", "materialize-css": "^1.0.0", "prop-types": "^15.7.2", "query-string": "^6.13.6", "react": "^16.14.0", "react-dom": "^16.14.0", "react-google-maps": "^9.4.5", "react-hot-loader": "^4.13.0", "react-infinite": "^0.13.0", "react-materialize": "^3.9.3", "react-metrics": "^2.4.1", "react-progressive-image": "^0.6.0", "react-redux": "^7.2.1", "react-router": "^5.2.0", "react-router-config": "^5.1.1", "react-router-dom": "^5.2.0", "react-swipeable-views": "^0.13.9", "react-swipeable-views-utils": "^0.13.9", "redux": "^4.0.5", "redux-actions": "^2.6.5", "redux-devtools-extension": "^2.13.8", "redux-immutable": "^4.0.0", "redux-persist": "^6.0.0", "redux-raven-middleware": "^1.2.0", "redux-thunk": "^2.3.0", "reselect": "^4.0.0", "sniffr": "^1.2.0", "snyk": "^1.415.0" }, "devDependencies": { "chai": "^4.2.0", "chai-enzyme": "^1.0.0-beta.1", "cheerio": "^1.0.0-rc.3", "config": "^3.3.2", "cross-env": "^7.0.2", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "gulp": "^4.0.2", "jsdom": "^16.4.0", "mocha-junit-reporter": "^2.0.0", "mock-local-storage": "^1.1.15", "proxyquire": "^2.1.3", "redux-mock-store": "^1.5.4", "sinon": "^9.2.0" }, "directories": { "lib": "./src/lib", "test": "./test" }, "files": [ "es5", "esm", "npm-shrinkwrap.json", "test.js" ], "keywords": [ "bear", "emoji", "subtegmine", "woof", "ʕ•ᴥ•ʔ", "υφάδι", "гав", "نسيج", "پود", "বুনন", "横糸", "纬", "씨" ], "license": "MIT", "main": "./es5/index.client.js", "module": "./esm/index.server.js", "publishConfig": { "access": "public" }, "repository": { "directory": "me/packages/jsx", "type": "git", "url": "https://github.com/randytarampi/me.git" }, "scripts": { "build": "yarn run build:gulp && yarn run build:babel", "build:babel": "yarn run build:babel:esm && yarn run build:babel:es5", "build:babel:es5": "cross-env-shell BABEL_ENV=client.es5 babel src --out-dir es5 --root-mode upward --copy-files", "build:babel:esm": "cross-env-shell BABEL_ENV=client.esm babel src --out-dir esm --root-mode upward --copy-files", "build:gulp": "gulp -LLLL --color build", "clean": "gulp -LLLL --color clean", "cover": "cross-env-shell NODE_ENV=test nyc gulp -LLLL --color test", "dev": "yarn run dev:client", "dev:client": "yarn run predev:client && webpack-serve ./webpack.client.config.js --hotClient", "predev:client": "rm -rf dist/*.js dist/*.css", "prepack": "if [ ! -d \"./dist\" ] && [ ! -d \"./es5\" ] && [ ! -d \"./esm\" ]; then exit 74; fi;", "prepare": "yarn run snyk-protect && yarn run build", "pretest": "gulp -LLLL --color lint", "preuninstall": "yarn run clean", "snyk-protect": "snyk protect", "start": "yarn run dev", "test": "cross-env-shell NODE_ENV=test gulp -LLLL --color test" }, "sideEffects": false, "snyk": false, "gitHead": "89e9c8920ace220816883209869bc46146518c01" }