UNPKG

@chayns/react-audio-editor

Version:

Tool to edit audio tracks.

69 lines (68 loc) 2.34 kB
{ "name": "@chayns/react-audio-editor", "version": "0.0.2", "description": "Tool to edit audio tracks.", "main": "lib/components/AudioEditor.js", "scripts": { "build:js": "babel src/ --out-dir lib/", "build:sass": "node-sass src/ -o lib/", "clean": "rimraf lib", "prepublishOnly": "npm run eslint && npm run clean && npm run build:js && npm run build:sass", "watch": "concurrently \"npm run watch:js\" \"npm run watch:sass\"", "watch:js": "babel -w src/ --out-dir lib/", "watch:sass": "npm run build:sass && node-sass -w src/ -o lib/", "start": "npm link && npm run watch", "eslint": "./node_modules/.bin/eslint src --ext .jsx --ext .js" }, "keywords": [ "tobit", "chayns", "audio", "editor", "audio-editor", "web audio api", "mp3" ], "author": "Tobit.Software", "contributors": [ "Jonas Gossens" ], "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.8.0", "@fortawesome/pro-light-svg-icons": "^5.8.0", "@fortawesome/pro-regular-svg-icons": "^5.8.0", "@fortawesome/pro-solid-svg-icons": "^5.8.0", "chayns-components": "^4.5.4", "classnames": "^2.2.6", "file-saver": "^2.0.1", "inline-worker": "^1.1.0", "react": "^16.8.4", "react-dom": "^16.8.4" }, "devDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.16", "babel-cli": "^6.26.0", "babel-eslint": "^10.0.1", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-imports": "^1.5.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-rename-import": "^2.3.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-minify": "^0.5.0", "babel-preset-react": "^6.24.1", "concurrently": "^4.1.0", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.15.0", "eslint-plugin-jsx-a11y": "^6.2.0", "eslint-plugin-react": "^7.12.4", "node-sass": "^4.10.0", "prop-types": "^15.6.2", "rimraf": "^2.6.3" } }