@zykjcommon/questions 0.0.64 → 0.0.65

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykjcommon/questions",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "main": "src/components/questions/entry.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -11,10 +11,53 @@
11
11
  "lint": "vue-cli-service lint",
12
12
  "build:lib": "vue-cli-service build --target lib src/components/questions/buildEntry.js --name zykjcommon-questions",
13
13
  "publishLib": "node tasks/setPublishPackageJson.js && npm publish && node tasks/setOriPackageJson.js",
14
- "publishZykjLib": "npm publish --registry https://nexus.thedeer.cn/repository/npm-zykj-hosted/"
14
+ "publishZykjLib": "node tasks/setPublishPackageJson.js && npm publish --registry https://nexus.thedeer.cn/repository/npm-zykj/ && node tasks/setOriPackageJson.js"
15
+ },
16
+ "dependencies": {
17
+ "alife-logger": "^1.8.30",
18
+ "axios": "^0.26.0",
19
+ "cookie": "^0.4.1",
20
+ "core-js": "^3.6.5",
21
+ "crypto-js": "^3.1.9-1",
22
+ "md5": "^2.2.1",
23
+ "mitt": "^3.0.0",
24
+ "mobile-detect": "^1.4.5",
25
+ "video.js": "^7.6.0"
26
+ },
27
+ "devDependencies": {
28
+ "@types/node": "^18.11.9",
29
+ "@vue/cli-plugin-babel": "^5.0.1",
30
+ "@vue/cli-plugin-router": "~4.5.0",
31
+ "@vue/cli-plugin-typescript": "^5.0.1",
32
+ "@vue/cli-plugin-vuex": "~4.5.0",
33
+ "@vue/cli-service": "^5.0.1",
34
+ "@vue/compiler-sfc": "^3.0.0",
35
+ "@zykjcommon/questions": "^0.0.39",
36
+ "element-plus": "^2.0.2",
37
+ "file-loader": "^6.2.0",
38
+ "image-webpack-loader": "^8.1.0",
39
+ "postcss": "^8.4.6",
40
+ "postcss-cssnext": "^3.1.0",
41
+ "postcss-extend": "^1.0.5",
42
+ "postcss-import": "^14.0.2",
43
+ "postcss-mixins": "^6.2.1",
44
+ "postcss-nested": "^4.1.2",
45
+ "postcss-pxtorem": "^6.0.0",
46
+ "postcss-simple-vars": "^5.0.2",
47
+ "sass": "^1.26.5",
48
+ "sass-loader": "^8.0.2",
49
+ "typescript": "~4.1.5",
50
+ "unplugin-auto-import": "^0.6.0",
51
+ "unplugin-element-plus": "^0.3.1",
52
+ "unplugin-vue-components": "^0.17.18",
53
+ "url-loader": "^4.1.1",
54
+ "webpack": "^5.88.1",
55
+ "yargs": "^16.2.0",
56
+ "vue": "^3.0.0",
57
+ "vue-router": "^4.0.0-0",
58
+ "vuex": "^4.0.0-0",
59
+ "vuex-composition-helpers": "^2.0.1"
15
60
  },
