@tuya-sat/micro-script 3.3.15 → 3.3.16
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 +32 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-sat/micro-script",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.16",
|
|
4
4
|
"bin": "./dist/bin/cli.js",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,29 +15,6 @@
|
|
|
15
15
|
"prepublish": "yarn build"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@tuya-sat/micro-dev-loader": "3.3.15",
|
|
19
|
-
"@tuya-sat/micro-dev-proxy": "3.3.15",
|
|
20
|
-
"@tuya-sat/micro-utils": "3.3.15",
|
|
21
|
-
"chalk": "4.1.2",
|
|
22
|
-
"cheerio": "1.0.0-rc.10",
|
|
23
|
-
"cors": "^2.8.5",
|
|
24
|
-
"express": "4.17.3",
|
|
25
|
-
"fs-extra": "^10.1.0",
|
|
26
|
-
"joi": "17.6.0",
|
|
27
|
-
"kill-port": "^2.0.1",
|
|
28
|
-
"mime": "^3.0.0",
|
|
29
|
-
"open": "8.4.0",
|
|
30
|
-
"ora": "5.4.1",
|
|
31
|
-
"path-to-regexp": "6.2.0",
|
|
32
|
-
"portfinder": "1.0.28",
|
|
33
|
-
"prettier": "^2.8.8",
|
|
34
|
-
"react-refresh": "0.11.0",
|
|
35
|
-
"socket.io": "^4.6.0",
|
|
36
|
-
"uid": "^2.0.1",
|
|
37
|
-
"update-notifier": "5.1.0",
|
|
38
|
-
"uuid": "8.3.2"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
18
|
"@babel/core": "7.17.8",
|
|
42
19
|
"@babel/generator": "^7.20.14",
|
|
43
20
|
"@babel/parser": "^7.20.15",
|
|
@@ -46,37 +23,49 @@
|
|
|
46
23
|
"@babel/preset-typescript": "7.16.7",
|
|
47
24
|
"@babel/traverse": "^7.20.13",
|
|
48
25
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
26
|
+
"@tuya-sat/micro-dev-loader": "3.3.16",
|
|
27
|
+
"@tuya-sat/micro-dev-proxy": "3.3.16",
|
|
28
|
+
"@tuya-sat/micro-utils": "3.3.16",
|
|
51
29
|
"@types/kill-port": "^2.0.0",
|
|
52
|
-
"@types/uuid": "8.3.4",
|
|
53
|
-
"@types/webpack-stats-plugin": "^0.3.2",
|
|
54
30
|
"babel-loader": "8.2.4",
|
|
55
31
|
"babel-plugin-import": "1.13.3",
|
|
32
|
+
"chalk": "4.1.2",
|
|
33
|
+
"cheerio": "1.0.0-rc.10",
|
|
56
34
|
"copy-webpack-plugin": "10.2.4",
|
|
57
|
-
"
|
|
35
|
+
"cors": "^2.8.5",
|
|
58
36
|
"css-loader": "6.7.1",
|
|
59
37
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
38
|
+
"express": "4.17.3",
|
|
60
39
|
"fork-ts-checker-webpack-plugin": "7.2.1",
|
|
40
|
+
"fs-extra": "^10.1.0",
|
|
61
41
|
"html-webpack-plugin": "5.5.0",
|
|
62
42
|
"http-proxy-middleware": "2.0.4",
|
|
63
|
-
"
|
|
43
|
+
"joi": "17.6.0",
|
|
44
|
+
"kill-port": "^2.0.1",
|
|
64
45
|
"less": "4.1.2",
|
|
65
46
|
"less-loader": "10.2.0",
|
|
47
|
+
"mime": "^3.0.0",
|
|
66
48
|
"mini-css-extract-plugin": "2.6.0",
|
|
49
|
+
"open": "8.4.0",
|
|
50
|
+
"ora": "5.4.1",
|
|
51
|
+
"path-to-regexp": "6.2.0",
|
|
52
|
+
"portfinder": "1.0.28",
|
|
67
53
|
"postcss": "8.4.12",
|
|
68
54
|
"postcss-loader": "6.2.1",
|
|
69
55
|
"postcss-preset-env": "7.4.3",
|
|
56
|
+
"prettier": "^2.8.8",
|
|
57
|
+
"react-refresh": "0.11.0",
|
|
70
58
|
"resolve-url-loader": "5.0.0",
|
|
71
59
|
"sass": "1.49.9",
|
|
72
60
|
"sass-loader": "12.6.0",
|
|
61
|
+
"socket.io": "^4.6.0",
|
|
73
62
|
"style-loader": "3.3.1",
|
|
74
63
|
"svg-url-loader": "7.1.1",
|
|
75
|
-
"terser-webpack-plugin": "^5.3.6",
|
|
76
|
-
"ts-jest": "27.1.3",
|
|
77
64
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
78
|
-
"
|
|
65
|
+
"uid": "^2.0.1",
|
|
66
|
+
"update-notifier": "5.1.0",
|
|
79
67
|
"url-loader": "4.1.1",
|
|
68
|
+
"uuid": "8.3.2",
|
|
80
69
|
"vue-loader": "17.0.0",
|
|
81
70
|
"webpack": "5.94.0",
|
|
82
71
|
"webpack-cli": "5.0.1",
|
|
@@ -85,6 +74,16 @@
|
|
|
85
74
|
"webpack-merge": "5.8.0",
|
|
86
75
|
"webpack-stats-plugin": "^1.1.1"
|
|
87
76
|
},
|
|
77
|
+
"devDependencies": {
|
|
78
|
+
"@types/express": "4.17.13",
|
|
79
|
+
"@types/jest": "27.4.1",
|
|
80
|
+
"@types/uuid": "8.3.4",
|
|
81
|
+
"@types/webpack-stats-plugin": "^0.3.2",
|
|
82
|
+
"jest": "27.5.1",
|
|
83
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
84
|
+
"ts-jest": "27.1.3",
|
|
85
|
+
"typescript": "4.6.2"
|
|
86
|
+
},
|
|
88
87
|
"keywords": [
|
|
89
88
|
"saturn-project",
|
|
90
89
|
"micro-frontend",
|