92 lines
3.1 KiB
JSON
92 lines
3.1 KiB
JSON
{
|
|
"name": "2025-09-14-webpack-demo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "webpack demo",
|
|
"templateInfo": {
|
|
"name": "default",
|
|
"typescript": true,
|
|
"css": "None",
|
|
"framework": "React"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"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",
|
|
"build:xhs": "taro build --type xhs",
|
|
"dev:xhs": "npm run build:xhs -- --watch",
|
|
"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"
|
|
},
|
|
"browserslist": [
|
|
"defaults and fully supports es6-module",
|
|
"maintained node versions"
|
|
],
|
|
"author": "",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@tarojs/components": "4.1.6",
|
|
"@tarojs/helper": "4.1.6",
|
|
"@tarojs/plugin-platform-weapp": "4.1.6",
|
|
"@tarojs/plugin-platform-alipay": "4.1.6",
|
|
"@tarojs/plugin-platform-tt": "4.1.6",
|
|
"@tarojs/plugin-platform-swan": "4.1.6",
|
|
"@tarojs/plugin-platform-jd": "4.1.6",
|
|
"@tarojs/plugin-platform-qq": "4.1.6",
|
|
"@tarojs/plugin-platform-h5": "4.1.6",
|
|
"@tarojs/plugin-platform-harmony-hybrid": "4.1.6",
|
|
"@tarojs/plugin-platform-xhs": "^1.2.2",
|
|
"@tarojs/runtime": "4.1.6",
|
|
"@tarojs/shared": "4.1.6",
|
|
"@tarojs/taro": "4.1.6",
|
|
"@tarojs/plugin-framework-react": "4.1.6",
|
|
"@tarojs/react": "4.1.6",
|
|
"react-dom": "^18.0.0",
|
|
"react": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tarojs/plugin-generator": "4.1.6",
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"lint-staged": "^16.1.6",
|
|
"husky": "^9.1.7",
|
|
"stylelint-config-standard": "^39.0.0",
|
|
"@babel/core": "^7.28.4",
|
|
"@tarojs/cli": "4.1.6",
|
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
"@types/webpack-env": "^1.18.8",
|
|
"@types/react": "^19.1.13",
|
|
"webpack": "5.101.3",
|
|
"@tarojs/taro-loader": "4.1.6",
|
|
"@tarojs/webpack5-runner": "4.1.6",
|
|
"babel-preset-taro": "4.1.6",
|
|
"eslint-config-taro": "4.1.6",
|
|
"eslint": "^9.35.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
"react-refresh": "^0.17.0",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"stylelint": "^16.24.0",
|
|
"typescript": "^5.9.2",
|
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
"postcss": "^8.5.6",
|
|
"@types/node": "^24",
|
|
"@types/minimatch": "^6"
|
|
}
|
|
} |