16
- "dependencies": {},
17
- "devDependencies": {},
18
61
  "publishConfig": {
19
62
  "access": "public",
20
63
  "registry": "https://registry.npmjs.org"
package/package3.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@zykjcommon/questions",
3
+ "version": "0.0.64",
4
+ "main": "src/components/questions/entry.js",
5
+ "scripts": {
6
+ "serve": "vue-cli-service serve",
7
+ "design": "node tasks/vueMapper.js && node tasks/vueMapperTree.js && npm run serve -- --design",
8
+ "build": "vue-cli-service build",
9
+ "pre": "vue-cli-service build --mode test",
10
+ "buildTest": "vue-cli-service build --mode buildTest",
11
+ "lint": "vue-cli-service lint",
12
+ "build:lib": "vue-cli-service build --target lib src/components/questions/buildEntry.js --name zykjcommon-questions",
13
+ "publishLib": "node tasks/setPublishPackageJson.js && npm run publishZykjLib && node tasks/setOriPackageJson.js",
14
+ "publishZykjLib": "npm publish --registry https://nexus.thedeer.cn/repository/npm-zykj/"
15
+ },
16
+ "dependencies": {},
17
+ "devDependencies": {},
18
+ "publishConfig": {
19
+ "access": "public",
20
+ "registry": "https://registry.npmjs.org"
21
+ }
22
+ }
package/package2.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "name": "@zykjcommon/questions",
3
- "version": "0.0.62",
4
- "main": "src/components/questions/entry.js",
5
- "scripts": {
6
- "serve": "vue-cli-service serve",
7
- "design": "node tasks/vueMapper.js && node tasks/vueMapperTree.js && npm run serve -- --design",
8
- "build": "vue-cli-service build",
9
- "pre": "vue-cli-service build --mode test",
10
- "buildTest": "vue-cli-service build --mode buildTest",
11
- "lint": "vue-cli-service lint",
12
- "build:lib": "vue-cli-service build --target lib src/components/questions/buildEntry.js --name zykjcommon-questions",
13
- "publishLib": "node tasks/setPublishPackageJson.js && npm publish && node tasks/setOriPackageJson.js",
14
- "publishZykjLib": "node tasks/setPublishPackageJson.js && npm publish --registry https://nexus.thedeer.cn/repository/npm-zykj-hosted/ && node tasks/setOriPackageJson.js"
15
- },
16
- "dependencies": {
17
- "alife-logger": "^1.8.30",
18
- "axios": "^0.26.0",
19
- "cookie": "^0.4.1",
20
- "core-js": "^3.6.5",
21
- "crypto-js": "^3.1.9-1",
22
- "md5": "^2.2.1",
23
- "mitt": "^3.0.0",
24
- "mobile-detect": "^1.4.5",
25
- "video.js": "^7.6.0",
26
- "vue": "^3.0.0",
27
- "vue-router": "^4.0.0-0",
28
- "vuex": "^4.0.0-0",
29
- "vuex-composition-helpers": "^2.0.1"
30
- },
31
- "devDependencies": {
32
- "@types/node": "^18.11.9",
33
- "@vue/cli-plugin-babel": "^5.0.1",
34
- "@vue/cli-plugin-router": "~4.5.0",
35
- "@vue/cli-plugin-typescript": "^5.0.1",
36
- "@vue/cli-plugin-vuex": "~4.5.0",
37
- "@vue/cli-service": "^5.0.1",
38
- "@vue/compiler-sfc": "^3.0.0",
39
- "@zykjcommon/questions": "^0.0.39",
40
- "element-plus": "^2.0.2",
41
- "file-loader": "^6.2.0",
42
- "image-webpack-loader": "^8.1.0",
43
- "postcss": "^8.4.6",
44
- "postcss-cssnext": "^3.1.0",
45
- "postcss-extend": "^1.0.5",
46
- "postcss-import": "^14.0.2",
47
- "postcss-mixins": "^6.2.1",
48
- "postcss-nested": "^4.1.2",
49
- "postcss-pxtorem": "^6.0.0",
50
- "postcss-simple-vars": "^5.0.2",
51
- "sass": "^1.26.5",
52
- "sass-loader": "^8.0.2",
53
- "typescript": "~4.1.5",
54
- "unplugin-auto-import": "^0.6.0",
55
- "unplugin-element-plus": "^0.3.1",
56
- "unplugin-vue-components": "^0.17.18",
57
- "url-loader": "^4.1.1",
58
- "webpack": "^5.88.1",
59
- "yargs": "^16.2.0"
60
- },
61
- "publishConfig": {
62
- "access": "public",
63
- "registry": "https://registry.npmjs.org"
64
- }
65
- }