-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.36 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
{
"name": "transformers_example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@fugood/react-native-audio-pcm-stream": "^1.1.4",
"@shopify/react-native-skia": "^0.1.227",
"@xenova/transformers": "https://github.com/hans00/transformers.js.git#merge",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"color-parse": "^2.0.0",
"events": "^3.3.0",
"image-decode": "^1.2.2",
"image-encode": "^1.3.1",
"mp3": "^0.1.0",
"node-fetch": "^2.6.7",
"node-wav": "^0.0.2",
"onnxruntime-react-native": "1.17.0",
"path-browserify": "^1.0.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^5.3.1",
"react-native-quick-base64": "^2.0.6",
"react-native-select-dropdown": "^3.3.3",
"react-native-skia-offscreencanvas": "^0.1.1",
"react-native-sound": "^0.11.2",
"resize-image-data": "^0.3.1",
"sha.js": "^2.4.11",
"stream-browserify": "^3.0.0",
"text-encoding-polyfill": "^0.6.7",
"tseep": "^1.1.1",
"uniqolor": "^1.1.0",
"util": "^0.12.5",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-define": "^2.1.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.9",
"patch-package": "^7.0.0",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"resolutions": {
"jpeg-js": "^0.4.4",
"node-fetch": "^2.6.7",
"xml2js": "^0.5.0",
"onnxruntime-common": "1.17.0",
"onnxruntime-react-native": "1.17.0"
}
}