-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 2.11 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
{
"name": "rxptest",
"version": "2.0.0",
"private": true,
"main": "index.js",
"scripts": {
"sync": "sync-glob '../../dist' ./node_modules/@chaldal/reactxp/dist",
"web-watch": "webpack --progress --watch",
"rn-watch": "tsc --watch",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"windows": "node node_modules/react-native/local-cli/cli.js run-windows",
"web": "webpack-dev-server",
"tslint": "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native/babel-preset": "^0.73.18",
"@react-native/eslint-config": "^0.73.1",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@types/lodash": "4.14.149",
"@types/node": "^12.12.14",
"@types/react": "^18.2.6",
"@types/react-dom": "18.0.6",
"@types/react-native": "0.70.4",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "0.72.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"rnpm-plugin-windows": "^0.3.8",
"source-map-loader": "^0.2.4",
"sync-glob": "^1.4.0",
"ts-loader": "^9.5.1",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "5.0.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@chaldal/reactxp": "^2.1.1",
"@chaldal/reactxp-netinfo": "^2.1.0",
"@chaldal/reactxp-webview": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.21.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.1"
},
"engines": {
"node": ">=18"
}
}