|
@@ -52,6 +52,7 @@
|
|
|
"author": "",
|
|
"author": "",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@babel/runtime": "^7.24.4",
|
|
"@babel/runtime": "^7.24.4",
|
|
|
|
|
+ "@d8d/server": "workspace:*",
|
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
"@tanstack/react-query": "^5.84.1",
|
|
"@tanstack/react-query": "^5.84.1",
|
|
@@ -74,11 +75,11 @@
|
|
|
"abortcontroller-polyfill": "^1.7.8",
|
|
"abortcontroller-polyfill": "^1.7.8",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
"clsx": "^2.1.1",
|
|
|
|
|
+ "dayjs": "^1.11.19",
|
|
|
"hono": "4.8.5",
|
|
"hono": "4.8.5",
|
|
|
"react": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
|
"react-dom": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
|
"react-hook-form": "^7.62.0",
|
|
"react-hook-form": "^7.62.0",
|
|
|
- "@d8d/server": "workspace:*",
|
|
|
|
|
"zod": "^4.0.14"
|
|
"zod": "^4.0.14"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
@@ -95,6 +96,10 @@
|
|
|
"@tarojs/plugin-generator": "4.1.4",
|
|
"@tarojs/plugin-generator": "4.1.4",
|
|
|
"@tarojs/taro-loader": "4.1.4",
|
|
"@tarojs/taro-loader": "4.1.4",
|
|
|
"@tarojs/webpack5-runner": "4.1.4",
|
|
"@tarojs/webpack5-runner": "4.1.4",
|
|
|
|
|
+ "@testing-library/jest-dom": "^6.8.0",
|
|
|
|
|
+ "@testing-library/react": "^16.3.0",
|
|
|
|
|
+ "@testing-library/user-event": "^14.6.1",
|
|
|
|
|
+ "@types/jest": "^29.5.14",
|
|
|
"@types/node": "^18",
|
|
"@types/node": "^18",
|
|
|
"@types/react": "^18.0.0",
|
|
"@types/react": "^18.0.0",
|
|
|
"@types/webpack-env": "^1.13.6",
|
|
"@types/webpack-env": "^1.13.6",
|
|
@@ -106,23 +111,19 @@
|
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
|
"husky": "^9.1.7",
|
|
"husky": "^9.1.7",
|
|
|
|
|
+ "jest": "^30.2.0",
|
|
|
|
|
+ "jest-environment-jsdom": "^29.7.0",
|
|
|
"lint-staged": "^16.1.2",
|
|
"lint-staged": "^16.1.2",
|
|
|
"postcss": "^8.4.38",
|
|
"postcss": "^8.4.38",
|
|
|
"react-refresh": "^0.14.0",
|
|
"react-refresh": "^0.14.0",
|
|
|
"stylelint": "^16.4.0",
|
|
"stylelint": "^16.4.0",
|
|
|
"stylelint-config-standard": "^38.0.0",
|
|
"stylelint-config-standard": "^38.0.0",
|
|
|
"tailwindcss": "^4.1.11",
|
|
"tailwindcss": "^4.1.11",
|
|
|
|
|
+ "ts-jest": "^29.4.5",
|
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
|
"typescript": "^5.4.5",
|
|
"typescript": "^5.4.5",
|
|
|
"weapp-tailwindcss": "^4.2.5",
|
|
"weapp-tailwindcss": "^4.2.5",
|
|
|
"webpack": "5.91.0",
|
|
"webpack": "5.91.0",
|
|
|
- "webpack-plugin-iframe-communicator": "^0.0.10",
|
|
|
|
|
- "@testing-library/jest-dom": "^6.8.0",
|
|
|
|
|
- "@testing-library/react": "^16.3.0",
|
|
|
|
|
- "@testing-library/user-event": "^14.6.1",
|
|
|
|
|
- "@types/jest": "^29.5.14",
|
|
|
|
|
- "jest": "^30.2.0",
|
|
|
|
|
- "jest-environment-jsdom": "^29.7.0",
|
|
|
|
|
- "ts-jest": "^29.4.5"
|
|
|
|
|
|
|
+ "webpack-plugin-iframe-communicator": "^0.0.10"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|