{ "name": "device-panel", "version": "1.0.0", "description": "", "main": "index.js", "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", "build:tuya": "ray build -t tuya --verbose" }, "dependencies": { "@ray-js/build-plugin-router": "^0.6.15", "@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", "ahooks": "^3.7.1", "clsx": "^1.2.1", "dayjs": "^1.11.5", "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" }, "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^9.0.1", "@ray-js/cli": "^0.6.13", "@types/lodash": "^4.14.182", "@types/react": "^17.0.24", "@types/react-dom": "^17.0.9", "@types/redux-actions": "^2.6.2", "@types/redux-logger": "^3.0.9", "compressing": "^1.5.1", "core-js": "^3.19.1", "eslint-config-tuya-panel": "^0.4.1", "eslint-plugin-literal-check": "^0.1.2", "eslint-plugin-prettier": "^3.0.1", "lint-staged": "^10.2.11", "prettier": "^1.16.4", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.4.3" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS --config commitlint.config.js", "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,tsx,js,jsx}": [ "eslint --fix", "git add" ], "*.{json,md,yml,yaml}": [ "prettier --write", "git add" ] }, "author": "", "license": "ISC" }