@bbc/react-transcript-editor
Version:
A React component to make transcribing audio and video easier and faster.
80 lines (79 loc) • 2.31 kB
JSON
{
"name": "@bbc/react-transcript-editor",
"description": "A React component to make transcribing audio and video easier and faster.",
"version": "0.1.4",
"keywords": [
"transcript",
"transcriptions",
"react",
"speech",
"speech to text",
"textAV"
],
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build:example": "react-scripts build",
"build:component": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
"deploy:ghpages": "npm run build:example && gh-pages -d build",
"test-ci": "CI=true react-scripts test --env=jsdom --verbose",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore . --fix",
"publish:public": "npm run build:component && npm publish --access public"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"enzyme": "^3.7.0",
"gh-pages": "^2.0.1",
"husky": "^1.1.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "^2.1.1",
"react-testing-library": "^5.2.3",
"regenerator-runtime": "^0.12.1",
"rimraf": "^2.6.2"
},
"contributors": [
{
"name": "Pietro Passarelli",
"email": "pietro.passarelli@bbc.co.uk",
"url": "https://github.com/pietrop"
},
{
"name": "James Dooley",
"url": "https://github.com/jamesdools"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bbc/react-transcript-editor/issues"
},
"homepage": ".",
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/react-transcript-editor.git"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"babel-polyfill": "^6.26.0",
"draft-js": "^0.10.5",
"mousetrap": "^1.6.2",
"react-keyboard-shortcuts": "^1.1.3"
}
}