-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.65 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
{
"name": "@sdailover/react-aicamsor",
"version": "1.1.0",
"private": false,
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"style": "build/dist/sdailover.aicamsor.css",
"license": "BSD-3-Clause",
"homepage": "https://github.com/SDaiLover/react-aicamsor",
"repository": {
"type": "git",
"url": "git://github.com/SDaiLover/react-aicamsor.git"
},
"author": "Stephanus Dai <[email protected]> (https://stephanusdai.web.id/)",
"contributors": [
"Stephanus Bagus Saputra <[email protected]> ( 戴 Dai 偉 Wie 峯 Funk )"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sdailover"
},
{
"type": "paypal",
"url": "https://www.paypal.me/sdailover"
},
{
"type": "opencollective",
"url": "https://www.opencollective.com/sdailover"
},
{
"type": "patreon",
"url": "https://www.patreon.com/sdailover"
}
],
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-prop-types": "^0.4.0",
"react-scripts": "^3.0.1"
},
"scripts": {
"build": "node tools/build.js",
"build-types": "yarn tsc -d --emitDeclarationOnly --outDir types",
"clean": "rm -rf node_modules && yarn install"
},
"devDependencies": {
"@mediapipe/face_detection": "^0.4.1646425229",
"@tensorflow-models/face-detection": "^1.0.2",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-node": "^4.17.0",
"@vladmandic/face-api": "^1.7.13",
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.22.5",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"html-react-parser": "^5.1.8",
"babel-loader": "^9.1.3",
"chalk": "^2.4.2",
"cherry-pick": "^0.5.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"prop-types-extra": "^1.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"util": "^0.12.5",
"webpack-cli": "^5.1.4"
}
}