-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.25 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 5.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "vantui-demo",
"version": "3.6.6",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
"name": "default",
"typescript": true,
"css": "less"
},
"engines": {
"node": ">=16",
"npm": ">=6.4",
"yarn": ">=1.22"
},
"appId": {
"weapp": {
"real": "wx5902fa56c2961815",
"pre": "wx5902fa56c2961815",
"dev": "wx5902fa56c2961815"
},
"tt": {
"real": "",
"pre": "",
"dev": ""
},
"qq": {
"real": "",
"pre": "",
"dev": ""
},
"kwai": {
"real": "",
"pre": "",
"dev": ""
},
"swan": {
"real": "",
"pre": "",
"dev": ""
}
},
"browserslist": {
"production": [
"ios >= 9"
],
"development": [
"last 1 version"
]
},
"scripts": {
"iconfont": "npx antm-icon --input-path https://at.alicdn.com/t/xxxx.css --output-path src/iconfont.less",
"watch:kwai": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type kwai --watch",
"watch:swan": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type swan --watch",
"watch:dd": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type dd --watch",
"watch:weapp": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type weapp --watch",
"watch:qq": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type qq --watch",
"watch:alipay": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type alipay --watch",
"watch:tt": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type tt --watch",
"watch:h5": "cross-env NODE_ENV=development API_ENV=dev WATCHING=true npx taro build --type h5 --watch",
"dev:kwai": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type kwai",
"dev:swan": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type swan",
"dev:dd": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type dd",
"dev:weapp": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type weapp",
"dev:qq": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type qq",
"dev:alipay": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type alipay",
"dev:tt": "cross-env NODE_ENV=production API_ENV=dev npx taro build --type tt",
"dev:h5": "cross-env NODE_ENV=production API_ENV=dev PUBLIC_PATH=https://x.x.com/${API_ENV}/${pkgName}/${version}/ npx taro build --type h5",
"real:kwai": "cross-env NODE_ENV=production API_ENV=real npx taro build --type kwai",
"real:swan": "cross-env NODE_ENV=production API_ENV=real npx taro build --type swan",
"real:dd": "cross-env NODE_ENV=production API_ENV=real npx taro build --type dd",
"real:weapp": "cross-env NODE_ENV=production API_ENV=real npx taro build --type weapp",
"real:qq": "cross-env NODE_ENV=production API_ENV=real npx taro build --type qq",
"real:alipay": "cross-env NODE_ENV=production API_ENV=real npx taro build --type alipay",
"real:tt": "cross-env NODE_ENV=production API_ENV=real npx taro build --type tt",
"real:h5": "cross-env NODE_ENV=production API_ENV=real PUBLIC_PATH=https://x.x.com/${API_ENV}/${pkgName}/${version}/ npx taro build --type h5",
"real:h5Doc": "cross-env NODE_ENV=production API_ENV=real PUBLIC_PATH=/vantui/main/ npx taro build --type h5",
"build": "cross-env NODE_ENV=production npx taro build --type weapp",
"test:watch": "",
"test": ""
},
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^2.3.3",
"@antmjs/vantui": "3.4.9",
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.5.7",
"@tarojs/helper": "3.5.7",
"@tarojs/plugin-framework-react": "3.5.7",
"@tarojs/plugin-platform-alipay": "3.5.7",
"@tarojs/plugin-platform-alipay-dd": "^0.1.3",
"@tarojs/plugin-platform-jd": "3.5.7",
"@tarojs/plugin-platform-kwai": "^2.0.0",
"@tarojs/plugin-platform-qq": "3.5.7",
"@tarojs/plugin-platform-swan": "3.5.7",
"@tarojs/plugin-platform-tt": "3.5.7",
"@tarojs/plugin-platform-weapp": "3.5.7",
"@tarojs/react": "3.5.7",
"@tarojs/router": "3.5.7",
"@tarojs/runtime": "3.5.7",
"@tarojs/shared": "3.5.7",
"@tarojs/taro": "3.5.7",
"@tarojs/taro-h5": "3.5.7",
"@vant/area-data": "^1.3.1",
"@vant/icons": "^1.8.0",
"element-china-area-data": "^5.0.2",
"glob": "^10.2.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@antmjs/iconfont": "^2.3.3",
"@antmjs/plugin-global-fix": "^2.3.3",
"@antmjs/plugin-h5-fix": "^2.3.3",
"@antmjs/plugin-mini-fix": "^2.3.3",
"@babel/core": "^7.8.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "3.5.7",
"@tarojs/webpack5-runner": "3.5.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/webpack-env": "^1.13.6",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-taro": "3.5.7",
"cross-env": "^7.0.3",
"postcss": "^8.4.18",
"react-refresh": "^0.11.0",
"webpack": "5.69.0"
}
}