initial commit
Showing
.DS_Store
0 → 100644
File added
.gitignore
0 → 100644
Guide.txt
0 → 100644
README.md
0 → 100644
next-env.d.ts
0 → 100644
next.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "video-conferencing", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@tensorflow-models/handpose": "^0.0.7", | ||
"@tensorflow/tfjs": "^3.2.0", | ||
"@tensorflow/tfjs-backend-webgl": "3.3.0", | ||
"@tensorflow/tfjs-converter": "3.3.0", | ||
"@tensorflow/tfjs-core": "3.3.0", | ||
"fingerpose": "^0.0.2", | ||
"next": "10.0.7", | ||
"react": "17.0.1", | ||
"react-dom": "17.0.1", | ||
"react-webcam": "^5.2.3", | ||
"styled-components": "^5.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.31", | ||
"@types/react": "^17.0.2", | ||
"@types/styled-components": "^5.1.7", | ||
"babel-plugin-styled-components": "^1.12.0", | ||
"prettier": "^2.2.1", | ||
"tslib": "2.1.0", | ||
"typescript": "^4.2.2" | ||
}, | ||
"resolutions": { | ||
"styled-components": "^5" | ||
} | ||
} |
public/.DS_Store
0 → 100644
File added
public/favicon.ico
0 → 100644
14.7 KB
public/images/.DS_Store
0 → 100644
File added
public/images/3d.svg
0 → 100644
public/images/3dActive.svg
0 → 100644
public/images/group.svg
0 → 100644
public/images/message.svg
0 → 100644
public/images/microphone.svg
0 → 100644
public/images/settings.svg
0 → 100644
public/images/streaming.svg
0 → 100644
public/vercel.svg
0 → 100644
src/common/types/localize.ts
0 → 100644
src/components/utilities.ts
0 → 100644
src/pages/_app.tsx
0 → 100644
src/pages/_document.tsx
0 → 100644
src/pages/api/hello.js
0 → 100644
src/pages/index.tsx
0 → 100644
src/styles/common/global.css
0 → 100644
tsconfig.json
0 → 100644