-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 999 Bytes
/
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
{
"name": "vitepress-money",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tzhh0617/vitepress-money.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tzhh0617/vitepress-money/issues"
},
"homepage": "https://github.com/tzhh0617/vitepress-money#readme",
"dependencies": {
"@vueuse/core": "^10.7.1",
"dayjs": "^1.11.10",
"decimal.js": "^10.4.3",
"element-plus": "^2.4.4",
"vue": "^3.4.0"
},
"devDependencies": {
"postcss": "^8.4.32",
"unocss": "^0.58.2",
"vitepress": "1.0.0-rc.33"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
}
}