-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "councilapp",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/holistic": "^0.5.1635989137",
"@tensorflow/tfjs": "^3.13.0",
"framer-motion": "^6.2.8",
"next": "^12.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-use": "^17.3.2",
"react-use-websocket": "^3.0.0",
"react-webcam": "^6.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22"
}
}