lt-a-baseui 1.0.9 → 1.0.11
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 copy.json +62 -0
- package/package.json +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "lt-a-baseui",
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "a lib base on longtec",
|
|
6
|
+
"main": "lib/lt-a-baseui.umd.min.js",
|
|
7
|
+
"keyword": "vue3 antd",
|
|
8
|
+
"author": "longtec",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"serve": "vue-cli-service serve",
|
|
12
|
+
"build": "vue-cli-service build && node --max-old-space-size=8192 ",
|
|
13
|
+
"test:unit": "vue-cli-service test:unit",
|
|
14
|
+
"lint": "vue-cli-service lint",
|
|
15
|
+
"lib": "vue-cli-service build --target lib --name lt-a-baseui --dest lib packages/index.ts"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@ant-design/icons-vue": "^6.1.0",
|
|
19
|
+
"@microsoft/signalr": "^7.0.4",
|
|
20
|
+
"@types/jquery": "^3.5.16",
|
|
21
|
+
"@vueuse/core": "^9.13.0",
|
|
22
|
+
"ant-design-vue": "^4.0.3",
|
|
23
|
+
"axios": "^1.3.5",
|
|
24
|
+
"core-js": "^3.8.3",
|
|
25
|
+
"dayjs": "^1.11.7",
|
|
26
|
+
"file-saver": "^2.0.5",
|
|
27
|
+
"jquery": "^3.6.4",
|
|
28
|
+
"less": "^4.1.3",
|
|
29
|
+
"less-loader": "^11.1.0",
|
|
30
|
+
"lodash-es": "^4.17.21",
|
|
31
|
+
"lt-request": "^1.0.1",
|
|
32
|
+
"mitt": "^3.0.0",
|
|
33
|
+
"pinia": "^2.0.33",
|
|
34
|
+
"register-service-worker": "^1.7.2",
|
|
35
|
+
"sortablejs": "^1.15.0",
|
|
36
|
+
"unplugin-vue-define-options": "0.7.3",
|
|
37
|
+
"vue": "3.2.45",
|
|
38
|
+
"vue-class-component": "^8.0.0-0",
|
|
39
|
+
"vue-i18n": "^9.2.2",
|
|
40
|
+
"vue-router": "^4.0.3",
|
|
41
|
+
"vuex": "^4.0.0",
|
|
42
|
+
"webpack": "^5.78.0",
|
|
43
|
+
"xlsx": "^0.18.5"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
47
|
+
"@typescript-eslint/parser": "^5.4.0",
|
|
48
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
49
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
50
|
+
"@vue/cli-plugin-pwa": "~5.0.0",
|
|
51
|
+
"@vue/cli-plugin-router": "~5.0.0",
|
|
52
|
+
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
53
|
+
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
54
|
+
"@vue/cli-service": "~5.0.0",
|
|
55
|
+
"@vue/eslint-config-typescript": "^9.1.0",
|
|
56
|
+
"eslint": "^7.32.0",
|
|
57
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
58
|
+
"sass": "^1.32.7",
|
|
59
|
+
"sass-loader": "^12.0.0",
|
|
60
|
+
"typescript": "~4.5.5"
|
|
61
|
+
}
|
|
62
|
+
}
|