-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
73 lines (73 loc) · 1.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "tim",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@adobe/react-spectrum": "^3.5.0",
"@reduxjs/toolkit": "^1.4.0",
"@sentry/react": "^5.27.3",
"@sentry/tracing": "^5.27.3",
"@spectrum-icons/illustrations": "^3.2.0",
"@spectrum-icons/workflow": "^3.2.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"is-hotkey": "^0.1.6",
"js-file-download": "^0.4.12",
"mammoth": "^1.4.13",
"object-to-csv": "^1.0.5",
"prismjs": "^1.22.0",
"react": "^16.13.1",
"react-autosize-textarea": "^7.1.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-hotkeys-hook": "^2.4.0",
"react-player": "^2.6.2",
"react-redux": "^7.2.2",
"react-resizable": "^1.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"recoil": "^0.0.13",
"redux": "^4.0.5",
"redux-localstorage-simple": "^2.3.1",
"redux-logger": "^3.0.6",
"rtf2text": "^1.0.1",
"sanitize-filename": "^1.6.3",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-react": "^0.59.0",
"smpte-timecode": "Frameio/smpte-timecode",
"subtitle": "^4.0.1",
"unicode-regex": "^3.0.0",
"uuid": "^8.3.1",
"videojs-vtt.js": "^0.15.2",
"xmldom": "^0.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
}
}