@conecli/cone-render 0.10.1-shop-beta.6 → 0.10.1-shop-beta.8

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.
Files changed (1) hide show
  1. package/package.json +159 -159
package/package.json CHANGED
@@ -1,161 +1,161 @@
1
1
  {
2
- "name": "@conecli/cone-render",
3
- "version": "0.10.1-shop-beta.6",
4
- "private": false,
5
- "files": [
6
- "dist/"
7
- ],
8
- "exports": {
9
- "./api": "./dist/open/api/index.ts",
10
- "./components": "./dist/open/components/index.ts",
11
- "./modules": "./dist/open/modules/index.ts",
12
- "./_api": "./dist/api",
13
- "./_config/": "./dist/config/",
14
- "./_common/": "./dist/common/",
15
- "./_components/": "./dist/components/",
16
- "./_interface": "./dist/interface",
17
- "./_jumpEventReport": "./dist/jumpEventReport",
18
- "./_jumpEventReport/": "./dist/jumpEventReport/",
19
- "./_utils": "./dist/utils",
20
- "./_utils/": "./dist/utils/",
21
- "./sass/": "./dist/sass/"
22
- },
23
- "description": "cone-render",
24
- "templateInfo": {
25
- "name": "default",
26
- "typescript": true,
27
- "css": "sass",
28
- "framework": "React"
29
- },
30
- "scripts": {
31
- "build:weapp": "taro build --type weapp",
32
- "build:swan": "taro build --type swan",
33
- "build:alipay": "taro build --type alipay",
34
- "build:tt": "taro build --type tt",
35
- "build:h5": "taro build --type h5",
36
- "build:rn": "taro build --type rn",
37
- "build:qq": "taro build --type qq",
38
- "build:jd": "taro build --type jd",
39
- "build:harmony-hybrid": "taro build --type harmony-hybrid",
40
- "dev:weapp": "npm run build:weapp -- --watch",
41
- "dev:swan": "npm run build:swan -- --watch",
42
- "dev:alipay": "npm run build:alipay -- --watch",
43
- "dev:tt": "npm run build:tt -- --watch",
44
- "dev:h5": "npm run build:h5 -- --watch",
45
- "dev:rn": "npm run build:rn -- --watch",
46
- "dev:qq": "npm run build:qq -- --watch",
47
- "dev:jd": "npm run build:jd -- --watch",
48
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
49
- "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
50
- "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
51
- "build": "npm run compress",
52
- "check": "gulp check --gulpfile ./publish/gulpfile.js"
53
- },
54
- "browserslist": {
55
- "development": [
56
- "defaults and fully supports es6-module",
57
- "maintained node versions"
58
- ],
59
- "production": [
60
- "last 3 versions",
61
- "Android >= 4.1",
62
- "ios >= 8"
63
- ]
64
- },
65
- "husky": {
66
- "hooks": {
67
- "pre-commit": "lint-staged",
68
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
69
- }
70
- },
71
- "lint-staged": {
72
- "*.{js,ts}": [
73
- "eslint",
74
- "eslint --fix",
75
- "git add"
76
- ],
77
- "*.{scss}": [
78
- "prettier --write",
79
- "git add"
80
- ]
81
- },
82
- "keywords": [
83
- "conecli",
84
- "render"
85
- ],
86
- "author": "conecli",
87
- "dependencies": {
88
- "@babel/runtime": "7.24.4",
89
- "@tarojs/components": "4.0.9-alpha.6",
90
- "@tarojs/helper": "4.0.9-alpha.6",
91
- "@tarojs/plugin-platform-weapp": "4.0.9-alpha.6",
92
- "@tarojs/plugin-platform-alipay": "4.0.9-alpha.6",
93
- "@tarojs/plugin-platform-tt": "4.0.9-alpha.6",
94
- "@tarojs/plugin-platform-swan": "4.0.9-alpha.6",
95
- "@tarojs/plugin-platform-jd": "4.0.9-alpha.6",
96
- "@tarojs/plugin-platform-qq": "4.0.9-alpha.6",
97
- "@tarojs/plugin-platform-h5": "4.0.9-alpha.6",
98
- "@tarojs/plugin-platform-harmony-hybrid": "4.0.9-alpha.6",
99
- "@tarojs/runtime": "4.0.9-alpha.6",
100
- "@tarojs/shared": "4.0.9-alpha.6",
101
- "@tarojs/taro": "4.0.9-alpha.6",
102
- "@tarojs/plugin-framework-react": "4.0.9-alpha.6",
103
- "@tarojs/react": "4.0.9-alpha.6",
104
- "@tarojs/service": "4.0.9-alpha.6",
105
- "react-dom": "^18.2.0",
106
- "react": "^18.2.0",
107
- "art-template": "^4.13.2",
108
- "gulp-filter": "^7.0.0",
109
- "normalize.css": "^8.0.1",
110
- "react-content-loader": "^6.2.0",
111
- "react-intersection-observer": "8.33.1",
112
- "react-refresh": "^0.14.0",
113
- "sha256": "^0.2.0"
114
- },
115
- "devDependencies": {
116
- "@babel/plugin-transform-strict-mode": "^7.16.7",
117
- "@babel/core": "7.24.4",
118
- "@tarojs/cli": "4.0.9-alpha.6",
119
- "@babel/plugin-proposal-class-properties": "7.14.5",
120
- "@types/webpack-env": "^1.13.6",
121
- "@types/react": "^18.0.17",
122
- "webpack": "5.91.0",
123
- "@tarojs/taro-loader": "4.0.9-alpha.6",
124
- "@tarojs/webpack5-runner": "4.0.9-alpha.6",
125
- "sass": "^1.75.0",
126
- "babel-preset-taro": "4.0.9-alpha.6",
127
- "eslint-config-taro": "4.0.9-alpha.6",
128
- "eslint-config-prettier": "^8.3.0",
129
- "eslint": "^8.57.0",
130
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
131
- "react-refresh": "^0.14.0",
132
- "@babel/preset-react": "^7.24.1",
133
- "eslint-plugin-react": "^7.34.1",
134
- "eslint-plugin-import": "^2.12.0",
135
- "eslint-plugin-react-hooks": "^4.4.0",
136
- "stylelint": "^16.4.0",
137
- "@typescript-eslint/parser": "^6.2.0",
138
- "@typescript-eslint/eslint-plugin": "^6.2.0",
139
- "typescript": "^5.4.5",
140
- "tsconfig-paths-webpack-plugin": "^4.1.0",
141
- "postcss": "^8.4.38",
142
- "ts-node": "^10.9.1",
143
- "@types/node": "^18",
144
- "del": "^6.1.1",
145
- "escodegen": "^2.0.0",
146
- "espree": "^9.3.2",
147
- "esprima": "^4.0.1",
148
- "estraverse": "^5.3.0",
149
- "gulp": "^4.0.2",
150
- "gulp-util": "^3.0.8",
151
- "html-webpack-plugin": "^5.5.0",
152
- "mini-css-extract-plugin": "^2.6.1",
153
- "shelljs": "^0.8.5",
154
- "terser-webpack-plugin": "^5.3.6"
155
- },
156
- "resolutions": {
157
- "@babel/runtime": "7.24.4",
158
- "@tarojs/cli": "4.0.9-alpha.6",
159
- "@tarojs/helper": "4.0.9-alpha.6"
160
- }
2
+ "name": "@conecli/cone-render",
3
+ "version": "0.10.1-shop-beta.8",
4
+ "private": false,
5
+ "files": [
6
+ "dist/"
7
+ ],
8
+ "exports": {
9
+ "./api": "./dist/open/api/index.ts",
10
+ "./components": "./dist/open/components/index.ts",
11
+ "./modules": "./dist/open/modules/index.ts",
12
+ "./_api": "./dist/api",
13
+ "./_config/": "./dist/config/",
14
+ "./_common/": "./dist/common/",
15
+ "./_components/": "./dist/components/",
16
+ "./_interface": "./dist/interface",
17
+ "./_jumpEventReport": "./dist/jumpEventReport",
18
+ "./_jumpEventReport/": "./dist/jumpEventReport/",
19
+ "./_utils": "./dist/utils",
20
+ "./_utils/": "./dist/utils/",
21
+ "./sass/": "./dist/sass/"
22
+ },
23
+ "description": "cone-render",
24
+ "templateInfo": {
25
+ "name": "default",
26
+ "typescript": true,
27
+ "css": "sass",
28
+ "framework": "React"
29
+ },
30
+ "scripts": {
31
+ "build:weapp": "taro build --type weapp",
32
+ "build:swan": "taro build --type swan",
33
+ "build:alipay": "taro build --type alipay",
34
+ "build:tt": "taro build --type tt",
35
+ "build:h5": "taro build --type h5",
36
+ "build:rn": "taro build --type rn",
37
+ "build:qq": "taro build --type qq",
38
+ "build:jd": "taro build --type jd",
39
+ "build:harmony-hybrid": "taro build --type harmony-hybrid",
40
+ "dev:weapp": "npm run build:weapp -- --watch",
41
+ "dev:swan": "npm run build:swan -- --watch",
42
+ "dev:alipay": "npm run build:alipay -- --watch",
43
+ "dev:tt": "npm run build:tt -- --watch",
44
+ "dev:h5": "npm run build:h5 -- --watch",
45
+ "dev:rn": "npm run build:rn -- --watch",
46
+ "dev:qq": "npm run build:qq -- --watch",
47
+ "dev:jd": "npm run build:jd -- --watch",
48
+ "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
49
+ "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
50
+ "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
51
+ "build": "npm run compress",
52
+ "check": "gulp check --gulpfile ./publish/gulpfile.js"
53
+ },
54
+ "browserslist": {
55
+ "development": [
56
+ "defaults and fully supports es6-module",
57
+ "maintained node versions"
58
+ ],
59
+ "production": [
60
+ "last 3 versions",
61
+ "Android >= 4.1",
62
+ "ios >= 8"
63
+ ]
64
+ },
65
+ "husky": {
66
+ "hooks": {
67
+ "pre-commit": "lint-staged",
68
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
69
+ }
70
+ },
71
+ "lint-staged": {
72
+ "*.{js,ts}": [
73
+ "eslint",
74
+ "eslint --fix",
75
+ "git add"
76
+ ],
77
+ "*.{scss}": [
78
+ "prettier --write",
79
+ "git add"
80
+ ]
81
+ },
82
+ "keywords": [
83
+ "conecli",
84
+ "render"
85
+ ],
86
+ "author": "conecli",
87
+ "dependencies": {
88
+ "@babel/runtime": "7.24.4",
89
+ "@tarojs/components": "4.0.9-alpha.9",
90
+ "@tarojs/helper": "4.0.9-alpha.9",
91
+ "@tarojs/plugin-platform-weapp": "4.0.9-alpha.9",
92
+ "@tarojs/plugin-platform-alipay": "4.0.9-alpha.9",
93
+ "@tarojs/plugin-platform-tt": "4.0.9-alpha.9",
94
+ "@tarojs/plugin-platform-swan": "4.0.9-alpha.9",
95
+ "@tarojs/plugin-platform-jd": "4.0.9-alpha.9",
96
+ "@tarojs/plugin-platform-qq": "4.0.9-alpha.9",
97
+ "@tarojs/plugin-platform-h5": "4.0.9-alpha.9",
98
+ "@tarojs/plugin-platform-harmony-hybrid": "4.0.9-alpha.9",
99
+ "@tarojs/runtime": "4.0.9-alpha.9",
100
+ "@tarojs/shared": "4.0.9-alpha.9",
101
+ "@tarojs/taro": "4.0.9-alpha.9",
102
+ "@tarojs/plugin-framework-react": "4.0.9-alpha.9",
103
+ "@tarojs/react": "4.0.9-alpha.9",
104
+ "@tarojs/service": "4.0.9-alpha.9",
105
+ "react-dom": "^18.2.0",
106
+ "react": "^18.2.0",
107
+ "art-template": "^4.13.2",
108
+ "gulp-filter": "^7.0.0",
109
+ "normalize.css": "^8.0.1",
110
+ "react-content-loader": "^6.2.0",
111
+ "react-intersection-observer": "8.33.1",
112
+ "react-refresh": "^0.14.0",
113
+ "sha256": "^0.2.0"
114
+ },
115
+ "devDependencies": {
116
+ "@babel/plugin-transform-strict-mode": "^7.16.7",
117
+ "@babel/core": "7.24.4",
118
+ "@tarojs/cli": "4.0.9-alpha.9",
119
+ "@babel/plugin-proposal-class-properties": "7.14.5",
120
+ "@types/webpack-env": "^1.13.6",
121
+ "@types/react": "^18.0.17",
122
+ "webpack": "5.91.0",
123
+ "@tarojs/taro-loader": "4.0.9-alpha.9",
124
+ "@tarojs/webpack5-runner": "4.0.9-alpha.9",
125
+ "sass": "^1.75.0",
126
+ "babel-preset-taro": "4.0.9-alpha.9",
127
+ "eslint-config-taro": "4.0.9-alpha.9",
128
+ "eslint-config-prettier": "^8.3.0",
129
+ "eslint": "^8.57.0",
130
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
131
+ "react-refresh": "^0.14.0",
132
+ "@babel/preset-react": "^7.24.1",
133
+ "eslint-plugin-react": "^7.34.1",
134
+ "eslint-plugin-import": "^2.12.0",
135
+ "eslint-plugin-react-hooks": "^4.4.0",
136
+ "stylelint": "^16.4.0",
137
+ "@typescript-eslint/parser": "^6.2.0",
138
+ "@typescript-eslint/eslint-plugin": "^6.2.0",
139
+ "typescript": "^5.4.5",
140
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
141
+ "postcss": "^8.4.38",
142
+ "ts-node": "^10.9.1",
143
+ "@types/node": "^18",
144
+ "del": "^6.1.1",
145
+ "escodegen": "^2.0.0",
146
+ "espree": "^9.3.2",
147
+ "esprima": "^4.0.1",
148
+ "estraverse": "^5.3.0",
149
+ "gulp": "^4.0.2",
150
+ "gulp-util": "^3.0.8",
151
+ "html-webpack-plugin": "^5.5.0",
152
+ "mini-css-extract-plugin": "^2.6.1",
153
+ "shelljs": "^0.8.5",
154
+ "terser-webpack-plugin": "^5.3.6"
155
+ },
156
+ "resolutions": {
157
+ "@babel/runtime": "7.24.4",
158
+ "@tarojs/cli": "4.0.9-alpha.9",
159
+ "@tarojs/helper": "4.0.9-alpha.9"
160
+ }
161
161
  }