UNPKG

3.1 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.3.1",
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 && 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 "fix-styles": "prettier-stylelint --write 'src/**/*.{css,scss}'"
30 },
31 "devDependencies": {
32 "@babel/cli": "^7.1.2",
33 "@babel/core": "^7.1.2",
34 "@babel/plugin-proposal-class-properties": "^7.1.0",
35 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
36 "@babel/preset-env": "^7.2.3",
37 "@babel/preset-react": "^7.0.0",
38 "babel-plugin-transform-object-rest-spread": "^6.26.0",
39 "babel-preset-minify": "^0.5.0",
40 "enzyme": "^3.7.0",
41 "eslint-config-airbnb-base": "^13.1.0",
42 "eslint-plugin-css-modules": "^2.11.0",
43 "eslint-plugin-import": "^2.14.0",
44 "eslint-plugin-react": "^7.11.1",
45 "gh-pages": "^2.0.1",
46 "husky": "^1.1.3",
47 "prettier-stylelint": "^0.4.2",
48 "react-scripts": "^2.1.3",
49 "react-testing-library": "^5.2.3",
50 "regenerator-runtime": "^0.12.1",
51 "rimraf": "^2.6.2",
52 "stylelint-config-standard": "^18.2.0"
53 },
54 "contributors": [
55 {
56 "name": "Pietro Passarelli",
57 "email": "pietro.passarelli@bbc.co.uk",
58 "url": "https://github.com/pietrop"
59 },
60 {
61 "name": "James Dooley",
62 "url": "https://github.com/jamesdools"
63 }
64 ],
65 "license": "MIT",
66 "bugs": {
67 "url": "https://github.com/bbc/react-transcript-editor/issues"
68 },
69 "homepage": ".",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/bbc/react-transcript-editor.git"
73 },
74 "browserslist": [
75 ">0.2%",
76 "not dead",
77 "not ie <= 11",
78 "not op_mini all"
79 ],
80 "dependencies": {
81 "@fortawesome/fontawesome-svg-core": "^1.2.12",
82 "@fortawesome/free-brands-svg-icons": "^5.7.2",
83 "@fortawesome/free-solid-svg-icons": "^5.6.3",
84 "@fortawesome/react-fontawesome": "^0.1.3",
85 "babel-polyfill": "^6.26.0",
86 "draft-js": "^0.10.5",
87 "mousetrap": "1.5.2",
88 "prop-types": "^15.6.2",
89 "react": "^16.6.0",
90 "react-dom": "^16.6.0",
91 "react-keyboard-shortcuts": "^1.1.3",
92 "react-simple-tooltip": "^2.3.3"
93 },
94 "prettier": {}
95}