{ "name": "weapp", "version": "1.0.0", "private": true, "description": "jikemp_weapp", "templateInfo": { "name": "default", "typescript": true, "css": "None", "framework": "React" }, "scripts": { "prepare": "husky", "new": "taro new", "build:weapp": "taro build --type weapp", "dev:weapp": "npm run build:weapp -- --watch", "postinstall": "weapp-tw patch" }, "browserslist": [ "defaults and fully supports es6-module", "maintained node versions" ], "author": "", "dependencies": { "@babel/runtime": "^7.24.4", "@tarojs/components": "4.1.7", "@tarojs/helper": "4.1.7", "@tarojs/plugin-framework-react": "4.1.7", "@tarojs/plugin-platform-weapp": "4.1.7", "@tarojs/react": "4.1.7", "@tarojs/runtime": "4.1.7", "@tarojs/shared": "4.1.7", "@tarojs/taro": "4.1.7", "react": "^18.0.0", "react-dom": "^18.0.0" }, "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", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@tailwindcss/postcss": "^4.1.16", "@tarojs/cli": "4.1.7", "@tarojs/plugin-generator": "4.1.7", "@tarojs/taro-loader": "4.1.7", "@tarojs/webpack5-runner": "4.1.7", "@types/minimatch": "^5", "@types/node": "^18", "@types/react": "^18.0.0", "@types/webpack-env": "^1.13.6", "babel-preset-taro": "4.1.7", "eslint": "^8.57.0", "eslint-config-taro": "4.1.7", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.4.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", "postcss": "^8.5.6", "react-refresh": "^0.14.0", "stylelint": "^16.4.0", "stylelint-config-standard": "^38.0.0", "tailwindcss": "^4.1.16", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.4.5", "weapp-tailwindcss": "^4.5.2", "webpack": "5.91.0" } }