react-sound-html5
Version:
A tiny React component wich provide simple abstraption to manipulate HTML5 AudioContext API (Equalizer, visualisation, stereo, basic controls)
97 lines (96 loc) • 3.1 kB
JSON
{
"name": "react-sound-html5",
"version": "1.3.1",
"description": "A tiny React component wich provide simple abstraption to manipulate HTML5 AudioContext API (Equalizer, visualisation, stereo, basic controls)",
"keywords": [
"audio",
"react",
"react-sound",
"html5",
"equalizer",
"audio player",
"nuclear"
],
"main": "dist/react-sound-html5.umd.js",
"module": "dist/react-sound-html5.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"author": "Charles Jacquin <charles.jacquin@autistici.org>",
"repository": {
"type": "git",
"url": "https://github.com/charjac/react-sound-html5.git"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "styleguidist server",
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.tsx' 'test/**/*.tsx'",
"prebuild": "rimraf dist && rimraf docs/index.html && rimraf docs/build",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && styleguidist build",
"test": "jest --coverage --config jest.json --detectOpenHandles --forceExit",
"test:watch": "jest --coverage --watch -config jest.json",
"test:prod": "npm run lint && npm run test -- --no-cache",
"deploy-docs": "node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"peerDependencies": {
"react": "^16.8.5"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/jest": "^24.0.11",
"@types/jsdom": "^12.2.3",
"@types/node": "^11.11.7",
"@types/react": "^16.8.8",
"@types/react-test-renderer": "^16.8.1",
"colors": "^1.3.3",
"commitizen": "^3.0.7",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"file-loader": "^3.0.1",
"husky": "^1.3.1",
"jest": "^24.5.0",
"jest-config": "^24.5.0",
"jsdom": "^14.0.0",
"lint-staged": "^8.1.5",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.16.4",
"prompt": "^1.0.0",
"raf": "^3.4.1",
"react": "^16.8.5",
"react-docgen": "^4.1.0",
"react-docgen-typescript": "^1.12.3",
"react-docgen-typescript-loader": "^3.0.1",
"react-dom": "^16.8.5",
"react-styleguidist": "^9.0.4",
"react-test-renderer": "^16.8.5",
"replace-in-file": "^3.4.4",
"rimraf": "^2.6.3",
"rollup": "^1.7.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1",
"semantic-release": "^15.13.3",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.4000",
"webpack": "^4.29.6"
},
"dependencies": {}
}