@shijiu/jsview 2.3.0 → 3.0.0-next-vue.0
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/dom/bin/jsview-dom-browser-engine-core.min.js +1 -1
- package/dom/bin/jsview-dom-browser-engine-modules.min.js +1 -1
- package/dom/bin/{jsview-dom-browser-forge.1436.54c9.wasm → jsview-dom-browser-forge.1760.0e35.wasm} +0 -0
- package/dom/bin/jsview-dom-browser-forge.min.js +1 -1
- package/dom/bin/jsview-dom-browser-forge.worker.min.js +1 -1
- package/dom/bin/jsview-dom-browser.min.js +1 -1
- package/dom/bin/jsview-dom-native.min.js +1 -1
- package/dom/bin/jsview-engine-js-native.min.js +1 -1
- package/dom/target_core_revision.mjs +2 -2
- package/loader/jsv-core-api/jsview-core-api-glue.js +10 -1
- package/loader/jsv-core-api/wasm/core-api.js +87 -1
- package/loader/jsv-core-api/wasm/wasm-extension.js +5 -0
- package/loader/jsview-loader.js +7 -0
- package/loader/jsview-main.mjs +2 -1
- package/loader/jsview.config.default.js +4 -0
- package/package.json +7 -5
- package/patches/@vitejs+plugin-vue+4.0.0.patch +51 -0
- package/patches/@vitejs+plugin-vue+6.0.6.patch +54 -0
- package/patches/@vue+compiler-dom+3.2.45.patch +22 -0
- package/patches/@vue+compiler-dom+3.6.0-beta.10.patch +22 -0
- package/patches/@vue+compiler-sfc+3.2.45.patch +1986 -0
- package/patches/@vue+compiler-sfc+3.6.0-beta.10.patch +69 -0
- package/patches/@vue+runtime-core+3.2.45.patch +353 -0
- package/patches/@vue+runtime-core+3.6.0-beta.10.patch +196 -0
- package/patches/@vue+runtime-dom+3.2.45.patch +81 -0
- package/patches/@vue+runtime-dom+3.6.0-beta.10.patch +47 -0
- package/patches/postcss-js+5.1.0.patch +20 -0
- package/patches/vite+4.0.0.patch +117 -0
- package/patches/vite+8.0.9.patch +77 -0
- package/patches/vue-router+4.1.6.patch +17 -0
- package/patches/vue-router+5.0.6.patch +0 -0
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-css-to-js.js → thirdparty/@vue/compiler-sfc/jsview-css-to-js.cjs} +15 -10
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-checker.js → thirdparty/@vue/compiler-sfc/jsview-style-checker.cjs} +6 -1
- package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-formator.cjs.js → thirdparty/@vue/compiler-sfc/jsview-style-formator.cjs} +3 -0
- package/thirdparty/@vue/runtime-core/jsview-render-break.mjs +189 -0
- package/thirdparty/vite/jsview-vite-extension.mjs +336 -0
- package/tools/jsview-build-zip.mjs +7 -2
- package/tools/jsview-common.mjs +18 -4
- package/tools/{jsview-logger.js → jsview-logger.cjs} +1 -1
- package/tools/jsview-post-build.mjs +88 -6
- package/tools/jsview-post-install.mjs +110 -103
- package/tools/jsview-run-tool.mjs +3 -6
- package/tools/jsview-vue-devtools.mjs +1 -1
- package/loader/jsview-react-main.js +0 -37
- package/loader/jsview-react-script-loader.js +0 -134
- package/patches/node_modules/@vitejs/plugin-react/dist/index.cjs +0 -520
- package/patches/node_modules/@vitejs/plugin-react/package.json +0 -55
- package/patches/node_modules/@vitejs/plugin-vue/dist/index.mjs +0 -2756
- package/patches/node_modules/@vitejs/plugin-vue/package.json +0 -51
- package/patches/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js +0 -3152
- package/patches/node_modules/@vue/compiler-dom/package.json +0 -43
- package/patches/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +0 -17730
- package/patches/node_modules/@vue/compiler-sfc/package.json +0 -59
- package/patches/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -8154
- package/patches/node_modules/@vue/runtime-core/package.json +0 -38
- package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +0 -1531
- package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1740
- package/patches/node_modules/@vue/runtime-dom/package.json +0 -42
- package/patches/node_modules/postcss-js/objectifier.js +0 -94
- package/patches/node_modules/postcss-js/package.json +0 -42
- package/patches/node_modules/react-dev-utils/WebpackDevServerUtils.js +0 -450
- package/patches/node_modules/react-dev-utils/package.json +0 -88
- package/patches/node_modules/react-dom/cjs/react-dom.development.js +0 -29868
- package/patches/node_modules/react-dom/cjs/react-dom.production.min.js +0 -323
- package/patches/node_modules/react-dom/package.json +0 -62
- package/patches/node_modules/react-scripts/config/paths.js +0 -179
- package/patches/node_modules/react-scripts/config/webpack.config.js +0 -858
- package/patches/node_modules/react-scripts/package.json +0 -108
- package/patches/node_modules/vite/dist/node/chunks/dep-ed9cb113.js +0 -63182
- package/patches/node_modules/vite/dist/node/constants.js +0 -125
- package/patches/node_modules/vite/dist/node/jsview-vite-extension.js +0 -245
- package/patches/node_modules/vite/package.json +0 -153
- package/patches/node_modules/vue-router/dist/vue-router.mjs +0 -3613
- package/patches/node_modules/vue-router/package.json +0 -114
- package/patches/node_modules/webpack-dev-server/client/utils/reloadApp.js +0 -76
- package/patches/node_modules/webpack-dev-server/client/utils/sendMessage.js +0 -21
- package/patches/node_modules/webpack-dev-server/package.json +0 -141
- /package/patches/{node_modules/@originjs/vite-plugin-federation/1.3.4/@originjs+vite-plugin-federation+1.3.4.patch → @originjs+vite-plugin-federation+1.3.4.patch} +0 -0
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "react-scripts",
|
|
3
|
-
"version": "5.0.1",
|
|
4
|
-
"description": "Configuration and scripts for Create React App.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/facebook/create-react-app.git",
|
|
8
|
-
"directory": "packages/react-scripts"
|
|
9
|
-
},
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=14.0.0"
|
|
13
|
-
},
|
|
14
|
-
"bugs": {
|
|
15
|
-
"url": "https://github.com/facebook/create-react-app/issues"
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
"bin",
|
|
19
|
-
"config",
|
|
20
|
-
"lib",
|
|
21
|
-
"scripts",
|
|
22
|
-
"template",
|
|
23
|
-
"template-typescript",
|
|
24
|
-
"utils"
|
|
25
|
-
],
|
|
26
|
-
"bin": {
|
|
27
|
-
"react-scripts": "./bin/react-scripts.js"
|
|
28
|
-
},
|
|
29
|
-
"types": "./lib/react-app.d.ts",
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@babel/core": "^7.16.0",
|
|
32
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
33
|
-
"@svgr/webpack": "^5.5.0",
|
|
34
|
-
"babel-jest": "^27.4.2",
|
|
35
|
-
"babel-loader": "^8.2.3",
|
|
36
|
-
"babel-plugin-named-asset-import": "^0.3.8",
|
|
37
|
-
"babel-preset-react-app": "^10.0.1",
|
|
38
|
-
"bfj": "^7.0.2",
|
|
39
|
-
"browserslist": "^4.18.1",
|
|
40
|
-
"camelcase": "^6.2.1",
|
|
41
|
-
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
42
|
-
"css-loader": "^6.5.1",
|
|
43
|
-
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
44
|
-
"dotenv": "^10.0.0",
|
|
45
|
-
"dotenv-expand": "^5.1.0",
|
|
46
|
-
"eslint": "^8.3.0",
|
|
47
|
-
"eslint-config-react-app": "^7.0.1",
|
|
48
|
-
"eslint-webpack-plugin": "^3.1.1",
|
|
49
|
-
"file-loader": "^6.2.0",
|
|
50
|
-
"fs-extra": "^10.0.0",
|
|
51
|
-
"html-webpack-plugin": "^5.5.0",
|
|
52
|
-
"identity-obj-proxy": "^3.0.0",
|
|
53
|
-
"jest": "^27.4.3",
|
|
54
|
-
"jest-resolve": "^27.4.2",
|
|
55
|
-
"jest-watch-typeahead": "^1.0.0",
|
|
56
|
-
"mini-css-extract-plugin": "^2.4.5",
|
|
57
|
-
"postcss": "^8.4.4",
|
|
58
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
59
|
-
"postcss-loader": "^6.2.1",
|
|
60
|
-
"postcss-normalize": "^10.0.1",
|
|
61
|
-
"postcss-preset-env": "^7.0.1",
|
|
62
|
-
"prompts": "^2.4.2",
|
|
63
|
-
"react-app-polyfill": "^3.0.0",
|
|
64
|
-
"react-dev-utils": "^12.0.1",
|
|
65
|
-
"react-refresh": "^0.11.0",
|
|
66
|
-
"resolve": "^1.20.0",
|
|
67
|
-
"resolve-url-loader": "^4.0.0",
|
|
68
|
-
"sass-loader": "^12.3.0",
|
|
69
|
-
"semver": "^7.3.5",
|
|
70
|
-
"source-map-loader": "^3.0.0",
|
|
71
|
-
"style-loader": "^3.3.1",
|
|
72
|
-
"tailwindcss": "^3.0.2",
|
|
73
|
-
"terser-webpack-plugin": "^5.2.5",
|
|
74
|
-
"webpack": "^5.64.4",
|
|
75
|
-
"webpack-dev-server": "^4.6.0",
|
|
76
|
-
"webpack-manifest-plugin": "^4.0.2",
|
|
77
|
-
"workbox-webpack-plugin": "^6.4.1"
|
|
78
|
-
},
|
|
79
|
-
"devDependencies": {
|
|
80
|
-
"react": "^18.0.0",
|
|
81
|
-
"react-dom": "^18.0.0"
|
|
82
|
-
},
|
|
83
|
-
"optionalDependencies": {
|
|
84
|
-
"fsevents": "^2.3.2"
|
|
85
|
-
},
|
|
86
|
-
"peerDependencies": {
|
|
87
|
-
"react": ">= 16",
|
|
88
|
-
"typescript": "^3.2.1 || ^4"
|
|
89
|
-
},
|
|
90
|
-
"peerDependenciesMeta": {
|
|
91
|
-
"typescript": {
|
|
92
|
-
"optional": true
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
"browserslist": {
|
|
96
|
-
"production": [
|
|
97
|
-
">0.2%",
|
|
98
|
-
"not dead",
|
|
99
|
-
"not op_mini all"
|
|
100
|
-
],
|
|
101
|
-
"development": [
|
|
102
|
-
"last 1 chrome version",
|
|
103
|
-
"last 1 firefox version",
|
|
104
|
-
"last 1 safari version"
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
|
-
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
|
|
108
|
-
}
|