-
-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
41 lines (41 loc) · 1020 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
{
"name": "valaxy-theme-yun",
"type": "module",
"version": "0.22.7",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"homepage": "https://yun.valaxy.site",
"repository": {
"type": "git",
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun"
},
"exports": {
"./client": "./client/index.ts",
"./theme": "./types/index.d.ts",
"./*": "./*",
".": "./index.ts"
},
"main": "index.ts",
"module": "index.ts",
"scripts": {
"release": "bumpp && pnpm publish"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@explosions/fireworks": "^0.1.0",
"@iconify-json/ant-design": "catalog:",
"@iconify-json/simple-icons": "catalog:",
"@vueuse/motion": "^2.2.6",
"animejs": "^3.2.2",
"gsap": "^3.12.7",
"primevue": "^4.2.5"
},
"devDependencies": {
"@types/animejs": "^3.1.13",
"valaxy": "workspace:*",
"valaxy-addon-waline": "workspace:*"
}
}