UNPKG

2.87 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.2.10",
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": "PORT=3006 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 && rimraf dist/**/*.sample.json dist/**/*.sample.js dist/**/example-usage.js dist/**/*.test.js dist/**/*__tests__ dist/**/*__snapshots__ dist/**/*.spec.js",
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 .eslintignore .",
27 "lint-fix": "eslint --ignore-path .eslintignore . --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-env": "^7.2.3",
36 "@babel/preset-react": "^7.0.0",
37 "babel-plugin-transform-object-rest-spread": "^6.26.0",
38 "babel-preset-minify": "^0.5.0",
39 "enzyme": "^3.7.0",
40 "eslint": "5.6.0",
41 "eslint-config-airbnb-base": "^13.1.0",
42 "eslint-plugin-import": "^2.14.0",
43 "eslint-plugin-react": "^7.11.1",
44 "gh-pages": "^2.0.1",
45 "husky": "^1.1.3",
46 "react-scripts": "^2.1.3",
47 "react-testing-library": "^5.2.3",
48 "regenerator-runtime": "^0.12.1",
49 "rimraf": "^2.6.2"
50 },
51 "contributors": [
52 {
53 "name": "Pietro Passarelli",
54 "email": "pietro.passarelli@bbc.co.uk",
55 "url": "https://github.com/pietrop"
56 },
57 {
58 "name": "James Dooley",
59 "url": "https://github.com/jamesdools"
60 }
61 ],
62 "license": "MIT",
63 "bugs": {
64 "url": "https://github.com/bbc/react-transcript-editor/issues"
65 },
66 "homepage": ".",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/bbc/react-transcript-editor.git"
70 },
71 "browserslist": [
72 ">0.2%",
73 "not dead",
74 "not ie <= 11",
75 "not op_mini all"
76 ],
77 "dependencies": {
78 "@fortawesome/fontawesome-svg-core": "^1.2.12",
79 "@fortawesome/free-solid-svg-icons": "^5.6.3",
80 "@fortawesome/react-fontawesome": "^0.1.3",
81 "babel-polyfill": "^6.26.0",
82 "draft-js": "^0.10.5",
83 "mousetrap": "1.5.2",
84 "prop-types": "^15.6.2",
85 "react": "^16.6.0",
86 "react-dom": "^16.6.0",
87 "react-keyboard-shortcuts": "^1.1.3",
88 "react-simple-tooltip": "^2.3.3"
89 }
90}