-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 5.58 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 5.58 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@amazon-devices/keplertvinterfaces",
"version": "0.23.0",
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf build bundle kepler-build node_modules package-lock.json generated coverage buildinfo.json dist bvm",
"postinstall": "",
"start": "react-native start",
"test": "jest --colors",
"test:watch": "jest --colors --watchAll",
"test:snapshot": "jest --colors --updateSnapshot",
"lint-check": "eslint",
"lint": "npm run lint-check -- src --ext .ts,.tsx $*",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --write './src/**/*.{ts,js,jsx,tsx}'",
"compile": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit",
"codecheck": "npm-run-all lint test typecheck",
"build": "npm run compile",
"build:release": "./get-current-commit.sh && react-native build-kepler --build-type Release",
"build:debug": "./get-current-commit.sh && react-native build-kepler --build-type Debug",
"build:app": "./get-current-commit.sh && npm-run-all build:release build:debug",
"release": "npm-run-all codecheck build build:app",
"kepler:restart-app": "kepler device launch-app --device Simulator --appName com.amazondeveloper.keplertvinterfaces.main",
"kepler:run:aarch64": "./get-current-commit.sh && kepler run-kepler build/aarch64-debug/keplertvinterfaces_aarch64.vpkg com.amazondeveloper.keplertvinterfaces.main -s",
"kepler:run:aarch64:release": "./get-current-commit.sh && kepler run-kepler build/aarch64-release/keplertvinterfaces_aarch64.vpkg com.amazondeveloper.keplertvinterfaces.main -s",
"kepler:run:x64": "./get-current-commit.sh && kepler run-kepler build/x86_64-debug/keplertvinterfaces_x86_64.vpkg com.amazondeveloper.keplertvinterfaces.main -s",
"kepler:simulator-screen-reader-enable": "kepler exec vda shell vdcm set \"com.amazon.devconf/system/accessibility/VoiceViewEnabled\" \"ENABLED\"",
"kepler:simulator-screen-reader-disable": "kepler exec vda shell vdcm set \"com.amazon.devconf/system/accessibility/VoiceViewEnabled\" \"DISABLED\"",
"kepler:simulator-ports": "kepler device start-port-forwarding --device Simulator -p 8081 --forward false && kepler device start-port-forwarding --device Simulator -p 8097 --forward false",
"i18n:sync": "npx i18next-locales-sync -c ./localesSync.config.js"
},
"dependencies": {
"@amazon-devices/asset-resolver-lib": "~1.0.0",
"@amazon-devices/kepler-ui-components": "~2.4.0",
"@amazon-devices/keplerscript-kepleri18n-lib": "~1.1.0",
"@amazon-devices/keplerscript-netmgr-lib": "~2.0.0",
"@amazon-devices/react-native-device-info": "~2.0.0",
"@amazon-devices/react-native-kepler": "~2.0.0",
"@amazon-devices/react-native-reanimated": "~2.0.0",
"@amazon-devices/react-native-screens": "~2.0.0",
"@amazon-devices/react-native-vector-icons": "~2.0.0",
"@amazon-devices/react-navigation__core": "~7.0.0",
"@amazon-devices/react-navigation__devtools": "~7.0.0",
"@amazon-devices/react-navigation__drawer": "~7.0.0",
"@amazon-devices/react-navigation__elements": "~7.0.0",
"@amazon-devices/react-navigation__native": "~7.0.0",
"@amazon-devices/react-navigation__routers": "~7.0.0",
"@amazon-devices/react-navigation__stack": "~7.0.0",
"@amazon-devices/shopify__flash-list": "~2.0.0",
"@react-native-async-storage/async-storage": "npm:@amazon-devices/react-native-async-storage__async-storage@~2.0.0",
"@tanstack/react-query": "~5.0.0",
"date-fns": "^4.1.0",
"eslint-plugin-amzn-a11y": "file:plugins/eslint-plugin-amzn-a11y",
"lodash.get": "^4.4.2",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native-gesture-handler": "npm:@amazon-devices/react-native-gesture-handler@~2.0.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@amazon-devices/kepler-cli-platform": "~0.22.0",
"@amazon-devices/shopify__flash-list": "~2.0.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@callstack/eslint-config": "^14.2.0",
"@react-native-community/cli": "11.3.2",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "^0.72.6",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.9.0",
"@total-typescript/ts-reset": "^0.6.1",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.14",
"@types/lodash.get": "^4.4.9",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-native-a11y": "^3.5.1",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lefthook": "^1.7.16",
"metro-react-native-babel-preset": "^0.77.0",
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.2.5",
"typescript": "5.1.6"
},
"overrides": {
"react-native-gesture-handler": "$react-native-gesture-handler",
"@react-native-async-storage/async-storage": "npm:@amazon-devices/react-native-async-storage__async-storage@~2.0.0"
},
"engines": {
"node": ">=18"
},
"kepler": {
"projectType": "application",
"appName": "keplertvinterfaces",
"targets": [
"tv"
]
}
}