UNPKG

2.31 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.4",
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 run build:component && npm publish --access public"
29 },
30 "devDependencies": {
31 "@babel/cli": "^7.1.2",
32 "@babel/core": "^7.1.2",
33 "@babel/plugin-proposal-class-properties": "^7.1.0",
34 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
35 "@babel/preset-react": "^7.0.0",
36 "babel-plugin-transform-object-rest-spread": "^6.26.0",
37 "enzyme": "^3.7.0",
38 "gh-pages": "^2.0.1",
39 "husky": "^1.1.3",
40 "react": "^16.6.0",
41 "react-dom": "^16.6.0",
42 "react-scripts": "^2.1.1",
43 "react-testing-library": "^5.2.3",
44 "regenerator-runtime": "^0.12.1",
45 "rimraf": "^2.6.2"
46 },
47 "contributors": [
48 {
49 "name": "Pietro Passarelli",
50 "email": "pietro.passarelli@bbc.co.uk",
51 "url": "https://github.com/pietrop"
52 },
53 {
54 "name": "James Dooley",
55 "url": "https://github.com/jamesdools"
56 }
57 ],
58 "license": "MIT",
59 "bugs": {
60 "url": "https://github.com/bbc/react-transcript-editor/issues"
61 },
62 "homepage": ".",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/bbc/react-transcript-editor.git"
66 },
67 "browserslist": [
68 ">0.2%",
69 "not dead",
70 "not ie <= 11",
71 "not op_mini all"
72 ],
73 "dependencies": {
74 "babel-polyfill": "^6.26.0",
75 "draft-js": "^0.10.5",
76 "mousetrap": "^1.6.2",
77 "react-keyboard-shortcuts": "^1.1.3"
78 }
79}