create-jsview 3.0.0-next-vue.0 → 3.0.0-test.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/package.json +3 -3
- package/template-vue-vite/package-lock-json +66 -4
- package/template-vue-vite/package.json +2 -2
- package/template-vue-vite/tsconfig/tsconfig.app.json +6 -1
- package/template-vue-vite/tsconfig/tsconfig.jsview.json +4 -14
- package/template-vue-vite/tsconfig/tsconfig.node.json +1 -1
- package/template-vue-vite/tsconfig.json +0 -1
- package/template-vue-vite/tsconfig/tsconfig.app.tsbuildinfo +0 -1
- package/template-vue-vite/tsconfig/tsconfig.node.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-jsview",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-test.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-jsview": "index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prompts": "^2.4.2"
|
|
30
30
|
},
|
|
31
31
|
"template": {
|
|
32
|
-
"vue": "3.0.0-
|
|
33
|
-
"react": "3.0.0-
|
|
32
|
+
"vue": "3.0.0-test.0",
|
|
33
|
+
"react": "3.0.0-test.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@shijiu/jsview": "3.0.0-
|
|
13
|
-
"@shijiu/jsview-vue": "3.0.0-
|
|
12
|
+
"@shijiu/jsview": "3.0.0-test.0",
|
|
13
|
+
"@shijiu/jsview-vue": "3.0.0-test.0",
|
|
14
14
|
"@vue/compiler-core": "3.6.0-beta.10",
|
|
15
15
|
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
16
16
|
"@vue/compiler-sfc": "3.6.0-beta.10",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"../vue-extra-samples": {
|
|
39
39
|
"name": "jsview-vue-extra-samples",
|
|
40
40
|
"version": "0.0.0",
|
|
41
|
+
"extraneous": true,
|
|
41
42
|
"devDependencies": {},
|
|
42
43
|
"engines": {
|
|
43
44
|
"node": ">=16.0.0"
|
|
@@ -477,13 +478,33 @@
|
|
|
477
478
|
"node_modules/@shijiu/jsview": {
|
|
478
479
|
"resolved": "",
|
|
479
480
|
"link": true,
|
|
480
|
-
"
|
|
481
|
+
"license": "MIT",
|
|
482
|
+
"dependencies": {
|
|
483
|
+
"gifuct-js": "2.1.2",
|
|
484
|
+
"postcss-js": "5.1.0"
|
|
485
|
+
},
|
|
486
|
+
"bin": {
|
|
487
|
+
"jsview-post-build": "tools/jsview-post-build.mjs",
|
|
488
|
+
"jsview-post-install": "tools/jsview-post-install.mjs",
|
|
489
|
+
"jsview-run-tool": "tools/jsview-run-tool.mjs"
|
|
490
|
+
},
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">=20.0.0"
|
|
493
|
+
},
|
|
494
|
+
"version": "3.0.0-test.0",
|
|
481
495
|
"integrity": ""
|
|
482
496
|
},
|
|
483
497
|
"node_modules/@shijiu/jsview-vue": {
|
|
484
498
|
"resolved": "",
|
|
485
499
|
"link": true,
|
|
486
|
-
"
|
|
500
|
+
"license": "MIT",
|
|
501
|
+
"dependencies": {
|
|
502
|
+
"qr.js": "0.0.0"
|
|
503
|
+
},
|
|
504
|
+
"engines": {
|
|
505
|
+
"node": ">=20.0.0"
|
|
506
|
+
},
|
|
507
|
+
"version": "3.0.0-test.0",
|
|
487
508
|
"integrity": ""
|
|
488
509
|
},
|
|
489
510
|
"node_modules/@tybys/wasm-util": {
|
|
@@ -890,12 +911,26 @@
|
|
|
890
911
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
891
912
|
}
|
|
892
913
|
},
|
|
914
|
+
"node_modules/gifuct-js": {
|
|
915
|
+
"version": "2.1.2",
|
|
916
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/gifuct-js/-/gifuct-js-2.1.2.tgz",
|
|
917
|
+
"integrity": "sha512-rI2asw77u0mGgwhV3qA+OEgYqaDn5UNqgs+Bx0FGwSpuqfYn+Ir6RQY5ENNQ8SbIiG/m5gVa7CD5RriO4f4Lsg==",
|
|
918
|
+
"license": "MIT",
|
|
919
|
+
"dependencies": {
|
|
920
|
+
"js-binary-schema-parser": "^2.0.3"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
893
923
|
"node_modules/hookable": {
|
|
894
924
|
"version": "5.5.3",
|
|
895
925
|
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/hookable/-/hookable-5.5.3.tgz",
|
|
896
926
|
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
|
897
927
|
"license": "MIT"
|
|
898
928
|
},
|
|
929
|
+
"node_modules/js-binary-schema-parser": {
|
|
930
|
+
"version": "2.0.3",
|
|
931
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
|
|
932
|
+
"integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="
|
|
933
|
+
},
|
|
899
934
|
"node_modules/jsesc": {
|
|
900
935
|
"version": "3.1.0",
|
|
901
936
|
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -1346,6 +1381,33 @@
|
|
|
1346
1381
|
"node": "^10 || ^12 || >=14"
|
|
1347
1382
|
}
|
|
1348
1383
|
},
|
|
1384
|
+
"node_modules/postcss-js": {
|
|
1385
|
+
"version": "5.1.0",
|
|
1386
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/postcss-js/-/postcss-js-5.1.0.tgz",
|
|
1387
|
+
"integrity": "sha512-glrtXSrLt3eH/mgceNgP6u/6jHodqRQ/ToFht+yqwquw0KBf6Zue5qJQFgcIEfQQyYl+BCPN/TYdWyeOQh3c5Q==",
|
|
1388
|
+
"funding": [
|
|
1389
|
+
{
|
|
1390
|
+
"type": "opencollective",
|
|
1391
|
+
"url": "https://opencollective.com/postcss/"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"type": "github",
|
|
1395
|
+
"url": "https://github.com/sponsors/ai"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"engines": {
|
|
1399
|
+
"node": "^20 || ^22 || >= 24"
|
|
1400
|
+
},
|
|
1401
|
+
"peerDependencies": {
|
|
1402
|
+
"postcss": "^8.4.21"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"node_modules/qr.js": {
|
|
1406
|
+
"version": "0.0.0",
|
|
1407
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/qr.js/-/qr.js-0.0.0.tgz",
|
|
1408
|
+
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==",
|
|
1409
|
+
"license": "MIT"
|
|
1410
|
+
},
|
|
1349
1411
|
"node_modules/quansync": {
|
|
1350
1412
|
"version": "0.2.11",
|
|
1351
1413
|
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/quansync/-/quansync-0.2.11.tgz",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"tool": "jsview-run-tool --framework=vue"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@shijiu/jsview": "3.0.0-
|
|
16
|
-
"@shijiu/jsview-vue": "3.0.0-
|
|
15
|
+
"@shijiu/jsview": "3.0.0-test.0",
|
|
16
|
+
"@shijiu/jsview-vue": "3.0.0-test.0",
|
|
17
17
|
"@vue/compiler-core": "3.6.0-beta.10",
|
|
18
18
|
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
19
19
|
"@vue/compiler-sfc": "3.6.0-beta.10",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"extends": "./tsconfig.jsview.json",
|
|
2
3
|
"compilerOptions": {
|
|
3
4
|
"target": "ES2020",
|
|
4
5
|
"useDefineForClassFields": true,
|
|
@@ -20,5 +21,9 @@
|
|
|
20
21
|
"noUnusedParameters": true,
|
|
21
22
|
"noFallthroughCasesInSwitch": true
|
|
22
23
|
},
|
|
23
|
-
"include": [
|
|
24
|
+
"include": [
|
|
25
|
+
"../src/**/*.ts",
|
|
26
|
+
"../src/**/*.tsx",
|
|
27
|
+
"../src/**/*.vue",
|
|
28
|
+
]
|
|
24
29
|
}
|
|
@@ -1,25 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"
|
|
4
|
-
"useDefineForClassFields": true,
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"moduleResolution": "bundler",
|
|
7
|
-
"strict": true,
|
|
8
|
-
"jsx": "preserve",
|
|
3
|
+
"allowJs": true,
|
|
9
4
|
"resolveJsonModule": true,
|
|
10
|
-
"isolatedModules": true,
|
|
11
5
|
"esModuleInterop": true,
|
|
12
|
-
"lib": ["ES2020", "dom"],
|
|
13
|
-
"skipLibCheck": true,
|
|
14
|
-
"noEmit": true,
|
|
15
|
-
"allowJs": true,
|
|
16
6
|
"experimentalDecorators": true,
|
|
17
7
|
"paths": {
|
|
18
|
-
"jsview": [ "
|
|
19
|
-
"jsview-vue-samples
|
|
8
|
+
"jsview": [ "../node_modules/@shijiu/jsview-vue" ],
|
|
9
|
+
"jsview-vue-samples": [ "../node_modules/@shijiu/jsview-vue-samples" ]
|
|
20
10
|
}
|
|
21
11
|
},
|
|
22
12
|
"include": [
|
|
23
|
-
"
|
|
13
|
+
"../node_modules/@shijiu/jsview-vue-samples/**/*.vue"
|
|
24
14
|
]
|
|
25
15
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./src/main.ts","./src/vite-env.d.ts","./src/app.vue","./src/components/helloworld.vue"],"version":"5.9.3"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./vite.config.ts"],"version":"5.9.3"}
|