-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 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
{
"name": "@sleeperhq/mini-core",
"version": "2.0.0",
"description": "Core library frameworks for developing Sleeper Mini Apps.",
"main": "index.ts",
"types": "index.d.ts",
"bin": {
"build-mini": "./bin/build_mini.js",
"preload-packages": "./bin/preload_packages.js"
},
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/blitzstudios/sleeper-mini-core.git"
},
"keywords": [
"sleeper",
"mini",
"apps",
"fantasy",
"sports"
],
"author": "Luke Herbold <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blitzstudios/sleeper-mini-core/issues"
},
"homepage": "https://github.com/blitzstudios/sleeper-mini-core#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/plugin-transform-runtime": "7.15.0",
"@callstack/repack": "blitzstudios/repack.git#callstack-repack-v3.1.0-gitpkg",
"@callstack/repack-dev-server": "blitzstudios/repack.git#callstack-repack-dev-server-v1.0.7-gitpkg",
"@react-native-community/cli": "6.1.0",
"@react-native-community/cli-types": "6.0.0",
"@react-native-community/netinfo": "9.3.7",
"axios": "0.15.3",
"babel-loader": "9.1.2",
"react-native-fast-image": "https://github.com/blitzstudios/react-native-fast-image.git#release/1.2",
"react-native-interactable": "https://github.com/blitzstudios/react-native-interactable#release/1.1",
"react-native-linear-gradient": "2.8.3",
"react-native-rename": "blitzstudios/react-native-rename.git#react-native-rename-v3.2.14-gitpkg",
"react-refresh": "0.14.0",
"regenerator-runtime": "0.13.11",
"rx": "4.1.0",
"string-replace-loader": "3.1.0",
"terser-webpack-plugin": "5.3.6",
"webpack": "5.75.0"
},
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.72.14",
"react-native-svg": "13.14.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-typescript": "7.21.4",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "18.2.31",
"@types/react-native": "0.72.8",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-jest": "^26.6.3",
"eslint": "8.38.0",
"jest": "^26.6.3",
"lodash": "4.17.21",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-tcp-socket": "6.0.6",
"typescript": "5.0.4"
},
"resolutions": {
"react-devtools-core": "4.23.0"
},
"jest": {
"preset": "react-native"
}
}