UNPKG

2 kBJSONView Raw
1{
2 "name": "@bbc/react-transcript-editor",
3 "description": "A React component to make transcribing audio and video easier and faster.",
4 "version": "0.1.0",
5 "keywords": [
6 "transcript",
7 "transcriptions",
8 "react",
9 "speech",
10 "speech to text",
11 "textAV"
12 ],
13 "main": "dist/index.js",
14 "module": "dist/index.js",
15 "files": [
16 "dist"
17 ],
18 "scripts": {
19 "start": "react-scripts start",
20 "test": "react-scripts test --env=jsdom",
21 "eject": "react-scripts eject",
22 "build:example": "react-scripts build",
23 "build:component": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
24 "deploy:ghpages": "npm run build:example && gh-pages -d build",
25 "test-ci": "CI=true react-scripts test --env=jsdom --verbose",
26 "lint": "eslint --ignore-path .gitignore .",
27 "lint-fix": "eslint --ignore-path .gitignore . --fix",
28 "publish:public": "npm publish --access public"
29 },
30 "devDependencies": {
31 "@babel/cli": "^7.1.2",
32 "@babel/core": "^7.1.2",
33 "@babel/preset-react": "^7.0.0",
34 "enzyme": "^3.7.0",
35 "gh-pages": "^2.0.1",
36 "husky": "^1.1.3",
37 "react": "^16.6.0",
38 "react-dom": "^16.6.0",
39 "react-scripts": "^2.1.1",
40 "react-testing-library": "^5.2.3",
41 "regenerator-runtime": "^0.12.1",
42 "rimraf": "^2.6.2"
43 },
44 "contributors": [
45 {
46 "name": "Pietro Passarelli",
47 "email": "pietro.passarelli@bbc.co.uk",
48 "url": "https://github.com/pietrop"
49 },
50 {
51 "name": "James Dooley",
52 "url": "https://github.com/jamesdools"
53 }
54 ],
55 "license": "MIT",
56 "bugs": {
57 "url": "https://github.com/bbc/react-transcript-editor/issues"
58 },
59 "homepage": ".",
60 "browserslist": [
61 ">0.2%",
62 "not dead",
63 "not ie <= 11",
64 "not op_mini all"
65 ],
66 "dependencies": {
67 "babel-polyfill": "^6.26.0",
68 "draft-js": "^0.10.5",
69 "mousetrap": "^1.6.2",
70 "react-keyboard-shortcuts": "^1.1.3"
71 }
72}