@tarojs/cli 4.1.4-beta.4 → 4.1.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/cli",
|
|
3
|
-
"version": "4.1.4-beta.
|
|
3
|
+
"version": "4.1.4-beta.5",
|
|
4
4
|
"description": "cli tool for taro",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
"ora": "^5.4.1",
|
|
43
43
|
"semver": "^7.6.0",
|
|
44
44
|
"validate-npm-package-name": "^5.0.0",
|
|
45
|
-
"@tarojs/binding": "4.1.4-beta.
|
|
46
|
-
"@tarojs/helper": "4.1.4-beta.
|
|
47
|
-
"@tarojs/service": "4.1.4-beta.
|
|
48
|
-
"@tarojs/shared": "4.1.4-beta.
|
|
45
|
+
"@tarojs/binding": "4.1.4-beta.5",
|
|
46
|
+
"@tarojs/helper": "4.1.4-beta.5",
|
|
47
|
+
"@tarojs/service": "4.1.4-beta.5",
|
|
48
|
+
"@tarojs/shared": "4.1.4-beta.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/types": "^7.24.0",
|
|
52
52
|
"@types/babel__traverse": "^7.20.6",
|
|
53
53
|
"eslint-plugin-react": "^7.34.1",
|
|
54
54
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
55
|
-
"@tarojs/plugin-platform-h5": "4.1.4-beta.
|
|
56
|
-
"@tarojs/plugin-platform-weapp": "4.1.4-beta.
|
|
57
|
-
"@tarojs/taro": "4.1.4-beta.
|
|
58
|
-
"
|
|
59
|
-
"
|
|
55
|
+
"@tarojs/plugin-platform-h5": "4.1.4-beta.5",
|
|
56
|
+
"@tarojs/plugin-platform-weapp": "4.1.4-beta.5",
|
|
57
|
+
"@tarojs/taro": "4.1.4-beta.5",
|
|
58
|
+
"@tarojs/webpack5-runner": "4.1.4-beta.5",
|
|
59
|
+
"babel-preset-taro": "4.1.4-beta.5"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"prod": "pnpm run build",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default { extends: ["@commitlint/config-conventional"] };
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"framework": "{{ framework }}"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
+
"prepare": "husky",
|
|
13
14
|
"new": "taro new",
|
|
14
15
|
"build:weapp": "taro build --type weapp",
|
|
15
16
|
"build:swan": "taro build --type swan",
|
|
@@ -76,6 +77,8 @@
|
|
|
76
77
|
},{{#if (includes "Webpack5" s=compiler)}}
|
|
77
78
|
"devDependencies": {
|
|
78
79
|
"@babel/core": "^7.24.4",
|
|
80
|
+
"@commitlint/cli": "^19.8.1",
|
|
81
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
79
82
|
"@tarojs/cli": "{{ version }}",
|
|
80
83
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
81
84
|
"@types/webpack-env": "^1.13.6",{{#if (includes "React" "Preact" s=framework)}}
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"babel-preset-taro": "{{ version }}",{{#if (eq framework "Vue3") }}
|
|
91
94
|
"css-loader": "^7.1.1",
|
|
92
95
|
"style-loader": "^3.3.4",
|
|
96
|
+
"stylelint-config-standard": "^38.0.0",
|
|
93
97
|
"@tarojs/test-utils-vue3": "^0.1.1",
|
|
94
98
|
"@vue/babel-plugin-jsx": "^1.2.2",
|
|
95
99
|
"@vue/compiler-sfc": "^3.0.0",
|
|
@@ -105,6 +109,8 @@
|
|
|
105
109
|
"@babel/preset-react": "^7.24.1",
|
|
106
110
|
"eslint-plugin-react": "^7.34.1",
|
|
107
111
|
"eslint-plugin-react-hooks": "^4.4.0",{{/if}}
|
|
112
|
+
"husky": "^9.1.7",
|
|
113
|
+
"lint-staged": "^16.1.2",
|
|
108
114
|
"stylelint": "^16.4.0"{{#if typescript }},
|
|
109
115
|
"typescript": "^5.4.5",
|
|
110
116
|
"tsconfig-paths-webpack-plugin": "^4.1.0"{{/if}},
|
|
@@ -114,6 +120,8 @@
|
|
|
114
120
|
"devDependencies": {
|
|
115
121
|
"@babel/core": "^7.24.4",
|
|
116
122
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
123
|
+
"@commitlint/cli": "^19.8.1",
|
|
124
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
117
125
|
"@tarojs/cli": "{{ version }}",
|
|
118
126
|
"@tarojs/vite-runner": "{{ version }}",
|
|
119
127
|
"babel-preset-taro": "{{ version }}",
|
|
@@ -133,6 +141,8 @@
|
|
|
133
141
|
"react-refresh": "^0.14.0",{{/if}}{{#if (eq framework "Vue3") }}
|
|
134
142
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
135
143
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
144
|
+
"husky": "^9.1.7",
|
|
145
|
+
"lint-staged": "^16.1.2",
|
|
136
146
|
"eslint-plugin-vue": "^9.17.0",{{/if}}{{#if (eq framework "Solid") }}
|
|
137
147
|
"vite-plugin-solid": "2.10.0",{{/if}}{{#if (eq css "Sass") }}
|
|
138
148
|
"sass": "^1.75.0",{{/if}}{{#if (eq css "Less") }}
|
|
@@ -140,5 +150,6 @@
|
|
|
140
150
|
"stylus": "^0.63.0",{{/if}}{{#if typescript }}
|
|
141
151
|
"typescript": "^5.4.5",{{/if}}
|
|
142
152
|
"postcss": "^8.4.38"
|
|
153
|
+
"stylelint-config-standard": "^38.0.0"
|
|
143
154
|
}{{/if}}
|
|
144
155
|
}
|