-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
{
"name": "vangle",
"version": "1.1.2",
"description": "这篇文章会带着你从零搭建一个基于vue3的组件库",
"main": "index.js",
"scripts": {
"play": "pnpm --filter ./play dev",
"build": "node ./scripts/build.js",
"release": "pnpm build && node ./scripts/release.js",
"gen": "node ./scripts/gen.js",
"del": "node ./scripts/del.js",
"docs:dev": "pnpm --filter ./packages/docs docs:dev",
"docs:build": "pnpm --filter ./packages/docs docs:build",
"prettier": "prettier --write .",
"lint": "eslint --ext .ts packages/*/**.ts",
"lint:fix": "eslint --ext .ts packages/*/**.ts --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"lint-staged": {
"packages/temp/**/*.{vue,js,ts,jsx,tsx,md,json}": "prettier --write ."
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@vangle/components": "workspace:*",
"@vangle/eslint-config": "workspace:*",
"@vangle/hooks": "workspace:*",
"@vangle/utils": "workspace:*",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^9.5.0",
"vue-awesome-swiper": "^5.0.1",
"swiper": "^7.2.0",
"chalk": "4.1.0",
"element-plus": "2.2.21",
"consola": "^2.15.3",
"ejs": "^3.1.8",
"enquirer": "^2.3.6",
"eslint": "^8.22.0",
"execa": "4.0.2",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"typescript": "^4.7.4",
"unplugin-vue-define-options": "^0.10.0",
"vangle": "workspace:*",
"vite": "^3.0.8",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^1.4.1",
"vue": "^3.2.37"
},
"dependencies": {
"@floating-ui/dom": "^1.2.1",
"dayjs": "^1.11.7",
"es-calendar": "^0.1.1",
"escape-html": "^1.0.3"
}
}