81 lines
2.9 KiB
JSON
81 lines
2.9 KiB
JSON
{
|
|
"name": "playBallTogether",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "playBallTogether",
|
|
"templateInfo": {
|
|
"name": "react-NutUI",
|
|
"typescript": true,
|
|
"css": "Sass",
|
|
"framework": "React"
|
|
},
|
|
"scripts": {
|
|
"dev": "npm run dev:weapp",
|
|
"dev:local": "npm run dev:weapp:dev_local",
|
|
"dev:weapp": "node scripts/sync-project-config.js dev && taro build --type weapp --mode dev --watch",
|
|
"dev:weapp:dev_local": "node scripts/sync-project-config.js dev_local && taro build --type weapp --mode dev_local --watch",
|
|
"build": "npm run build:weapp",
|
|
"build:weapp": "node scripts/sync-project-config.js pr && taro build --type weapp --mode pr",
|
|
"build:sit": "node scripts/sync-project-config.js sit && taro build --type weapp --mode sit",
|
|
"build:pr": "node scripts/sync-project-config.js pr && taro build --type weapp --mode pr",
|
|
"dev:h5": "npm run build:h5 -- --watch"
|
|
},
|
|
"browserslist": ["last 3 versions", "Android >= 4.1", "ios >= 8"],
|
|
"author": "",
|
|
"dependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
"@babel/runtime": "^7.21.5",
|
|
"@nutui/nutui-react-taro": "^2.6.14",
|
|
"@tarojs/components": "4.1.5",
|
|
"@tarojs/helper": "4.1.5",
|
|
"@tarojs/plugin-framework-react": "4.1.5",
|
|
"@tarojs/plugin-html": "4.1.5",
|
|
"@tarojs/plugin-platform-alipay": "4.1.5",
|
|
"@tarojs/plugin-platform-h5": "4.1.5",
|
|
"@tarojs/plugin-platform-jd": "4.1.5",
|
|
"@tarojs/plugin-platform-qq": "4.1.5",
|
|
"@tarojs/plugin-platform-swan": "4.1.5",
|
|
"@tarojs/plugin-platform-tt": "4.1.5",
|
|
"@tarojs/plugin-platform-weapp": "4.1.5",
|
|
"@tarojs/react": "4.1.5",
|
|
"@tarojs/runtime": "4.1.5",
|
|
"@tarojs/shared": "4.1.5",
|
|
"@tarojs/taro": "4.1.5",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"classnames": "^2.5.1",
|
|
"dayjs": "^1.11.13",
|
|
"qweather-icons": "^1.8.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.0",
|
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
"@tarojs/cli": "4.1.5",
|
|
"@tarojs/taro-loader": "4.1.5",
|
|
"@tarojs/webpack5-runner": "4.1.5",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.0.0",
|
|
"@types/webpack-env": "^1.13.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"babel-plugin-import": "^1.13.8",
|
|
"babel-preset-taro": "4.1.5",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-taro": "4.1.5",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"postcss": "^8.4.18",
|
|
"react-refresh": "^0.11.0",
|
|
"stylelint": "^14.4.0",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
"typescript": "^5.1.0",
|
|
"webpack": "5.78.0"
|
|
}
|
|
}
|