zjjk-bianque-plus 0.0.1

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/dist/demo.html ADDED
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>bianque demo</title><script src="./bianque.umd.js"></script><link rel="stylesheet" href="./bianque.css"><script>console.log(bianque)</script>
Binary file
package/package.json ADDED
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "zjjk-bianque-plus",
3
+ "description": "咱家健康前端移动端vue组件库-扁鹊",
4
+ "version": "0.0.1",
5
+ "author": "zjjk-frontTeam",
6
+ "license": "MIT",
7
+ "main": "dist/bianque.umd.min.js",
8
+ "style": "dist/bianque.css",
9
+ "private": false,
10
+ "scripts": {
11
+ "serve": "vue-cli-service serve",
12
+ "build": "vue-cli-service build --target lib --dest dist --name bianque --report src/index.js",
13
+ "beta": "npm version prerelease && npm run build && npm publish --tag beta",
14
+ "release": "npm version patch && npm run build && npm publish"
15
+ },
16
+ "dependencies": {
17
+ "core-js": "^3.32.0"
18
+ },
19
+ "peerDependencies": {
20
+ "axios": "^0.22.0",
21
+ "vue": "^3.5.26",
22
+ "weixin-js-sdk": "^1.6.0",
23
+ "zjjk-lishizhen": "^4.0.2"
24
+ },
25
+ "devDependencies": {
26
+ "@babel/eslint-parser": "^7.23.3",
27
+ "@vue/cli-plugin-babel": "^5.0.8",
28
+ "@vue/cli-plugin-eslint": "^5.0.8",
29
+ "@vue/cli-service": "^5.0.8",
30
+ "@vue/compiler-sfc": "^3.3.4",
31
+ "axios": "^0.22.0",
32
+ "cos-js-sdk-v5": "^1.2.8",
33
+ "eslint": "^7.32.0",
34
+ "eslint-config-standard": "^14.1.1",
35
+ "eslint-plugin-import": "^2.25.2",
36
+ "eslint-plugin-node": "^11.1.0",
37
+ "eslint-plugin-promise": "^4.3.1",
38
+ "eslint-plugin-standard": "^5.0.0",
39
+ "eslint-plugin-vue": "^9.17.0",
40
+ "less": "^4.2.0",
41
+ "less-loader": "^11.1.0",
42
+ "vant": "^4.9.0",
43
+ "vue": "^3.5.26",
44
+ "weixin-js-sdk": "^1.6.0",
45
+ "zjjk-lishizhen": "^4.0.2"
46
+ },
47
+ "engines": {
48
+ "node": ">=22.14.0",
49
+ "npm": ">=10.0.0"
50
+ },
51
+ "browserslist": [
52
+ "> 1%",
53
+ "last 2 versions",
54
+ "not dead"
55
+ ]
56
+ }