-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "vitepress-plugin-life-progress",
"version": "0.0.3",
"description": "Date progress bar plugin for vitepress",
"keywords": [
"documentation",
"life",
"progress",
"year",
"calendar",
"timetable",
"vue",
"vitepress"
],
"author": "ZhongxuYang <[email protected]>",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./lib/vitepress-plugin-life-progress.js",
"require": "./lib/vitepress-plugin-life-progress.umd.cjs"
},
"./*": "./*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhongxuYang/vitepress-plugin-life-progress.git"
},
"homepage": "https://github.com/ZhongxuYang/vitepress-plugin-life-progress.git",
"main": "./lib/vitepress-plugin-life-progress.umd.cjs",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json"
},
"peerDependencies": {
"vitepress": ">=1.x"
},
"devDependencies": {
"@types/node": "^18.8.4",
"postcss-advanced-variables": "^3.0.1",
"postcss-easings": "^3.0.1",
"postcss-import": "^15.0.0",
"postcss-nested": "^6.0.0",
"typescript": "^4.8.4",
"vitepress": "^1.0.0-alpha.18"
}
}