@modern-js/app-tools 2.60.0 → 2.60.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +16 -8
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.60.0",
|
18
|
+
"version": "2.60.1-alpha.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -88,20 +88,20 @@
|
|
88
88
|
"mlly": "^1.6.1",
|
89
89
|
"pkg-types": "^1.1.0",
|
90
90
|
"std-env": "^3.7.0",
|
91
|
-
"@modern-js/core": "2.60.0",
|
92
91
|
"@modern-js/node-bundle-require": "2.60.0",
|
93
|
-
"@modern-js/plugin
|
94
|
-
"@modern-js/
|
92
|
+
"@modern-js/plugin": "2.60.0",
|
93
|
+
"@modern-js/core": "2.60.0",
|
95
94
|
"@modern-js/plugin-data-loader": "2.60.0",
|
95
|
+
"@modern-js/plugin-i18n": "2.60.0",
|
96
|
+
"@modern-js/plugin-lint": "2.60.0",
|
97
|
+
"@modern-js/rsbuild-plugin-esbuild": "2.60.0",
|
96
98
|
"@modern-js/prod-server": "2.60.0",
|
97
99
|
"@modern-js/server": "2.60.0",
|
98
|
-
"@modern-js/plugin": "2.60.0",
|
99
|
-
"@modern-js/rsbuild-plugin-esbuild": "2.60.0",
|
100
100
|
"@modern-js/server-core": "2.60.0",
|
101
|
+
"@modern-js/utils": "2.60.0",
|
101
102
|
"@modern-js/server-utils": "2.60.0",
|
102
103
|
"@modern-js/types": "2.60.0",
|
103
|
-
"@modern-js/uni-builder": "2.60.0"
|
104
|
-
"@modern-js/utils": "2.60.0"
|
104
|
+
"@modern-js/uni-builder": "2.60.0"
|
105
105
|
},
|
106
106
|
"devDependencies": {
|
107
107
|
"@rsbuild/plugin-webpack-swc": "1.0.2",
|
@@ -116,6 +116,14 @@
|
|
116
116
|
"@scripts/build": "2.60.0",
|
117
117
|
"@scripts/jest-config": "2.60.0"
|
118
118
|
},
|
119
|
+
"peerDependencies": {
|
120
|
+
"ts-node": "^10.7.0"
|
121
|
+
},
|
122
|
+
"peerDependenciesMeta": {
|
123
|
+
"ts-node": {
|
124
|
+
"optional": true
|
125
|
+
}
|
126
|
+
},
|
119
127
|
"sideEffects": false,
|
120
128
|
"publishConfig": {
|
121
129
|
"registry": "https://registry.npmjs.org/",
|