-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
{
"name": "interview-toast",
"version": "1.0.0",
"private": true,
"description": "interviewToast",
"author": "Yannis Panagis",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "prettier --write ./src",
"test": "npm run test:lint",
"test:lint": "prettier --check ./src"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@maizzle/framework": "^3.7.2",
"@mediapipe/pose": "^0.5.1635988162",
"@sendgrid/mail": "^7.6.0",
"@tailwindcss/forms": "^0.4.0",
"@tensorflow-models/pose-detection": "^1.0.1",
"@tensorflow/tfjs-backend-webgl": "^3.13.0",
"@tensorflow/tfjs-converter": "^3.13.0",
"@tensorflow/tfjs-core": "^3.13.0",
"agora-access-token": "^2.0.4",
"agora-rtc-sdk-ng": "^4.8.2",
"firebase": "^9.6.4",
"framer-motion": "^6.2.4",
"gatsby": "^4.4.0",
"gatsby-plugin-gatsby-cloud": "^4.4.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-react-helmet-async": "^1.2.1",
"md5": "^2.3.0",
"node-fetch": "^2.6.7",
"prettier": "^2.5.1",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.1",
"react-firebase-hooks": "^5.0.0",
"react-firebaseui": "^6.0.0",
"react-flow-renderer": "^9.7.3",
"react-helmet-async": "^1.2.2",
"react-media-recorder": "^1.6.3",
"request": "^2.88.2",
"symbl-chime-adapter": "^1.0.11",
"unique-names-generator": "^4.6.0",
"uuid-int": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"gatsby-plugin-postcss": "^5.5.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16"
}
}