sale-client 4.0.4-preview → 4.0.5-preview

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.
File without changes
File without changes
@@ -19,9 +19,9 @@ var devConfig = {
19
19
  children: false // 不输出子模块构建信息
20
20
  },
21
21
  proxy: {
22
- '/api/af-revenue/logic': {
22
+ '/api/af-revenue': {
23
23
  pathRewrite: {
24
- '/api/af-revenue/logic': '/logic'
24
+ '/api/af-revenue': '/'
25
25
  },
26
26
  target: 'http://localhost:9026/'
27
27
  },
@@ -0,0 +1,254 @@
1
+ #
2
+ # There is insufficient memory for the Java Runtime Environment to continue.
3
+ # Native memory allocation (mmap) failed to map 266338304 bytes. Error detail: G1 virtual space
4
+ # Possible reasons:
5
+ # The system is out of physical RAM or swap space
6
+ # This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
7
+ # Possible solutions:
8
+ # Reduce memory load on the system
9
+ # Increase physical memory or swap space
10
+ # Check if swap backing store is full
11
+ # Decrease Java heap size (-Xmx/-Xms)
12
+ # Decrease number of Java threads
13
+ # Decrease Java thread stack sizes (-Xss)
14
+ # Set larger code cache with -XX:ReservedCodeCacheSize=
15
+ # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
16
+ # placed in the first 32GB address space. The Java Heap base address is the
17
+ # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
18
+ # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
19
+ # This output file may be truncated or incomplete.
20
+ #
21
+ # Out of Memory Error (os_windows.cpp:3825), pid=23568, tid=27428
22
+ #
23
+ # JRE version: (17.0.11+1) (build )
24
+ # Java VM: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
25
+ # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
26
+ #
27
+
28
+ --------------- S U M M A R Y ------------
29
+
30
+ Command Line: git4idea.http.GitAskPassApp Username for 'http://192.168.50.67:32573':
31
+
32
+ Host: Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz, 16 cores, 15G, Windows 11 , 64 bit Build 22621 (10.0.22621.3958)
33
+ Time: Fri Sep 6 17:29:47 2024 Windows 11 , 64 bit Build 22621 (10.0.22621.3958) elapsed time: 0.034717 seconds (0d 0h 0m 0s)
34
+
35
+ --------------- T H R E A D ---------------
36
+
37
+ Current thread (0x000002badc8ad190): JavaThread "Unknown thread" [_thread_in_vm, id=27428, stack(0x000000c894300000,0x000000c894400000)]
38
+
39
+ Stack: [0x000000c894300000,0x000000c894400000]
40
+ Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
41
+ V [jvm.dll+0x6877f9]
42
+ V [jvm.dll+0x8411aa]
43
+ V [jvm.dll+0x842e2e]
44
+ V [jvm.dll+0x843493]
45
+ V [jvm.dll+0x249fdf]
46
+ V [jvm.dll+0x6845c9]
47
+ V [jvm.dll+0x678e7a]
48
+ V [jvm.dll+0x30ab4b]
49
+ V [jvm.dll+0x311ff6]
50
+ V [jvm.dll+0x361a5e]
51
+ V [jvm.dll+0x361c8f]
52
+ V [jvm.dll+0x2e0978]
53
+ V [jvm.dll+0x2e18e4]
54
+ V [jvm.dll+0x811c71]
55
+ V [jvm.dll+0x36f7c8]
56
+ V [jvm.dll+0x7f05f6]
57
+ V [jvm.dll+0x3f398f]
58
+ V [jvm.dll+0x3f5541]
59
+ C [jli.dll+0x528f]
60
+ C [ucrtbase.dll+0x29333]
61
+ C [KERNEL32.DLL+0x1257d]
62
+ C [ntdll.dll+0x5af28]
63
+
64
+
65
+ --------------- P R O C E S S ---------------
66
+
67
+ Threads class SMR info:
68
+ _java_thread_list=0x00007ffbad3aefd8, length=0, elements={
69
+ }
70
+
71
+ Java Threads: ( => current thread )
72
+
73
+ Other Threads:
74
+ 0x000002badc9191b0 GCTaskThread "GC Thread#0" [stack: 0x000000c894400000,0x000000c894500000] [id=30500]
75
+ 0x000002badc92a560 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000c894500000,0x000000c894600000] [id=25908]
76
+ 0x000002badc92af80 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000c894600000,0x000000c894700000] [id=19132]
77
+
78
+ [error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbacb61547]
79
+
80
+ VM state: not at safepoint (not fully initialized)
81
+
82
+ VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
83
+ [0x000002badc8a78c0] Heap_lock - owner thread: 0x000002badc8ad190
84
+
85
+ Heap address: 0x0000000703400000, size: 4044 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
86
+
87
+ CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 1.
88
+ Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
89
+
90
+ GC Precious Log:
91
+ <Empty>
92
+
93
+ Heap:
94
+ garbage-first heap total 0K, used 0K [0x0000000703400000, 0x0000000800000000)
95
+ region size 2048K, 0 young (0K), 0 survivors (0K)
96
+ Metaspace used 0K, committed 0K, reserved 0K
97
+ class space used 0K, committed 0K, reserved 0K
98
+
99
+ Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
100
+
101
+ Card table byte_map: [0x000002baf0090000,0x000002baf0880000] _byte_map_base: 0x000002baec876000
102
+
103
+ Marking Bits (Prev, Next): (CMBitMap*) 0x000002badc9197d0, (CMBitMap*) 0x000002badc919810
104
+ Prev Bits: [0x000002baf1070000, 0x000002baf4fa0000)
105
+ Next Bits: [0x000002baf4fa0000, 0x000002baf8ed0000)
106
+
107
+ GC Heap History (0 events):
108
+ No events
109
+
110
+ Dll operation events (1 events):
111
+ Event: 0.017 Loaded shared library D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.dll
112
+
113
+ Deoptimization events (0 events):
114
+ No events
115
+
116
+ Classes unloaded (0 events):
117
+ No events
118
+
119
+ Classes redefined (0 events):
120
+ No events
121
+
122
+ Internal exceptions (0 events):
123
+ No events
124
+
125
+ VM Operations (0 events):
126
+ No events
127
+
128
+ Events (0 events):
129
+ No events
130
+
131
+
132
+ Dynamic libraries:
133
+ 0x00007ff62f1e0000 - 0x00007ff62f1ea000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.exe
134
+ 0x00007ffc1ea50000 - 0x00007ffc1ec67000 C:\Windows\SYSTEM32\ntdll.dll
135
+ 0x00007ffc1dfc0000 - 0x00007ffc1e084000 C:\Windows\System32\KERNEL32.DLL
136
+ 0x00007ffc1be60000 - 0x00007ffc1c20d000 C:\Windows\System32\KERNELBASE.dll
137
+ 0x00007ffc16450000 - 0x00007ffc164e7000 C:\Windows\SYSTEM32\apphelp.dll
138
+ 0x00007ffc1c210000 - 0x00007ffc1c321000 C:\Windows\System32\ucrtbase.dll
139
+ 0x00007ffc14920000 - 0x00007ffc14937000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\jli.dll
140
+ 0x00007ffc09690000 - 0x00007ffc096ab000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\VCRUNTIME140.dll
141
+ 0x00007ffc1e760000 - 0x00007ffc1e90e000 C:\Windows\System32\USER32.dll
142
+ 0x00007ffc1c750000 - 0x00007ffc1c776000 C:\Windows\System32\win32u.dll
143
+ 0x00007ffc07f90000 - 0x00007ffc08223000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3672_none_2713b9d173822955\COMCTL32.dll
144
+ 0x00007ffc1cac0000 - 0x00007ffc1cae9000 C:\Windows\System32\GDI32.dll
145
+ 0x00007ffc1d1f0000 - 0x00007ffc1d297000 C:\Windows\System32\msvcrt.dll
146
+ 0x00007ffc1c3a0000 - 0x00007ffc1c4b9000 C:\Windows\System32\gdi32full.dll
147
+ 0x00007ffc1c630000 - 0x00007ffc1c6ca000 C:\Windows\System32\msvcp_win.dll
148
+ 0x00007ffc1e380000 - 0x00007ffc1e3b1000 C:\Windows\System32\IMM32.DLL
149
+ 0x00007ffc09680000 - 0x00007ffc0968c000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\vcruntime140_1.dll
150
+ 0x00007ffbd3250000 - 0x00007ffbd32dd000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\msvcp140.dll
151
+ 0x00007ffbac870000 - 0x00007ffbad4f3000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\server\jvm.dll
152
+ 0x00007ffc1caf0000 - 0x00007ffc1cba2000 C:\Windows\System32\ADVAPI32.dll
153
+ 0x00007ffc1e4e0000 - 0x00007ffc1e589000 C:\Windows\System32\sechost.dll
154
+ 0x00007ffc1bd70000 - 0x00007ffc1bd98000 C:\Windows\System32\bcrypt.dll
155
+ 0x00007ffc1dea0000 - 0x00007ffc1dfb4000 C:\Windows\System32\RPCRT4.dll
156
+ 0x00007ffc149e0000 - 0x00007ffc149e9000 C:\Windows\SYSTEM32\WSOCK32.dll
157
+ 0x00007ffc1abc0000 - 0x00007ffc1ac0d000 C:\Windows\SYSTEM32\POWRPROF.dll
158
+ 0x00007ffc121b0000 - 0x00007ffc121e4000 C:\Windows\SYSTEM32\WINMM.dll
159
+ 0x00007ffc1e140000 - 0x00007ffc1e1b1000 C:\Windows\System32\WS2_32.dll
160
+ 0x00007ffc164f0000 - 0x00007ffc164fa000 C:\Windows\SYSTEM32\VERSION.dll
161
+ 0x00007ffc1aba0000 - 0x00007ffc1abb3000 C:\Windows\SYSTEM32\UMPDC.dll
162
+ 0x00007ffc1ae50000 - 0x00007ffc1ae68000 C:\Windows\SYSTEM32\kernel.appcore.dll
163
+ 0x00007ffc149d0000 - 0x00007ffc149da000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\jimage.dll
164
+ 0x00007ffc19350000 - 0x00007ffc19582000 C:\Windows\SYSTEM32\DBGHELP.DLL
165
+ 0x00007ffc1db10000 - 0x00007ffc1de9d000 C:\Windows\System32\combase.dll
166
+ 0x00007ffc1e670000 - 0x00007ffc1e747000 C:\Windows\System32\OLEAUT32.dll
167
+ 0x00007ffbfa020000 - 0x00007ffbfa052000 C:\Windows\SYSTEM32\dbgcore.DLL
168
+ 0x00007ffc1c6d0000 - 0x00007ffc1c74b000 C:\Windows\System32\bcryptPrimitives.dll
169
+ 0x00007ffc14940000 - 0x00007ffc14965000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.dll
170
+
171
+ dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
172
+ symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3672_none_2713b9d173822955;D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\server
173
+
174
+ VM Arguments:
175
+ java_command: git4idea.http.GitAskPassApp Username for 'http://192.168.50.67:32573':
176
+ java_class_path (initial): D:/Program Files/JetBrains/WebStorm 2024.1.3/plugins/vcs-git/lib/git4idea-rt.jar;D:/Program Files/JetBrains/WebStorm 2024.1.3/lib/externalProcess-rt.jar
177
+ Launcher Type: SUN_STANDARD
178
+
179
+ [Global flags]
180
+ intx CICompilerCount = 12 {product} {ergonomic}
181
+ uint ConcGCThreads = 3 {product} {ergonomic}
182
+ uint G1ConcRefinementThreads = 13 {product} {ergonomic}
183
+ size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
184
+ uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
185
+ size_t InitialHeapSize = 266338304 {product} {ergonomic}
186
+ size_t MarkStackSize = 4194304 {product} {ergonomic}
187
+ size_t MaxHeapSize = 4240441344 {product} {ergonomic}
188
+ size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
189
+ size_t MinHeapSize = 8388608 {product} {ergonomic}
190
+ uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
191
+ uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
192
+ uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
193
+ uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
194
+ bool SegmentedCodeCache = true {product} {ergonomic}
195
+ size_t SoftMaxHeapSize = 4240441344 {manageable} {ergonomic}
196
+ bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
197
+ bool UseCompressedOops = true {product lp64_product} {ergonomic}
198
+ bool UseG1GC = true {product} {ergonomic}
199
+ bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
200
+
201
+ Logging:
202
+ Log output configuration:
203
+ #0: stdout all=warning uptime,level,tags
204
+ #1: stderr all=off uptime,level,tags
205
+
206
+ Environment Variables:
207
+ JAVA_HOME=C:\Program Files\Java\jdk-1.8
208
+ CLASSPATH=.;C:\Program Files\Java\jdk-1.8\lib\dt.jar;C:\Program Files\Java\jdk-1.8\lib\tools.jar;C:\Program Files\Java\jdk-1.8\lib;
209
+ PATH=D:\Program Files (x86)\Git\mingw32\libexec\git-core;D:\Program Files (x86)\Git\mingw32\libexec\git-core;D:\Program Files (x86)\Git\mingw32\bin;D:\Program Files (x86)\Git\usr\bin;C:\Users\������\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Python312\Scripts;C:\Program Files\Java\jdk-1.8\bin;C:\Python312;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\work\gradle-3.5.1-all\gradle-3.5.1\bin;C:\Program Files (x86)\VMware\VMware Workstation\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;D:\files\apache-maven-3.6.1\bin;D:\Program Files (x86)\Git\cmd;D:\work\apache-tomcat-9.0.83\bin;C:\Program Files\OpenVPN\bin;D:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn;D:\Program Files\Microsoft SQL Server\160\Tools\Binn;D:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;D:\Program Files\Microsoft SQL Server\160\DTS\Binn;D:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn;C:\Program Files\Java\jdk-1.8\bin;D:\Program Files\Bandizip;C:\ProgramData\chocolatey\bin;D:\work\nvm;C:\Program Files\nodejs;C:\Program Files\nodejs;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Users\������\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2020.3.3\bin;D:\Users\������\AppData\Local\Programs\Microsoft VS Code\bin
210
+ USERNAME=������
211
+ DISPLAY=:0.0
212
+ LC_ALL=en_US.UTF-8
213
+ TERM=xterm-256color
214
+ TMPDIR=C:\Users\������\AppData\Local\Temp
215
+ OS=Windows_NT
216
+ PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 2, GenuineIntel
217
+ TMP=C:\Users\������\AppData\Local\Temp
218
+ TEMP=C:\Users\������\AppData\Local\Temp
219
+
220
+
221
+
222
+ Periodic native trim disabled
223
+
224
+ JNI global refs:
225
+ JNI global refs: 0, weak refs: 0
226
+
227
+ JNI global refs memory usage: 0, weak refs: 0
228
+
229
+ Process memory usage:
230
+ Resident Set Size: 12396K (0% of 16556244K total physical memory with 332300K free physical memory)
231
+
232
+ OOME stack traces (most recent first):
233
+ Classloader memory used:
234
+
235
+
236
+ --------------- S Y S T E M ---------------
237
+
238
+ OS:
239
+ Windows 11 , 64 bit Build 22621 (10.0.22621.3958)
240
+ OS uptime: 1 days 0:18 hours
241
+ Hyper-V role detected
242
+
243
+ CPU: total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 165 stepping 2 microcode 0xe0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, hv
244
+ Processor Information for all 16 processors :
245
+ Max Mhz: 2208, Current Mhz: 2208, Mhz Limit: 2208
246
+
247
+ Memory: 4k page, system-wide physical 16168M (323M free)
248
+ TotalPageFile size 49688M (AvailPageFile size 248M)
249
+ current process WorkingSet (physical memory assigned to process): 12M, peak: 12M
250
+ current process commit charge ("private bytes"): 71M, peak: 324M
251
+
252
+ vm_info: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24) for windows-amd64 JRE (17.0.11+1-b1207.24), built on 2024-05-15 by "builduser" with MS VC++ 16.10 / 16.11 (VS2019)
253
+
254
+ END.
package/package.json CHANGED
@@ -1,120 +1,120 @@
1
- {
2
- "name": "sale-client",
3
- "version": "4.0.4-preview",
4
- "description": "收费模块前台组件",
5
- "main": "src/index.js",
6
- "scripts": {
7
- "example": "node build/example-server.js",
8
- "dev": "webpack-dev-server --config ./build/dev-server.js",
9
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
10
- "unit": "karma start test/unit/karma.conf.js",
11
- "build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
12
- "e2e": "node test/e2e/runner.js",
13
- "release": "bash build/release.sh"
14
- },
15
- "repository": {
16
- "type": "git",
17
- "url": "https://gitee.com/aote/product.git"
18
- },
19
- "dependencies": {
20
- "crypto-js": "^4.1.1",
21
- "examples": "^0.1.0",
22
- "js-file-download": "0.4.12",
23
- "less-loader": "^2.2.3",
24
- "qrcodejs2": "^0.0.2",
25
- "vue": "^1.0.17",
26
- "webpack-dev-server": "^2.11.5",
27
- "vue-client": "1.25.3",
28
- "yarn": "^1.22.10"
29
- },
30
- "devDependencies": {
31
- "address-client": "3.2.105",
32
- "axios": "0.15.3",
33
- "babel-core": "^6.0.0",
34
- "babel-loader": "^6.0.0",
35
- "babel-plugin-transform-runtime": "^6.0.0",
36
- "babel-preset-es2015": "^6.0.0",
37
- "babel-preset-stage-2": "^6.0.0",
38
- "chai": "^3.5.0",
39
- "co": "^4.6.0",
40
- "compression-webpack-plugin": "1.1.2",
41
- "connect-history-api-fallback": "^1.1.0",
42
- "cross-env": "^1.0.7",
43
- "cross-spawn": "^2.1.5",
44
- "css-loader": "^0.23.0",
45
- "echarts": "^4.1.0",
46
- "eslint": "^3.19.0",
47
- "eslint-config-standard": "^10.2.1",
48
- "eslint-friendly-formatter": "^3.0.0",
49
- "eslint-loader": "^1.7.1",
50
- "eslint-plugin-html": "^3.0.0",
51
- "eslint-plugin-import": "^2.7.0",
52
- "eslint-plugin-node": "^5.2.0",
53
- "eslint-plugin-promise": "^3.4.0",
54
- "eslint-plugin-standard": "^3.0.1",
55
- "eventsource-polyfill": "^0.9.6",
56
- "express": "^4.13.3",
57
- "extract-text-webpack-plugin": "^3.0.2",
58
- "terser-webpack-plugin-legacy": "^1.2.5",
59
- "file-loader": "^0.8.4",
60
- "filemanager-webpack-plugin": "^2.0.5",
61
- "function-bind": "^1.0.2",
62
- "html-webpack-plugin": "^2.8.1",
63
- "http-proxy-middleware": "^0.11.0",
64
- "inject-loader": "^2.0.1",
65
- "isparta-loader": "^2.0.0",
66
- "jasmine-core": "^2.4.1",
67
- "jquery": "^3.3.1",
68
- "jsencrypt": "3.0.0-rc.1",
69
- "json-loader": "^0.5.4",
70
- "karma": "^1.4.1",
71
- "karma-chrome-launcher": "^2.2.0",
72
- "karma-coverage": "^1.1.1",
73
- "karma-mocha": "^1.3.0",
74
- "karma-sinon-chai": "^1.3.1",
75
- "karma-sourcemap-loader": "^0.3.7",
76
- "karma-spec-reporter": "0.0.31",
77
- "karma-webpack": "^2.0.2",
78
- "ldap-clients": "3.0.96",
79
- "less": "^2.7.3",
80
- "manage-client": "3.1.8-88",
81
- "mkdirp": "^0.5.1",
82
- "mocha": "^3.2.0",
83
- "moment": "2.24.0",
84
- "ncp": "^2.0.0",
85
- "nightwatch": "^0.8.18",
86
- "qrcodejs2": "0.0.2",
87
- "rimraf": "^2.5.0",
88
- "selenium-server": "2.52.0",
89
- "sinon": "^2.1.0",
90
- "sinon-chai": "^2.8.0",
91
- "style": "0.0.3",
92
- "style-loader": "^0.20.3",
93
- "system-clients": "3.3.2",
94
- "url-loader": "^0.5.7",
95
- "vue-clipboard2": "0.3.1",
96
- "vue-hot-reload-api": "^1.2.0",
97
- "vue-html-loader": "^1.0.0",
98
- "vue-loader": "^8.2.1",
99
- "vue-resource": "^1.5.0",
100
- "vue-router": "^0.7.13",
101
- "vue-strap": "^1.0.9",
102
- "vue-style-loader": "^1.0.0",
103
- "vue-validator": "2.1.7",
104
- "webpack": "^3.12.0",
105
- "webpack-dev-middleware": "^1.4.0",
106
- "webpack-hot-middleware": "^2.6.0",
107
- "webpack-merge": "^0.8.3",
108
- "webpack-parallel-uglify-plugin": "^1.0.0",
109
- "weixin-js-sdk": "^1.2.0"
110
- },
111
- "keywords": [
112
- "selling-clients"
113
- ],
114
- "author": "张桥",
115
- "license": "ISC",
116
- "directories": {
117
- "example": "examples",
118
- "test": "test"
119
- }
120
- }
1
+ {
2
+ "name": "sale-client",
3
+ "version": "4.0.5-preview",
4
+ "description": "收费模块前台组件",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "example": "node build/example-server.js",
8
+ "dev": "webpack-dev-server --config ./build/dev-server.js",
9
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
10
+ "unit": "karma start test/unit/karma.conf.js",
11
+ "build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
12
+ "e2e": "node test/e2e/runner.js",
13
+ "release": "bash build/release.sh"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://gitee.com/aote/product.git"
18
+ },
19
+ "dependencies": {
20
+ "crypto-js": "^4.1.1",
21
+ "examples": "^0.1.0",
22
+ "js-file-download": "0.4.12",
23
+ "less-loader": "^2.2.3",
24
+ "qrcodejs2": "^0.0.2",
25
+ "vue": "^1.0.17",
26
+ "webpack-dev-server": "^2.11.5",
27
+ "vue-client": "1.25.3",
28
+ "yarn": "^1.22.10"
29
+ },
30
+ "devDependencies": {
31
+ "address-client": "3.2.105",
32
+ "axios": "0.15.3",
33
+ "babel-core": "^6.0.0",
34
+ "babel-loader": "^6.0.0",
35
+ "babel-plugin-transform-runtime": "^6.0.0",
36
+ "babel-preset-es2015": "^6.0.0",
37
+ "babel-preset-stage-2": "^6.0.0",
38
+ "chai": "^3.5.0",
39
+ "co": "^4.6.0",
40
+ "compression-webpack-plugin": "1.1.2",
41
+ "connect-history-api-fallback": "^1.1.0",
42
+ "cross-env": "^1.0.7",
43
+ "cross-spawn": "^2.1.5",
44
+ "css-loader": "^0.23.0",
45
+ "echarts": "^4.1.0",
46
+ "eslint": "^3.19.0",
47
+ "eslint-config-standard": "^10.2.1",
48
+ "eslint-friendly-formatter": "^3.0.0",
49
+ "eslint-loader": "^1.7.1",
50
+ "eslint-plugin-html": "^3.0.0",
51
+ "eslint-plugin-import": "^2.7.0",
52
+ "eslint-plugin-node": "^5.2.0",
53
+ "eslint-plugin-promise": "^3.4.0",
54
+ "eslint-plugin-standard": "^3.0.1",
55
+ "eventsource-polyfill": "^0.9.6",
56
+ "express": "^4.13.3",
57
+ "extract-text-webpack-plugin": "^3.0.2",
58
+ "terser-webpack-plugin-legacy": "^1.2.5",
59
+ "file-loader": "^0.8.4",
60
+ "filemanager-webpack-plugin": "^2.0.5",
61
+ "function-bind": "^1.0.2",
62
+ "html-webpack-plugin": "^2.8.1",
63
+ "http-proxy-middleware": "^0.11.0",
64
+ "inject-loader": "^2.0.1",
65
+ "isparta-loader": "^2.0.0",
66
+ "jasmine-core": "^2.4.1",
67
+ "jquery": "^3.3.1",
68
+ "jsencrypt": "3.0.0-rc.1",
69
+ "json-loader": "^0.5.4",
70
+ "karma": "^1.4.1",
71
+ "karma-chrome-launcher": "^2.2.0",
72
+ "karma-coverage": "^1.1.1",
73
+ "karma-mocha": "^1.3.0",
74
+ "karma-sinon-chai": "^1.3.1",
75
+ "karma-sourcemap-loader": "^0.3.7",
76
+ "karma-spec-reporter": "0.0.31",
77
+ "karma-webpack": "^2.0.2",
78
+ "ldap-clients": "3.0.96",
79
+ "less": "^2.7.3",
80
+ "manage-client": "3.1.8-88",
81
+ "mkdirp": "^0.5.1",
82
+ "mocha": "^3.2.0",
83
+ "moment": "2.24.0",
84
+ "ncp": "^2.0.0",
85
+ "nightwatch": "^0.8.18",
86
+ "qrcodejs2": "0.0.2",
87
+ "rimraf": "^2.5.0",
88
+ "selenium-server": "2.52.0",
89
+ "sinon": "^2.1.0",
90
+ "sinon-chai": "^2.8.0",
91
+ "style": "0.0.3",
92
+ "style-loader": "^0.20.3",
93
+ "system-clients": "3.3.2",
94
+ "url-loader": "^0.5.7",
95
+ "vue-clipboard2": "0.3.1",
96
+ "vue-hot-reload-api": "^1.2.0",
97
+ "vue-html-loader": "^1.0.0",
98
+ "vue-loader": "^8.2.1",
99
+ "vue-resource": "^1.5.0",
100
+ "vue-router": "^0.7.13",
101
+ "vue-strap": "^1.0.9",
102
+ "vue-style-loader": "^1.0.0",
103
+ "vue-validator": "2.1.7",
104
+ "webpack": "^3.12.0",
105
+ "webpack-dev-middleware": "^1.4.0",
106
+ "webpack-hot-middleware": "^2.6.0",
107
+ "webpack-merge": "^0.8.3",
108
+ "webpack-parallel-uglify-plugin": "^1.0.0",
109
+ "weixin-js-sdk": "^1.2.0"
110
+ },
111
+ "keywords": [
112
+ "selling-clients"
113
+ ],
114
+ "author": "张桥",
115
+ "license": "ISC",
116
+ "directories": {
117
+ "example": "examples",
118
+ "test": "test"
119
+ }
120
+ }