-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.99 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
93
94
95
96
97
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/hands": "^0.4.1675469240",
"@mediapipe/tasks-vision": "^0.10.0",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.3",
"@tanstack/react-query": "^4.28.0",
"@tensorflow-models/hand-pose-detection": "^2.0.0",
"@tensorflow-models/handpose": "^0.0.7",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-backend-webgl": "^4.6.0",
"@tensorflow/tfjs-converter": "^4.6.0",
"@tensorflow/tfjs-core": "^4.6.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-lottie": "^1.2.6",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"css-loader": "^6.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lottie": "^1.2.3",
"react-particles": "^2.9.3",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-timer-hook": "^3.0.5",
"react-webcam": "^7.0.1",
"redux": "^4.2.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.1",
"styled-components": "^5.3.9",
"tsparticles-preset-confetti": "^2.9.3",
"tsparticles-preset-fireworks": "^2.9.3",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "aws s3 sync ./build s3://suquizfront2023 --profile=front",
"invalidate": "aws cloudfront create-invalidation --profile=front --distribution-id E236FR5IR9U2JT --paths /*"
},
"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": {
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3"
}
}