1
Showing
... | @@ -17,22 +17,24 @@ | ... | @@ -17,22 +17,24 @@ |
"@ray-js/ray": "^0.6.13", | "@ray-js/ray": "^0.6.13", | ||
"@ray-js/sdm-react": "^1.0.6", | "@ray-js/sdm-react": "^1.0.6", | ||
"@tuya-miniapp/sdm": "^1.1.0-beta.0", | "@tuya-miniapp/sdm": "^1.1.0-beta.0", | ||
"ahooks": "^3.7.1", | |||
"clsx": "^1.2.1", | "clsx": "^1.2.1", | ||
"core-js": "^3.23.5", | |||
"dayjs": "^1.11.5", | |||
"deep-object-diff": "^1.1.0", | "deep-object-diff": "^1.1.0", | ||
"react-redux": "^7.2.1", | "react-redux": "^7.2.1", | ||
"redux": "^4.1.2", | "redux": "^4.1.2", | ||
"redux-actions": "^2.6.5", | "redux-actions": "^2.6.5", | ||
"redux-logger": "^3.0.6", | "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": { | "devDependencies": { | ||
"@commitlint/cli": "^7.2.1", | "@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-conventional": "^9.0.1", | "@commitlint/config-conventional": "^9.0.1", | ||
"@ray-js/cli": "^0.6.13", | "@ray-js/cli": "^0.6.13", | ||
"@types/lodash": "^4.14.182", | "@types/lodash": "^4.14.182", | ||
"@types/react": "^17.0.24", | |||
"@types/react-dom": "^17.0.9", | |||
"@types/redux-actions": "^2.6.2", | "@types/redux-actions": "^2.6.2", | ||
"@types/redux-logger": "^3.0.9", | "@types/redux-logger": "^3.0.9", | ||
"compressing": "^1.5.1", | "compressing": "^1.5.1", | ||
... | @@ -40,14 +42,11 @@ | ... | @@ -40,14 +42,11 @@ |
"eslint-config-tuya-panel": "^0.4.1", | "eslint-config-tuya-panel": "^0.4.1", | ||
"eslint-plugin-literal-check": "^0.1.2", | "eslint-plugin-literal-check": "^0.1.2", | ||
"eslint-plugin-prettier": "^3.0.1", | "eslint-plugin-prettier": "^3.0.1", | ||
"husky": "^1.2.0", | |||
"lint-staged": "^10.2.11", | "lint-staged": "^10.2.11", | ||
"prettier": "^1.16.4", | "prettier": "^1.16.4", | ||
"typescript": "^4.4.3", | |||
"@types/react": "^17.0.24", | |||
"@types/react-dom": "^17.0.9", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-dom": "^17.0.2" | "react-dom": "^17.0.2", | ||
"typescript": "^4.4.3" | |||
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
... | ... |
Please register or sign in to comment