Added data download ability
This commit is contained in:
70
frontend/package.json
Normal file
70
frontend/package.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ffmpeg/core": "^0.11.0",
|
||||
"@ffmpeg/ffmpeg": "^0.11.6",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^13.0.0",
|
||||
"@testing-library/user-event": "^13.2.1",
|
||||
"@types/fluent-ffmpeg": "^2.1.20",
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/node": "^16.7.13",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react-modal": "^3.13.1",
|
||||
"@types/react-transition-group": "^4.4.5",
|
||||
"axios": "^1.2.2",
|
||||
"buffer": "^6.0.3",
|
||||
"dotenv": "^16.0.3",
|
||||
"ffmpeg": "^0.0.4",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-media-recorder": "^1.6.6",
|
||||
"react-modal": "^3.16.1",
|
||||
"react-native-trimmer": "^1.1.1",
|
||||
"react-player": "^2.11.0",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-router-dom": "^6.6.2",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"react-video-recorder": "^3.19.4",
|
||||
"react-video-stream": "^1.0.1",
|
||||
"redux": "^4.2.0",
|
||||
"stream": "^0.0.2",
|
||||
"styled-components": "^5.3.6",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"typescript": "^4.4.2",
|
||||
"web-vitals": "^2.1.0",
|
||||
"yarn": "^1.22.19"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wixc3/react-board": "^2.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user