-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
92 lines (92 loc) · 2.39 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
{
"name": "yvideo-client-restart",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "eslint src/**/*.* --fix && react-scripts test",
"lint": "eslint src/**/*.* --fix"
},
"engines": {
"node": "14.x",
"npm": "6.x"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!@luxon)/"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@babel/eslint-parser": "^7.18.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.28.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"deep-object-diff": "^1.1.9",
"enzyme": "^3.11.0",
"html-react-parser": "^1.1.2",
"jest": "^28.1.0",
"jest-enzyme": "^7.1.2",
"jest-redux-thunk": "^1.1.1",
"process": "^0.11.10",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-device-detect": "^2.2.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-test-backend": "^16.0.1",
"react-dnd-test-utils": "^16.0.1",
"react-dom": "^18.1.0",
"react-player": "^2.6.0",
"react-recaptcha": "^2.3.10",
"react-redux": "^8.0.2",
"react-rnd": "^10.1.10",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-uuid": "^1.0.2",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sinon": "^14.0.0",
"stream": "0.0.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"subtitle": "^2.0.3",
"sweetalert2": "^11.6.11",
"sweetalert2-react-content": "^5.0.7",
"uuid": "^8.3.2",
"yvideo-editorwidgets": "^1.1.2",
"yvideo-subtitle-timeline-editor": "^0.2.7",
"yvideojs": "^1.1.8"
},
"devDependencies": {
"@cfaester/enzyme-adapter-react-18": "^0.5.1",
"@testing-library/dom": "^8.13.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import-quotes": "^0.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"jest-mock-axios": "^4.2.1",
"jest-spy-object": "^1.4.0",
"mutation-observer": "^1.0.3",
"react-app-rewired": "^2.2.1",
"redux-devtools-extension": "^2.13.8"
}
}