UNPKG

productvideo-react

Version:

Common components, hook, context and helper to implement Product Video features - React JS

83 lines (82 loc) 2.4 kB
{ "name": "productvideo-react", "description": "Common components, hook, context and helper to implement Product Video features - React JS", "version": "0.0.21", "license": "MIT", "scripts": { "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "build": "npm run clean && rollup -c ", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "clean": "rm -rf lib", "test": "jest src" }, "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.22.8", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.8.3", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.2.1", "@rollup/plugin-typescript": "^11.1.2", "@types/react": "^18.2.14", "@types/react-video-recorder": "^3.19.0", "autoprefixer": "^10.4.14", "babel-plugin-styled-components": "^2.1.4", "css-loader": "^6.8.1", "rollup": "^3.26.2", "rollup-plugin-dts": "^5.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "style-loader": "^3.3.3", "tslib": "^2.4.1", "typescript": "^5.1.6" }, "dependencies": { "@babel/preset-env": "^7.22.7", "@babel/runtime": "^7.8.4", "@types/axios": "^0.14.0", "@types/ramda": "^0.29.3", "classnames": "^2.3.2", "cookie-cutter": "^0.2.0", "ramda": "^0.27.0" }, "peerDependencies": { "axios": "^1.4.0", "prop-types": "^15.8.1", "react-intl": "^6.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^3.7.0", "sharetribe-flex-sdk": "^1.17.0" }, "type": "module", "main": "lib/cjs/index.cjs", "module": "lib/esm/index.js", "types": "lib/index.d.ts", "author": "Raidouane - Caliscale Agency", "files": [ "lib" ], "exports": { ".": { "import": "./lib/esm/index.js", "require": "./lib/cjs/index.cjs", "default": "./lib/esm/index.js" } }, "keywords": [ "helpers", "js", "sharetribe", "utils", "productVideo", "reactjs" ] }