forked from OpenEditor/openeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.94 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "openeditor",
"version": "0.2.0",
"private": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.3.52",
"@ant-design/pro-layout": "^7.6.1",
"@aws-amplify/ui-react": "^3.2.1",
"@aws-sdk/client-transcribe": "^3.137.0",
"@bbc/stt-align-node": "Laurian/stt-align-node#master",
"@sentry/react": "^7.62.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/mime": "^3.0.0",
"@types/node": "^16.11.44",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"antd": "^5.1.6",
"aws-amplify": "^4.3.29",
"axios": "^1.1.3",
"browserify-fs": "^1.0.0",
"bs58": "^5.0.0",
"docx": "^7.8.2",
"draft-js": "^0.11.7",
"hls-video-element": "^0.0.4",
"hls.js": "^1.3.1",
"immutable": "~3.7.4",
"interval-operations": "^1.0.7",
"jotai": "^1.8.3",
"media-chrome": "^0.17.1",
"mediainfo.js": "^0.1.8",
"mime": "^3.0.0",
"minisearch": "^6.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"nanoid": "^4.0.0",
"object-hash": "^3.0.0",
"pako": "^2.1.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.20.0",
"react-hotkeys-hook": "^4.3.8",
"react-json-view": "^1.21.3",
"react-konami-code": "^2.3.0",
"react-moment": "^1.1.2",
"react-router-dom": "^5",
"react-scripts": "5.0.1",
"sanitize-filename": "^1.6.3",
"smpte-timecode": "^1.3.2",
"stream-browserify": "^3.0.0",
"typescript": "^4.7.4",
"ua-parser-js": "^1.0.32",
"use-debounce": "^8.0.4",
"use-interval": "^1.4.0",
"usehooks-ts": "^2.9.1",
"util": "^0.12.5",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"postinstall": "yarn patch-package",
"start": "BROWSER=none REACT_APP_GIT_DESCRIBE=`git describe --tags --always --dirty='-dev'` react-scripts start",
"build": "REACT_APP_GIT_DESCRIBE=`git describe --tags --always --dirty='-dev'` react-scripts build",
"test": "REACT_APP_GIT_DESCRIBE=`git describe --tags --always --dirty='-dev'` react-scripts test",
"eject": "react-scripts eject",
"clean": "rimraf build",
"cypress:open": "cypress open",
"update-languages": "node ./scripts/updateLanguages.js",
"update-antd.dark.css": "cp ./node_modules/antd/dist/antd.dark.css ./public/style/",
"deploy:surge": "yarn build && cp ./build/index.html ./build/200.html && surge build openeditor.surge.sh"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/draft-js": "^0.11.9",
"@types/object-hash": "^2.2.1",
"@types/pako": "2.0.0",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router-dom": "^5.3.3",
"@types/smpte-timecode": "^1.2.1",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"cypress": "^10.3.0",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.6",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom-worker": "^0.2.1",
"jsonfile": "^6.1.0",
"patch-package": "^6.5.0",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"tabletojson": "^2.0.7"
},
"packageManager": "[email protected]"
}