fangguo-component 1.1.4 → 1.1.5
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 +92 -92
package/package.json
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "fangguo-component",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.js",
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"import": "./dist/index.js"
|
|
13
|
-
},
|
|
14
|
-
"./dist/*": "./dist/*"
|
|
15
|
-
},
|
|
16
|
-
"sideEffects": [
|
|
17
|
-
"**/*.css"
|
|
18
|
-
],
|
|
19
|
-
"keywords": [],
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"LICENSE",
|
|
23
|
-
"CHANGELOG.md",
|
|
24
|
-
"package.json"
|
|
25
|
-
],
|
|
26
|
-
"author": "yeshen",
|
|
27
|
-
"license": "ISC",
|
|
28
|
-
"scripts": {
|
|
29
|
-
"dev": "vite",
|
|
30
|
-
"preview": "vite preview",
|
|
31
|
-
"fmt": "oxfmt",
|
|
32
|
-
"lint": "oxlint",
|
|
33
|
-
"lint:fix": "oxlint --fix",
|
|
34
|
-
"typecheck": "vue-tsc --noEmit -p tsconfig.check-src.json",
|
|
35
|
-
"build:npm": "vite build --mode npm",
|
|
36
|
-
"docs:gen": "npx tsx scripts/gen-docs.ts",
|
|
37
|
-
"docs:dev": "vitepress dev docs",
|
|
38
|
-
"docs:build": "vitepress build docs",
|
|
39
|
-
"docs:preview": "vitepress preview docs",
|
|
40
|
-
"prepare": "husky"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"ag-psd": "^28.4.1",
|
|
44
|
-
"crypto-js": "^4.2.0",
|
|
45
|
-
"fingerprintjs2": "^2.1.4",
|
|
46
|
-
"js-sha1": "^0.7.0",
|
|
47
|
-
"lodash-unified": "^1.0.3",
|
|
48
|
-
"utif2": "^4.1.0",
|
|
49
|
-
"vue-virtual-scroller": "2.0.0-beta.8"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@element-plus/icons-vue": "^2.3.2",
|
|
53
|
-
"element-plus": "2.13.7",
|
|
54
|
-
"sass": "^1.53.0",
|
|
55
|
-
"tailwindcss": "^3.3.1",
|
|
56
|
-
"vue": "^3.5.3"
|
|
57
|
-
},
|
|
58
|
-
"devDependencies": {
|
|
59
|
-
"@commitlint/cli": "^21.0.0",
|
|
60
|
-
"@commitlint/config-conventional": "^21.0.0",
|
|
61
|
-
"@element-plus/icons-vue": "^2.3.2",
|
|
62
|
-
"@types/node": "^25.6.2",
|
|
63
|
-
"@vitejs/plugin-vue": "^6.0.3",
|
|
64
|
-
"@vue/shared": "^3.5.27",
|
|
65
|
-
"@vue/tsconfig": "^0.8.1",
|
|
66
|
-
"@vueuse/core": "^14.1.0",
|
|
67
|
-
"address-parse": "^1.2.19",
|
|
68
|
-
"element-plus": "2.13.7",
|
|
69
|
-
"husky": "^9.1.7",
|
|
70
|
-
"lint-staged": "^17.0.4",
|
|
71
|
-
"lodash-es": "^4.18.1",
|
|
72
|
-
"oxfmt": "^0.27.0",
|
|
73
|
-
"oxlint": "^1.42.0",
|
|
74
|
-
"sass": "^1.53.0",
|
|
75
|
-
"tailwindcss": "^3.3.1",
|
|
76
|
-
"typescript": "^5.9.3",
|
|
77
|
-
"unplugin-auto-import": "^21.0.0",
|
|
78
|
-
"unplugin-vue-components": "^31.0.0",
|
|
79
|
-
"vite": "^7.3.1",
|
|
80
|
-
"vite-plugin-dts": "4.5.4",
|
|
81
|
-
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
82
|
-
"vite-plugin-node-polyfills": "^0.26.0",
|
|
83
|
-
"vitepress": "^1.6.4",
|
|
84
|
-
"vitepress-demo-plugin": "^1.5.1",
|
|
85
|
-
"vue": "^3.5.3",
|
|
86
|
-
"vue-tsc": "^3.2.4",
|
|
87
|
-
"vue-virtual-scroller": "2.0.0-beta.8",
|
|
88
|
-
"@vitejs/plugin-vue-jsx": "^5.1.1"
|
|
89
|
-
},
|
|
90
|
-
"lint-staged": {
|
|
91
|
-
"*.{ts,vue,js}": "node scripts/lint-staged-oxlint.mjs"
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "fangguo-component",
|
|
3
|
+
"version": "1.1.5",
|
|
4
|
+
"description": "",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./dist/*": "./dist/*"
|
|
15
|
+
},
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"**/*.css"
|
|
18
|
+
],
|
|
19
|
+
"keywords": [],
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"LICENSE",
|
|
23
|
+
"CHANGELOG.md",
|
|
24
|
+
"package.json"
|
|
25
|
+
],
|
|
26
|
+
"author": "yeshen",
|
|
27
|
+
"license": "ISC",
|
|
28
|
+
"scripts": {
|
|
29
|
+
"dev": "vite",
|
|
30
|
+
"preview": "vite preview",
|
|
31
|
+
"fmt": "oxfmt",
|
|
32
|
+
"lint": "oxlint",
|
|
33
|
+
"lint:fix": "oxlint --fix",
|
|
34
|
+
"typecheck": "vue-tsc --noEmit -p tsconfig.check-src.json",
|
|
35
|
+
"build:npm": "vite build --mode npm",
|
|
36
|
+
"docs:gen": "npx tsx scripts/gen-docs.ts",
|
|
37
|
+
"docs:dev": "vitepress dev docs",
|
|
38
|
+
"docs:build": "vitepress build docs",
|
|
39
|
+
"docs:preview": "vitepress preview docs",
|
|
40
|
+
"prepare": "husky"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"ag-psd": "^28.4.1",
|
|
44
|
+
"crypto-js": "^4.2.0",
|
|
45
|
+
"fingerprintjs2": "^2.1.4",
|
|
46
|
+
"js-sha1": "^0.7.0",
|
|
47
|
+
"lodash-unified": "^1.0.3",
|
|
48
|
+
"utif2": "^4.1.0",
|
|
49
|
+
"vue-virtual-scroller": "2.0.0-beta.8"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@element-plus/icons-vue": "^2.3.2",
|
|
53
|
+
"element-plus": "2.13.7",
|
|
54
|
+
"sass": "^1.53.0",
|
|
55
|
+
"tailwindcss": "^3.3.1",
|
|
56
|
+
"vue": "^3.5.3"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@commitlint/cli": "^21.0.0",
|
|
60
|
+
"@commitlint/config-conventional": "^21.0.0",
|
|
61
|
+
"@element-plus/icons-vue": "^2.3.2",
|
|
62
|
+
"@types/node": "^25.6.2",
|
|
63
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
64
|
+
"@vue/shared": "^3.5.27",
|
|
65
|
+
"@vue/tsconfig": "^0.8.1",
|
|
66
|
+
"@vueuse/core": "^14.1.0",
|
|
67
|
+
"address-parse": "^1.2.19",
|
|
68
|
+
"element-plus": "2.13.7",
|
|
69
|
+
"husky": "^9.1.7",
|
|
70
|
+
"lint-staged": "^17.0.4",
|
|
71
|
+
"lodash-es": "^4.18.1",
|
|
72
|
+
"oxfmt": "^0.27.0",
|
|
73
|
+
"oxlint": "^1.42.0",
|
|
74
|
+
"sass": "^1.53.0",
|
|
75
|
+
"tailwindcss": "^3.3.1",
|
|
76
|
+
"typescript": "^5.9.3",
|
|
77
|
+
"unplugin-auto-import": "^21.0.0",
|
|
78
|
+
"unplugin-vue-components": "^31.0.0",
|
|
79
|
+
"vite": "^7.3.1",
|
|
80
|
+
"vite-plugin-dts": "4.5.4",
|
|
81
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
82
|
+
"vite-plugin-node-polyfills": "^0.26.0",
|
|
83
|
+
"vitepress": "^1.6.4",
|
|
84
|
+
"vitepress-demo-plugin": "^1.5.1",
|
|
85
|
+
"vue": "^3.5.3",
|
|
86
|
+
"vue-tsc": "^3.2.4",
|
|
87
|
+
"vue-virtual-scroller": "2.0.0-beta.8",
|
|
88
|
+
"@vitejs/plugin-vue-jsx": "^5.1.1"
|
|
89
|
+
},
|
|
90
|
+
"lint-staged": {
|
|
91
|
+
"*.{ts,vue,js}": "node scripts/lint-staged-oxlint.mjs"
|
|
92
|
+
}
|
|
93
93
|
}
|