-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (60 loc) · 1.6 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
{
"name": "rn-config-tyler-lib",
"version": "0.0.1",
"description": "[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/applerdotxyz/rn-config-tyler)",
"keywords": [],
"main": "packages/demo/router-demo/helpers/lib/dist/index.es.js",
"module": "dist/index.es.js",
"engines": {
"node": ">=8.0.0"
},
"peerDependencies": {
"tslib": "*"
},
"dependencies": {
"brace": "^0.11.1",
"history": "^5.0.0",
"jsoneditor": "^9.1.9",
"jsoneditor-react": "^3.1.0",
"react-native-web-jsonschema-form": "^3.1.4"
},
"devDependencies": {
"@babel/preset-env": "latest",
"@rollup/plugin-commonjs": "^17.1.0",
"jest": "^26.6.3",
"jest-expo": "^40.0.0",
"babel-jest": "^26.1.0",
"babel-preset-expo": "^8.3.0",
"@types/jest": "^26.0.4",
"@types/jest-json-schema": "^2.1.2",
"jest-json-schema": "^2.1.0",
"@testing-library/jest-native": "^3.3.0",
"@testing-library/react-native": "^7.0.2",
"lerna": "^3.22.1",
"react-native-testing-library": "^6.0.0"
},
"scripts": {
"start": "lerna run web --stream",
"test": "jest",
"logic-test": "jest ./tests"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/applerdotxyz/rn-config-tyler.git"
},
"author": "applerdotxyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/applerdotxyz/rn-config-tyler/issues"
},
"homepage": "https://github.com/applerdotxyz/rn-config-tyler#readme"
}