-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 KB
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
{
"name": "@teamhex/react-native-hexlib",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/team-hex/react-native-hexlib.git"
},
"author": "Hex Development AB",
"bugs": {
"url": "https://github.com/team-hex/react-native-hexlib/issues"
},
"homepage": "https://github.com/team-hex/react-native-hexlib#readme",
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-native-reanimated": "^1.13.0",
"@react-native-community/async-storage": "^1.11.0",
"react-native-svg": "^12.1.0",
"react-native-track-player": "git@github.com:react-native-kit/react-native-track-player.git#8ae5808340c435b450c71dbe4da5e75101c7b720"
},
"dependencies": {
"@teamhex/hexlib": "^2.0.2",
"understreck": "^0.14.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"babel-jest": "^26.3.0",
"jest": "^26.4.2",
"react-native-dev-menu": "^4.0.2"
},
"scripts": {
"dist": "cp -r src/ dist && cp package.json dist/package.json",
"test": "jest src"
},
"license": "MIT"
}