yoembed
Version:
Sdk to embed the yobulk csv uploader
49 lines (48 loc) • 1.37 kB
JSON
{
"name": "yoembed",
"version": "1.3.3",
"description": "Sdk to embed the yobulk csv uploader",
"main": "build/index.js",
"module": "build/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "GENERATE_SOURCEMAP=false NODE_ENV=production rollup -c",
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && NODE_ENV=production rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/yobulkdev/yoembed-react-sdk"
},
"keywords": [
"csv",
"yobulk",
"transformer"
],
"author": "yobulk",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"babel-loader": "^9.1.0",
"rollup": "^3.2.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"react": "^18.2.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-router-dom": "^6.4.3"
}
}