forked from SkalskiP/make-sense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.61 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
{
"name": "make-sense",
"version": "1.11.0-alpha",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.1",
"@mui/system": "^5.9.1",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^3.19.0",
"@tensorflow/tfjs-backend-cpu": "^3.19.0",
"@tensorflow/tfjs-backend-webgl": "^3.19.0",
"@tensorflow/tfjs-core": "^3.19.0",
"@tensorflow/tfjs-node": "^3.19.0",
"axios": "^1.1.3",
"classnames": "^2.3.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.0",
"lodash": "^4.17.21",
"mobile-detect": "^1.4.5",
"moment": "^2.29.4",
"react": "18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-redux": "^8.0.2",
"react-spinners": "^0.13.3",
"redux": "^4.2.0",
"uuid": "^8.3.2",
"yolov5js": "^1.0.0"
},
"scripts": {
"dev": "vite --host --port 3000",
"start": "vite --port 3000",
"build": "vite build",
"preview": "vite preview --host --port 3000",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts src/**.tsx"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@redux-devtools/core": "^3.13.1",
"@swc/core": "^1.2.218",
"@swc/jest": "^0.2.22",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.182",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "18.0.6",
"@types/react-redux": "^7.1.24",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-react": "^2.0.0",
"aws-sdk": "^2.1181.0",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"mock-aws-s3": "^4.0.2",
"nock": "^13.2.9",
"prettier": "^2.7.1",
"sass": "^1.54.0",
"terser": "^5.14.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "4.7.4",
"vite": "^3.0.2",
"vite-tsconfig-paths": "^3.5.0"
}
}