@valeriewoon/comp-test 0.0.1-2 → 0.0.1-3

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,59 +1,12 @@
1
1
  {
2
2
  "name": "@valeriewoon/comp-test",
3
- "private": false,
4
- "version": "0.0.1-2",
5
- "description": "前端组件库测试",
6
- "type": "module",
7
- "main": "./dist/comp-test.js",
8
- "module": "./dist/comp-test.js",
9
- "unpkg": "dist/comp-test.umd.cjs",
10
- "files": [
11
- "dist/*"
12
- ],
13
- "publishConfig": {
14
- "access": "public"
15
- },
3
+ "version": "0.0.1-3",
4
+ "main": "comp-test.js",
16
5
  "scripts": {
17
- "dev": "vite",
18
- "build:test": "vite build --mode test",
19
- "build": "vite build --mode production",
20
- "preview": "vite preview"
21
- },
22
- "peerDependencies": {
23
- "ant-design-vue": "~4.2.6",
24
- "dayjs": "^1.11.19",
25
- "lodash-es": "^4.17.21",
26
- "sortablejs": "^1.15.6",
27
- "vue": "^3.5.25",
28
- "vue-i18n": "^11.2.2"
29
- },
30
- "devDependencies": {
31
- "@iconify/json": "^2.2.418",
32
- "@purge-icons/generated": "^0.10.0",
33
- "@types/lodash-es": "^4.17.12",
34
- "@types/node": "^25.0.3",
35
- "@vitejs/plugin-vue": "^5.2.4",
36
- "@vitejs/plugin-vue-jsx": "^4.2.0",
37
- "less": "^4.5.1",
38
- "less-loader": "^12.3.0",
39
- "ts-node": "^10.9.2",
40
- "typescript": "~5.8.3",
41
- "vite": "^6.3.5",
42
- "vite-plugin-purge-icons": "^0.10.0",
43
- "vite-plugin-style-import": "^2.0.0",
44
- "vite-plugin-svg-icons": "^2.0.1",
45
- "vite-plugin-windicss": "^1.9.4",
46
- "vue": "^3.5.25",
47
- "vue-tsc": "^3.1.8",
48
- "windicss": "^3.5.6"
6
+ "test": "echo \"Error: no test specified\" && exit 1"
49
7
  },
50
- "dependencies": {
51
- "@ant-design/colors": "^7.2.1",
52
- "@ant-design/icons-vue": "^7.0.1",
53
- "@iconify/iconify": "^3.1.1",
54
- "@vueuse/core": "^14.1.0",
55
- "iconify-icon": "^3.0.2",
56
- "resize-observer-polyfill": "^1.5.1",
57
- "styled-components": "^6.1.19"
58
- }
8
+ "keywords": [],
9
+ "author": "",
10
+ "license": "ISC",
11
+ "description": ""
59
12
  }
@@ -10,7 +10,7 @@ var n = (t, l, a) => l in t ? d(t, l, { enumerable: !0, configurable: !0, writab
10
10
  g.call(l, a) && n(t, a, l[a]);
11
11
  return t;
12
12
  }, i = (t, l) => $(t, p(l));
13
- import { _ as m, P as h, g as u } from "./index-CI4lhgPR.js";
13
+ import { _ as m, P as h, g as u } from "./index-B7w0FQ6M.js";
14
14
  const x = {
15
15
  resetText: "重置",
16
16
  queryText: "查询",
package/dist/comp-test.js DELETED
@@ -1,4 +0,0 @@
1
- import { c as f } from "./index-CI4lhgPR.js";
2
- export {
3
- f as default
4
- };
File without changes
File without changes