-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "press-ui-demo-vue3-pure",
"version": "2.2.14",
"private": true,
"description": "简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目",
"repository": {
"type": "git",
"url": "https://github.com/novlan1/press-ui-demo-vue3-pure"
},
"author": "guowangyang",
"homepage": "https://novlan1.github.io/press-ui-demo-vue3-pure",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"init": "node script/watch/init"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"plugin-light": "^1.3.13",
"press-ui": "2.2.14",
"qrcode.vue": "^3.4.1",
"swiper-next": "^0.1.1",
"t-comm": "^1.3.106",
"tinycolor2": "^1.6.0",
"vite-babel-plugin": "^0.0.2",
"vue": "^3.4.29",
"vue-cropper": "^1.1.4",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.3.3",
"vue3-barcode": "^1.0.1"
},
"devDependencies": {
"@dcloudio/types": "^3.4.8",
"@plugin-light/vite-plugin-alias-for-library": "^0.0.7",
"@plugin-light/vite-plugin-gen-version": "^0.0.7",
"@plugin-light/vite-plugin-ifdef": "^0.0.7",
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/tsconfig": "^0.5.1",
"@zebra-ui/swiper": "^2.2.8",
"aegis-mp-sdk": "^1.39.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^8.57.0",
"eslint-config-light-vue3": "^0.1.7",
"eslint-plugin-vue": "^9.23.0",
"glob": "^10.4.3",
"npm-run-all2": "^6.2.0",
"sass": "^1.77.6",
"typescript": "~5.6.2",
"vite": "^5.3.1",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-vue-devtools": "^7.3.1",
"vue-tsc": "^2.0.21"
}
}