-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.6 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.6 KB
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
{
"name": "ya-net",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"press:dev": "vitepress dev press",
"press:build": "vitepress build press",
"press:preview": "vitepress preview press",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@iconify-json/arcticons": "^1.2.4",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/cbi": "^1.2.5",
"@iconify-json/cib": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.8",
"@iconify-json/skill-icons": "^1.2.0",
"@iconify-json/twemoji": "^1.2.1",
"@types/node": "^22.7.5",
"@unocss/preset-icons": "^0.63.4",
"@unocss/transformer-directives": "^0.63.4",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/client": "2.0.0-rc.26",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass-embedded": "^1.80.2",
"tsx": "^4.19.2",
"unocss": "^0.63.3",
"unocss-preset-scrollbar": "^0.3.1",
"vitepress": "^1.4.0",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.183"
},
"dependencies": {
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"alova": "^3.1.0",
"axios": "^1.13.2",
"dotenv": "^16.4.5",
"timeago.js": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite-plugin-vitepress-auto-sidebar": "^1.7.0"
},
"packageManager": "pnpm@9.15.2"
}