v-uni-app-ui 1.0.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 +110 -0
package/package.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "v-uni-app-ui",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "uni-app 通用 UI 组件库",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"plugin",
|
|
8
|
+
"nodejs"
|
|
9
|
+
],
|
|
10
|
+
"author": "FangBiShan",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@types/uni-app": "^1.4.8",
|
|
14
|
+
"@typescript-eslint/eslint-plugin": "^8.50.1",
|
|
15
|
+
"@typescript-eslint/parser": "^8.50.1",
|
|
16
|
+
"sass": "^1.87.0",
|
|
17
|
+
"scss": "^0.2.4"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"acorn": "^8.15.0",
|
|
21
|
+
"acorn-jsx": "^5.3.2",
|
|
22
|
+
"ajv": "^6.12.6",
|
|
23
|
+
"ansi-styles": "^4.3.0",
|
|
24
|
+
"argparse": "^2.0.1",
|
|
25
|
+
"balanced-match": "^1.0.2",
|
|
26
|
+
"brace-expansion": "^2.0.2",
|
|
27
|
+
"braces": "^3.0.3",
|
|
28
|
+
"callsites": "^3.1.0",
|
|
29
|
+
"chalk": "^4.1.2",
|
|
30
|
+
"chokidar": "^4.0.3",
|
|
31
|
+
"color-convert": "^2.0.1",
|
|
32
|
+
"color-name": "^1.1.4",
|
|
33
|
+
"concat-map": "^0.0.1",
|
|
34
|
+
"cross-spawn": "^7.0.6",
|
|
35
|
+
"debug": "^4.4.3",
|
|
36
|
+
"deep-is": "^0.1.4",
|
|
37
|
+
"detect-libc": "^1.0.3",
|
|
38
|
+
"escape-string-regexp": "^4.0.0",
|
|
39
|
+
"eslint": "^9.39.2",
|
|
40
|
+
"eslint-scope": "^8.4.0",
|
|
41
|
+
"eslint-visitor-keys": "^3.4.3",
|
|
42
|
+
"espree": "^10.4.0",
|
|
43
|
+
"esquery": "^1.6.0",
|
|
44
|
+
"esrecurse": "^4.3.0",
|
|
45
|
+
"estraverse": "^5.3.0",
|
|
46
|
+
"esutils": "^2.0.3",
|
|
47
|
+
"fast-deep-equal": "^3.1.3",
|
|
48
|
+
"fast-json-stable-stringify": "^2.1.0",
|
|
49
|
+
"fast-levenshtein": "^2.0.6",
|
|
50
|
+
"file-entry-cache": "^8.0.0",
|
|
51
|
+
"fill-range": "^7.1.1",
|
|
52
|
+
"find-up": "^5.0.0",
|
|
53
|
+
"flat-cache": "^4.0.1",
|
|
54
|
+
"flatted": "^3.3.3",
|
|
55
|
+
"glob-parent": "^6.0.2",
|
|
56
|
+
"globals": "^14.0.0",
|
|
57
|
+
"has-flag": "^4.0.0",
|
|
58
|
+
"ignore": "^7.0.5",
|
|
59
|
+
"immutable": "^5.1.2",
|
|
60
|
+
"import-fresh": "^3.3.1",
|
|
61
|
+
"imurmurhash": "^0.1.4",
|
|
62
|
+
"is-extglob": "^2.1.1",
|
|
63
|
+
"is-glob": "^4.0.3",
|
|
64
|
+
"is-number": "^7.0.0",
|
|
65
|
+
"isexe": "^2.0.0",
|
|
66
|
+
"js-yaml": "^4.1.1",
|
|
67
|
+
"json-buffer": "^3.0.1",
|
|
68
|
+
"json-schema-traverse": "^0.4.1",
|
|
69
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
70
|
+
"keyv": "^4.5.4",
|
|
71
|
+
"levn": "^0.4.1",
|
|
72
|
+
"locate-path": "^6.0.0",
|
|
73
|
+
"lodash.merge": "^4.6.2",
|
|
74
|
+
"micromatch": "^4.0.8",
|
|
75
|
+
"minimatch": "^9.0.5",
|
|
76
|
+
"ms": "^2.1.3",
|
|
77
|
+
"natural-compare": "^1.4.0",
|
|
78
|
+
"node-addon-api": "^7.1.1",
|
|
79
|
+
"ometa": "^0.2.2",
|
|
80
|
+
"optionator": "^0.9.4",
|
|
81
|
+
"p-limit": "^3.1.0",
|
|
82
|
+
"p-locate": "^5.0.0",
|
|
83
|
+
"parent-module": "^1.0.1",
|
|
84
|
+
"path-exists": "^4.0.0",
|
|
85
|
+
"path-key": "^3.1.1",
|
|
86
|
+
"picomatch": "^2.3.1",
|
|
87
|
+
"prelude-ls": "^1.2.1",
|
|
88
|
+
"punycode": "^2.3.1",
|
|
89
|
+
"readdirp": "^4.1.2",
|
|
90
|
+
"resolve-from": "^4.0.0",
|
|
91
|
+
"semver": "^7.7.3",
|
|
92
|
+
"shebang-command": "^2.0.0",
|
|
93
|
+
"shebang-regex": "^3.0.0",
|
|
94
|
+
"source-map-js": "^1.2.1",
|
|
95
|
+
"strip-json-comments": "^3.1.1",
|
|
96
|
+
"supports-color": "^7.2.0",
|
|
97
|
+
"tinyglobby": "^0.2.15",
|
|
98
|
+
"to-regex-range": "^5.0.1",
|
|
99
|
+
"ts-api-utils": "^2.1.0",
|
|
100
|
+
"type-check": "^0.4.0",
|
|
101
|
+
"typescript": "^5.9.3",
|
|
102
|
+
"uri-js": "^4.4.1",
|
|
103
|
+
"which": "^2.0.2",
|
|
104
|
+
"word-wrap": "^1.2.5",
|
|
105
|
+
"yocto-queue": "^0.1.0"
|
|
106
|
+
},
|
|
107
|
+
"scripts": {
|
|
108
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
109
|
+
}
|
|
110
|
+
}
|