feat: sdm
Showing
... | ... | @@ -6,6 +6,7 @@ |
"scripts": { | ||
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "ray start -t tuya --verbose", | ||
"start:native": "ray start -t native --verbose", | ||
"start:tuya": "ray start -t tuya --verbose", | ||
"build:native": "ray build -t native --verbose", | ||
... | ... | @@ -15,12 +16,17 @@ |
"@ray-js/panel-sdk": "^1.1.3", | ||
"@ray-js/ray": "^0.6.13", | ||
"@ray-js/sdm-react": "^1.0.6", | ||
"@tuya-miniapp/sdm": "^1.1.0-beta.0", | ||
"clsx": "^1.2.1", | ||
"deep-object-diff": "^1.1.0", | ||
"react-redux": "^7.2.1", | ||
"redux": "^4.1.2", | ||
"redux-actions": "^2.6.5", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.4.0" | ||
"redux-thunk": "^2.4.0", | ||
"ahooks": "^3.7.1", | ||
"core-js": "^3.23.5", | ||
"dayjs": "^1.11.5" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.2.1", | ||
... | ... | @@ -37,7 +43,11 @@ |
"husky": "^1.2.0", | ||
"lint-staged": "^10.2.11", | ||
"prettier": "^1.16.4", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.4.3", | ||
"@types/react": "^17.0.24", | ||
"@types/react-dom": "^17.0.9", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
src/constants/index.ts
0 → 100644
src/devices/index.ts
0 → 100644
typings/sdm.d.ts
0 → 100644
yarn-error.log
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment