| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "name": "mini",
- "version": "1.0.0",
- "private": true,
- "description": "",
- "templateInfo": {
- "name": "default",
- "typescript": true,
- "css": "None",
- "framework": "React"
- },
- "scripts": {
- "prepare": "husky",
- "postinstall": "weapp-tw patch",
- "new": "taro new",
- "build:weapp": "taro build --type weapp",
- "build:swan": "taro build --type swan",
- "build:alipay": "taro build --type alipay",
- "build:tt": "taro build --type tt",
- "build:h5": "taro build --type h5",
- "build:rn": "taro build --type rn",
- "build:qq": "taro build --type qq",
- "build:jd": "taro build --type jd",
- "build:harmony-hybrid": "taro build --type harmony-hybrid",
- "dev:weapp": "npm run build:weapp -- --watch",
- "dev:swan": "npm run build:swan -- --watch",
- "dev:alipay": "npm run build:alipay -- --watch",
- "dev:tt": "npm run build:tt -- --watch",
- "dev:h5": "npm run build:h5 -- --watch",
- "dev:rn": "npm run build:rn -- --watch",
- "dev:qq": "npm run build:qq -- --watch",
- "dev:jd": "npm run build:jd -- --watch",
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
- "test": "jest",
- "test:watch": "jest --watch",
- "test:coverage": "jest --coverage",
- "test:components": "jest tests/components",
- "test:pages": "jest tests/pages",
- "typecheck": "tsc --noEmit --project ."
- },
- "browserslist": {
- "development": [
- "defaults and fully supports es6-module",
- "maintained node versions"
- ],
- "production": [
- "last 3 versions",
- "Android >= 4.1",
- "ios >= 8"
- ]
- },
- "author": "",
- "dependencies": {
- "@babel/runtime": "^7.24.4",
- "@hookform/resolvers": "^5.2.1",
- "@radix-ui/react-slot": "^1.2.3",
- "@tanstack/react-query": "^5.84.1",
- "@tarojs/components": "4.1.4",
- "@tarojs/helper": "4.1.4",
- "@tarojs/plugin-framework-react": "4.1.4",
- "@tarojs/plugin-platform-alipay": "4.1.4",
- "@tarojs/plugin-platform-h5": "4.1.4",
- "@tarojs/plugin-platform-harmony-hybrid": "4.1.4",
- "@tarojs/plugin-platform-jd": "4.1.4",
- "@tarojs/plugin-platform-qq": "4.1.4",
- "@tarojs/plugin-platform-swan": "4.1.4",
- "@tarojs/plugin-platform-tt": "4.1.4",
- "@tarojs/plugin-platform-weapp": "4.1.4",
- "@tarojs/react": "4.1.4",
- "@tarojs/runtime": "4.1.4",
- "@tarojs/shared": "4.1.4",
- "@tarojs/taro": "4.1.4",
- "@weapp-tailwindcss/merge": "^1.2.3",
- "abortcontroller-polyfill": "^1.7.8",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "hono": "4.8.5",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "react-hook-form": "^7.62.0",
- "@d8d/server": "workspace:*",
- "zod": "^4.0.14"
- },
- "devDependencies": {
- "@babel/core": "^7.24.4",
- "@babel/plugin-transform-class-properties": "7.25.9",
- "@babel/preset-react": "^7.24.1",
- "@commitlint/cli": "^19.8.1",
- "@commitlint/config-conventional": "^19.8.1",
- "@egoist/tailwindcss-icons": "^1.9.0",
- "@iconify/json": "^2.2.365",
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
- "@tailwindcss/postcss": "^4.1.11",
- "@tarojs/cli": "4.1.4",
- "@tarojs/plugin-generator": "4.1.4",
- "@tarojs/taro-loader": "4.1.4",
- "@tarojs/webpack5-runner": "4.1.4",
- "@types/node": "^18",
- "@types/react": "^18.0.0",
- "@types/webpack-env": "^1.13.6",
- "autoprefixer": "^10.4.21",
- "babel-preset-taro": "4.1.4",
- "eslint": "^8.57.0",
- "eslint-config-taro": "4.1.4",
- "eslint-plugin-react": "^7.34.1",
- "eslint-plugin-react-hooks": "^4.4.0",
- "html-webpack-plugin": "^5.6.3",
- "husky": "^9.1.7",
- "lint-staged": "^16.1.2",
- "postcss": "^8.4.38",
- "react-refresh": "^0.14.0",
- "stylelint": "^16.4.0",
- "stylelint-config-standard": "^38.0.0",
- "tailwindcss": "^4.1.11",
- "tsconfig-paths-webpack-plugin": "^4.1.0",
- "typescript": "^5.4.5",
- "weapp-tailwindcss": "^4.2.5",
- "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"
- }
- }
|