UNPKG

@flomon-ui/jsmpeg

Version:
75 lines (74 loc) 2.26 kB
{ "name": "@flomon-ui/jsmpeg", "version": "0.0.4", "description": "Flomon for jsmpeg", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/inforzia/flomon-jsmpeg.git" }, "author": "inforzia@inforzia.io", "homepage": "https://github.com/inforzia/flomon-jsmpeg#readme", "bugs": { "url": "https://github.com/inforzia/flomon-jsmpeg/issues" }, "typings": "dist/index.d.ts", "main": "dist/flomon-jsmpeg.cjs.js", "module": "dist/flomon-jsmpeg.esm.js", "browser": "dist/flomon-jsmpeg.umd.min.js", "scripts": { "build": "npm run clean && npm run build:prod:umd && npm run build:prod", "build:deployment": "cross-env NODE_ENV=deployment rollup -c rollup/rollup.config.dev.js", "build:prod": "cross-env NODE_ENV=production rollup -c rollup/rollup.config.prod.js", "build:prod:umd": "cross-env NODE_ENV=production rollup -c rollup/rollup.config.dev.js", "clean": "node scripts/clean", "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc" }, "files": [ "dist" ], "keywords": [ "flomon", "jsmpeg" ], "peerDependencies": { "react": "^17.0.2" }, "dependencies": { "@cycjimmy/sass-lib": "^1.1.0", "core-js": "^3.21.1", "react": "^17.0.2" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-eslint": "^8.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.0", "@types/react": "^17.0.39", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "autoprefixer": "^10.4.2", "babel-loader": "^8.2.3", "cross-env": "^7.0.3", "del": "^6.0.0", "eslint": "^8.9.0", "node-sass": "^7.0.1", "postcss": "^8.4.6", "rollup": "^2.67.2", "rollup-plugin-browsersync": "^1.3.3", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "typescript": "^4.5.5" } }