-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
104 lines (104 loc) · 2.71 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "opentiny-vue-mobile",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-vue-mobile",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-vue-theme-mobile.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-vue-theme-mobile/issues"
},
"keywords": [
"vue",
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"mobile"
],
"engines": {
"node": ">=18",
"pnpm": ">=9.5"
},
"scripts": {
"dev": "pnpm -C sites start:mobile",
"preSite": "node ./script/preSite.js",
"build": "pnpm -C packages/mobile build",
"build:theme": "pnpm -C packages/theme-mobile build"
},
"dependencies": {
"@vue/composition-api": "1.7.2",
"color": "^4.2.3",
"cropperjs": "1.5.12",
"echarts": "5.4.1",
"echarts-liquidfill": "3.1.0",
"echarts-wordcloud": "2.0.0",
"fastdom": "1.0.11",
"shepherd.js": "11.0.1",
"streamsaver": "2.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@commitlint/config-conventional": "^18.4.3",
"@opentiny/vue-mobile": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~",
"@opentinyvue/vue-docs": "^3.21.9",
"@types/color": "^3.0.3",
"@types/eslint": "^8.4.10",
"@types/node": "^18.11.18",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/parser": "^6.12.0",
"@volar-plugins/eslint": "^2.0.0",
"@volar-plugins/prettier": "^2.0.0",
"@volar-plugins/prettyhtml": "^2.0.0",
"@vue/tsconfig": "^0.4.0",
"commitlint": "^18.4.3",
"depcheck": "1.4.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-less": "^5.0.0",
"gulp-svg-inline": "^1.0.1",
"gulp-transform": "^3.0.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"typescript": "catalog:",
"vite": "catalog:",
"vue": "catalog:",
"vue-tsc": "^1.6.5"
},
"pnpm": {
"packageExtensions": {
"vite-plugin-md": {
"peerDependenciesMeta": {
"@vitejs/plugin-vue": {
"optional": true
}
}
}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}