@qingtian/qtcli 1.0.3-beta.2 → 1.0.3-beta.3

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/dist/package.json CHANGED
@@ -1,201 +1,201 @@
1
- {
2
- "name": "@qingtian/qtcli",
3
- "version": "1.0.3-beta.2",
4
- "description": "QTCli是一款基于node的前端工程化底座",
5
- "homepage": "https://gitee.com/fengrengame/qtnode#readme",
6
- "bugs": {
7
- "url": "https://gitee.com/fengrengame/qtnode/issues"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://gitee.com/fengrengame/qtnode.git"
12
- },
13
- "license": "ISC",
14
- "author": "yujie.guo",
15
- "type": "commonjs",
16
- "main": "./dist/bin/cli.js",
17
- "bin": {
18
- "qtcli": "./dist/bin/cli.js"
19
- },
20
- "files": [
21
- "dist",
22
- "README.md"
23
- ],
24
- "keywords": [
25
- "cli",
26
- "frontend",
27
- "build-tool",
28
- "webpack",
29
- "react"
30
- ],
31
- "publishConfig": {
32
- "registry": "https://registry.npmjs.org/"
33
- },
34
- "scripts": {
35
- "build": "rimraf ./dist && tsc -p .",
36
- "clean": "rimraf ./dist",
37
- "f2elint-fix": "f2elint fix",
38
- "f2elint-scan": "f2elint scan",
39
- "lint": "eslint .",
40
- "lint:fix": "eslint --fix .",
41
- "prepare": "husky install",
42
- "prepublishOnly": "npm run build",
43
- "start": "node --max-old-space-size=8192 ./node_modules/.bin/ts-node ./bin/cli.ts"
44
- },
45
- "commitlint": {
46
- "extends": [
47
- "ali"
48
- ]
49
- },
50
- "lint-staged": {
51
- "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix",
52
- "*.{css,less,scss}": "stylelint --fix",
53
- "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write"
54
- },
55
- "eslintConfig": {
56
- "extends": [
57
- "ali/typescript/node"
58
- ]
59
- },
60
- "stylelint": {},
61
- "dependencies": {
62
- "@babel/cli": "7.24.6",
63
- "@babel/core": "^7.16.0",
64
- "@babel/plugin-proposal-class-properties": "7.18.6",
65
- "@babel/plugin-proposal-decorators": "7.18.2",
66
- "@babel/plugin-proposal-object-rest-spread": "7.20.7",
67
- "@babel/plugin-syntax-flow": "7.24.6",
68
- "@babel/plugin-transform-block-scoping": "7.27.0",
69
- "@babel/plugin-transform-flow-strip-types": "7.24.6",
70
- "@babel/plugin-transform-runtime": "7.18.5",
71
- "@babel/plugin-transform-typescript": "7.24.6",
72
- "@babel/preset-env": "7.18.2",
73
- "@babel/preset-react": "7.17.12",
74
- "@babel/preset-typescript": "7.17.12",
75
- "@commitlint/cli": "^19.8.0",
76
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
77
- "@svgr/webpack": "^5.5.0",
78
- "@types/react": "18.0.12",
79
- "@types/react-dom": "18.0.5",
80
- "autoprefixer": "10.4.7",
81
- "babel-loader": "^8.2.3",
82
- "babel-plugin-import": "1.13.8",
83
- "babel-plugin-named-asset-import": "^0.3.8",
84
- "babel-preset-react-app": "^10.0.1",
85
- "bfj": "^7.0.2",
86
- "browserslist": "^4.18.1",
87
- "camelcase": "^6.2.1",
88
- "case-sensitive-paths-webpack-plugin": "^2.4.0",
89
- "cli-progress": "3.12.0",
90
- "colors": "1.4.0",
91
- "commander": "12.1.0",
92
- "commitlint-config-ali": "1.1.0",
93
- "compressing": "1.10.0",
94
- "compression-webpack-plugin": "10.0.0",
95
- "copy-webpack-plugin": "11.0.0",
96
- "core-js": "3.23.0",
97
- "cross-env": "7.0.3",
98
- "css-loader": "^6.5.1",
99
- "css-minimizer-webpack-plugin": "^3.2.0",
100
- "dotenv": "^10.0.0",
101
- "dotenv-expand": "^5.1.0",
102
- "eslint": "^8.3.0",
103
- "eslint-config-ali": "15.1.0",
104
- "eslint-config-prettier": "9.1.0",
105
- "eslint-config-react-app": "^7.0.1",
106
- "eslint-plugin-prettier": "5.2.6",
107
- "eslint-webpack-plugin": "^3.1.1",
108
- "extract-zip": "2.0.1",
109
- "file-loader": "^6.2.0",
110
- "fs-extra": "^10.0.0",
111
- "glob-all": "3.3.1",
112
- "html-webpack-plugin": "^5.5.0",
113
- "html-webpack-tags-plugin": "^3.0.0",
114
- "husky": "8.0.3",
115
- "identity-obj-proxy": "^3.0.0",
116
- "inquirer": "8.0.0",
117
- "less": "4.1.3",
118
- "less-loader": "11.0.0",
119
- "lint-staged": "15.5.1",
120
- "mini-css-extract-plugin": "^2.7.6",
121
- "postcss": "^8.4.38",
122
- "postcss-flexbugs-fixes": "^5.0.2",
123
- "postcss-loader": "^6.2.1",
124
- "postcss-normalize": "^10.0.1",
125
- "postcss-preset-env": "^7.0.1",
126
- "prettier": "3.5.3",
127
- "prettier-config-ali": "1.3.2",
128
- "progress": "2.0.3",
129
- "progress-bar-webpack-plugin": "2.1.0",
130
- "prompts": "^2.4.2",
131
- "purgecss-webpack-plugin": "4.1.3",
132
- "react": "^18.2.0",
133
- "react-app-polyfill": "^3.0.0",
134
- "react-dev-utils": "^12.0.1",
135
- "react-dom": "^18.2.0",
136
- "react-refresh": "^0.11.0",
137
- "resolve": "^1.20.0",
138
- "resolve-url-loader": "^4.0.0",
139
- "rimraf": "5.0.7",
140
- "sass": "1.70.0",
141
- "sass-loader": "^12.3.0",
142
- "semver": "^7.3.5",
143
- "source-map-loader": "^3.0.0",
144
- "speed-measure-webpack-plugin": "1.5.0",
145
- "style-loader": "^3.3.1",
146
- "stylelint": "16.19.1",
147
- "stylelint-config-ali": "2.1.2",
148
- "stylelint-prettier": "5.0.3",
149
- "tailwindcss": "^3.0.2",
150
- "terser-webpack-plugin": "^5.2.5",
151
- "thread-loader": "3.0.4",
152
- "ts-node": "10.9.2",
153
- "typescript": "4.7.3",
154
- "unzip": "0.1.11",
155
- "url-loader": "4.1.1",
156
- "webpack": "^5.64.4",
157
- "webpack-bundle-analyzer": "4.5.0",
158
- "webpack-cli": "4.9.2",
159
- "webpack-dev-server": "^4.6.0",
160
- "webpack-manifest-plugin": "^4.0.2",
161
- "webpack-merge": "5.8.0",
162
- "workbox-webpack-plugin": "^6.4.1",
163
- "xlsx": "^0.18.5",
164
- "yamljs": "0.3.0"
165
- },
166
- "devDependencies": {
167
- "@types/autoprefixer": "10.2.0",
168
- "@types/cli-progress": "3.11.5",
169
- "@types/colors": "1.2.1",
170
- "@types/commander": "2.12.2",
171
- "@types/compression-webpack-plugin": "9.1.1",
172
- "@types/copy-webpack-plugin": "10.1.0",
173
- "@types/css-minimizer-webpack-plugin": "3.2.1",
174
- "@types/extract-zip": "2.0.1",
175
- "@types/glob": "^8.1.0",
176
- "@types/html-webpack-plugin": "3.2.9",
177
- "@types/inquirer": "9.0.7",
178
- "@types/less": "3.0.6",
179
- "@types/mini-css-extract-plugin": "2.5.1",
180
- "@types/node": "14.18.47",
181
- "@types/progress": "2.0.7",
182
- "@types/progress-bar-webpack-plugin": "2.1.5",
183
- "@types/react": "19.1.2",
184
- "@types/react-dom": "19.1.2",
185
- "@types/react-refresh": "0.14.6",
186
- "@types/rimraf": "4.0.5",
187
- "@types/speed-measure-webpack-plugin": "1.3.6",
188
- "@types/typescript": "2.0.0",
189
- "@types/unzip": "0.1.4",
190
- "@types/webpack": "5.28.5",
191
- "@types/webpack-bundle-analyzer": "4.7.0",
192
- "@types/webpack-dev-server": "4.7.2",
193
- "@types/webpack-merge": "5.0.0",
194
- "@types/yamljs": "0.2.34",
195
- "babel-jest": "^27.4.2",
196
- "jest": "^27.4.3",
197
- "jest-resolve": "^27.4.2",
198
- "jest-watch-typeahead": "^1.0.0"
199
- },
200
- "email": "296963166@qq.com"
201
- }
1
+ {
2
+ "name": "@qingtian/qtcli",
3
+ "version": "1.0.3-beta.3",
4
+ "description": "QTCli是一款基于node的前端工程化底座",
5
+ "homepage": "https://gitee.com/fengrengame/qtnode#readme",
6
+ "bugs": {
7
+ "url": "https://gitee.com/fengrengame/qtnode/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://gitee.com/fengrengame/qtnode.git"
12
+ },
13
+ "license": "ISC",
14
+ "author": "yujie.guo",
15
+ "type": "commonjs",
16
+ "main": "./dist/bin/cli.js",
17
+ "bin": {
18
+ "qtcli": "./dist/bin/cli.js"
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "README.md"
23
+ ],
24
+ "keywords": [
25
+ "cli",
26
+ "frontend",
27
+ "build-tool",
28
+ "webpack",
29
+ "react"
30
+ ],
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/"
33
+ },
34
+ "scripts": {
35
+ "build": "rimraf ./dist && tsc -p .",
36
+ "clean": "rimraf ./dist",
37
+ "f2elint-fix": "f2elint fix",
38
+ "f2elint-scan": "f2elint scan",
39
+ "lint": "eslint .",
40
+ "lint:fix": "eslint --fix .",
41
+ "prepare": "husky install",
42
+ "prepublishOnly": "npm run build",
43
+ "start": "node --max-old-space-size=8192 ./node_modules/.bin/ts-node ./bin/cli.ts"
44
+ },
45
+ "commitlint": {
46
+ "extends": [
47
+ "ali"
48
+ ]
49
+ },
50
+ "lint-staged": {
51
+ "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix",
52
+ "*.{css,less,scss}": "stylelint --fix",
53
+ "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write"
54
+ },
55
+ "eslintConfig": {
56
+ "extends": [
57
+ "ali/typescript/node"
58
+ ]
59
+ },
60
+ "stylelint": {},
61
+ "dependencies": {
62
+ "@babel/cli": "7.24.6",
63
+ "@babel/core": "^7.16.0",
64
+ "@babel/plugin-proposal-class-properties": "7.18.6",
65
+ "@babel/plugin-proposal-decorators": "7.18.2",
66
+ "@babel/plugin-proposal-object-rest-spread": "7.20.7",
67
+ "@babel/plugin-syntax-flow": "7.24.6",
68
+ "@babel/plugin-transform-block-scoping": "7.27.0",
69
+ "@babel/plugin-transform-flow-strip-types": "7.24.6",
70
+ "@babel/plugin-transform-runtime": "7.18.5",
71
+ "@babel/plugin-transform-typescript": "7.24.6",
72
+ "@babel/preset-env": "7.18.2",
73
+ "@babel/preset-react": "7.17.12",
74
+ "@babel/preset-typescript": "7.17.12",
75
+ "@commitlint/cli": "^19.8.0",
76
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
77
+ "@svgr/webpack": "^5.5.0",
78
+ "@types/react": "18.0.12",
79
+ "@types/react-dom": "18.0.5",
80
+ "autoprefixer": "10.4.7",
81
+ "babel-loader": "^8.2.3",
82
+ "babel-plugin-import": "1.13.8",
83
+ "babel-plugin-named-asset-import": "^0.3.8",
84
+ "babel-preset-react-app": "^10.0.1",
85
+ "bfj": "^7.0.2",
86
+ "browserslist": "^4.18.1",
87
+ "camelcase": "^6.2.1",
88
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
89
+ "cli-progress": "3.12.0",
90
+ "colors": "1.4.0",
91
+ "commander": "12.1.0",
92
+ "commitlint-config-ali": "1.1.0",
93
+ "compressing": "1.10.0",
94
+ "compression-webpack-plugin": "10.0.0",
95
+ "copy-webpack-plugin": "11.0.0",
96
+ "core-js": "3.23.0",
97
+ "cross-env": "7.0.3",
98
+ "css-loader": "^6.5.1",
99
+ "css-minimizer-webpack-plugin": "^3.2.0",
100
+ "dotenv": "^10.0.0",
101
+ "dotenv-expand": "^5.1.0",
102
+ "eslint": "^8.3.0",
103
+ "eslint-config-ali": "15.1.0",
104
+ "eslint-config-prettier": "9.1.0",
105
+ "eslint-config-react-app": "^7.0.1",
106
+ "eslint-plugin-prettier": "5.2.6",
107
+ "eslint-webpack-plugin": "^3.1.1",
108
+ "extract-zip": "2.0.1",
109
+ "file-loader": "^6.2.0",
110
+ "fs-extra": "^10.0.0",
111
+ "glob-all": "3.3.1",
112
+ "html-webpack-plugin": "^5.5.0",
113
+ "html-webpack-tags-plugin": "^3.0.0",
114
+ "husky": "8.0.3",
115
+ "identity-obj-proxy": "^3.0.0",
116
+ "inquirer": "8.0.0",
117
+ "less": "4.1.3",
118
+ "less-loader": "11.0.0",
119
+ "lint-staged": "15.5.1",
120
+ "mini-css-extract-plugin": "^2.7.6",
121
+ "postcss": "^8.4.38",
122
+ "postcss-flexbugs-fixes": "^5.0.2",
123
+ "postcss-loader": "^6.2.1",
124
+ "postcss-normalize": "^10.0.1",
125
+ "postcss-preset-env": "^7.0.1",
126
+ "prettier": "3.5.3",
127
+ "prettier-config-ali": "1.3.2",
128
+ "progress": "2.0.3",
129
+ "progress-bar-webpack-plugin": "2.1.0",
130
+ "prompts": "^2.4.2",
131
+ "purgecss-webpack-plugin": "4.1.3",
132
+ "react": "^18.2.0",
133
+ "react-app-polyfill": "^3.0.0",
134
+ "react-dev-utils": "^12.0.1",
135
+ "react-dom": "^18.2.0",
136
+ "react-refresh": "^0.11.0",
137
+ "resolve": "^1.20.0",
138
+ "resolve-url-loader": "^4.0.0",
139
+ "rimraf": "5.0.7",
140
+ "sass": "1.70.0",
141
+ "sass-loader": "^12.3.0",
142
+ "semver": "^7.3.5",
143
+ "source-map-loader": "^3.0.0",
144
+ "speed-measure-webpack-plugin": "1.5.0",
145
+ "style-loader": "^3.3.1",
146
+ "stylelint": "16.19.1",
147
+ "stylelint-config-ali": "2.1.2",
148
+ "stylelint-prettier": "5.0.3",
149
+ "tailwindcss": "^3.0.2",
150
+ "terser-webpack-plugin": "^5.2.5",
151
+ "thread-loader": "3.0.4",
152
+ "ts-node": "10.9.2",
153
+ "typescript": "4.7.3",
154
+ "unzip": "0.1.11",
155
+ "url-loader": "4.1.1",
156
+ "webpack": "^5.64.4",
157
+ "webpack-bundle-analyzer": "4.5.0",
158
+ "webpack-cli": "4.9.2",
159
+ "webpack-dev-server": "^4.6.0",
160
+ "webpack-manifest-plugin": "^4.0.2",
161
+ "webpack-merge": "5.8.0",
162
+ "workbox-webpack-plugin": "^6.4.1",
163
+ "xlsx": "^0.18.5",
164
+ "yamljs": "0.3.0"
165
+ },
166
+ "devDependencies": {
167
+ "@types/autoprefixer": "10.2.0",
168
+ "@types/cli-progress": "3.11.5",
169
+ "@types/colors": "1.2.1",
170
+ "@types/commander": "2.12.2",
171
+ "@types/compression-webpack-plugin": "9.1.1",
172
+ "@types/copy-webpack-plugin": "10.1.0",
173
+ "@types/css-minimizer-webpack-plugin": "3.2.1",
174
+ "@types/extract-zip": "2.0.1",
175
+ "@types/glob": "^8.1.0",
176
+ "@types/html-webpack-plugin": "3.2.9",
177
+ "@types/inquirer": "9.0.7",
178
+ "@types/less": "3.0.6",
179
+ "@types/mini-css-extract-plugin": "2.5.1",
180
+ "@types/node": "14.18.47",
181
+ "@types/progress": "2.0.7",
182
+ "@types/progress-bar-webpack-plugin": "2.1.5",
183
+ "@types/react": "19.1.2",
184
+ "@types/react-dom": "19.1.2",
185
+ "@types/react-refresh": "0.14.6",
186
+ "@types/rimraf": "4.0.5",
187
+ "@types/speed-measure-webpack-plugin": "1.3.6",
188
+ "@types/typescript": "2.0.0",
189
+ "@types/unzip": "0.1.4",
190
+ "@types/webpack": "5.28.5",
191
+ "@types/webpack-bundle-analyzer": "4.7.0",
192
+ "@types/webpack-dev-server": "4.7.2",
193
+ "@types/webpack-merge": "5.0.0",
194
+ "@types/yamljs": "0.2.34",
195
+ "babel-jest": "^27.4.2",
196
+ "jest": "^27.4.3",
197
+ "jest-resolve": "^27.4.2",
198
+ "jest-watch-typeahead": "^1.0.0"
199
+ },
200
+ "email": "296963166@qq.com"
201
+ }