-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "github-trending-script",
"version": "1.0.0",
"description": "Github trending data for developers and rss subscribers",
"scripts": {
"build": "node ./script/index.js",
"gen:lang": "node ./script/language.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs && node ./script/copy.js",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "isboyjc",
"license": "MIT",
"dependencies": {
"@arco-design/web-vue": "^2.56.0",
"@vueuse/core": "^10.11.0",
"@vueuse/motion": "^2.2.3",
"axios": "^1.7.2",
"cheerio": "1.0.0-rc.12",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.45",
"vue": "^3.4.35",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@iconify-json/ic": "^1.1.17",
"@iconify-json/iconoir": "^1.1.46",
"@iconify-json/lucide": "^1.1.203",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/tabler": "^1.1.118",
"@unocss/transformer-directives": "^0.61.9",
"@unocss/transformer-variant-group": "^0.61.9",
"fs-extra": "^11.2.0",
"unocss": "^0.61.9",
"unplugin-icons": "^0.19.1",
"unplugin-vue-components": "^0.27.3",
"vitepress": "^1.3.1"
}
}