Files
template-taro/package.json
Qingtian239113 a379f2c2da Initial commit
2022-03-28 11:26:51 +08:00

74 lines
2.4 KiB
JSON

{
"name": "taro-demo",
"version": "1.0.0",
"private": true,
"description": "",
"templateInfo": {
"name": "default",
"typescript": true,
"css": "less"
},
"scripts": {
"build:weapp": "taro build --type weapp",
"build:vastbox": "node build.js vast-box && taro build --type weapp",
"build:xihu": "node build.js xihu && 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:quickapp": "taro build --type quickapp",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:vastbox": "node build.js vast-box && npm run build:weapp -- --watch",
"dev:xihu": "node build.js xihu && 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:quickapp": "npm run build:quickapp -- --watch",
"dev:weapp-pro": "NODE_ENV=production taro build --type weapp --watch"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.3.18",
"@tarojs/react": "3.3.18",
"@tarojs/runtime": "3.3.18",
"@tarojs/taro": "3.3.18",
"dayjs": "1.10.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"taro-poster-render": "^2.0.5",
"taro-ui": "3.0.0-alpha.10",
"three-platformize": "^1.133.3"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/mini-runner": "3.3.18",
"@tarojs/webpack-runner": "3.3.18",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-preset-taro": "3.3.18",
"dayjs": "1.10.5",
"dotenv": "^10.0.0",
"eslint": "^6.8.0",
"eslint-config-taro": "3.3.18",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "9.3.0",
"typescript": "^4.1.0"
}
}