-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.42 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
{
"name": "unify-ui-dev",
"description": "UnifyUI.dev Official Website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro",
"page-find": "pagefind",
"page-find-build": "npm run build && pagefind",
"vercel-deploy-preview": "vercel deploy --prebuilt",
"build-deploy-preview": "npm run page-find-build && npm run vercel-deploy-preview",
"vercel-deploy-prod": "vercel --prod",
"vercel-deploy-prod-preview": "vercel deploy --prebuilt && vercel --prod",
"build-deploy-prod": "npm run page-find-build && vercel --prod"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/db": "^0.12.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/netlify": "^5.4.0",
"@astrojs/vue": "^4.5.0",
"@flexilla/flexilla": "^2.0.5",
"astro": "^4.12.1",
"astro-dynamic-import": "^1.1.1",
"astro-font": "^0.0.81",
"lightningcss": "^1.25.1",
"overlayscrollbars": "^2.9.1",
"typescript": "^5.2.2",
"vue": "^3.4.31"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.13",
"@julr/unocss-preset-forms": "^0.1.0",
"@unifydev/preset-ui": "^0.0.3",
"@unocss/transformer-directives": "^0.61.0",
"pagefind": "^1.1.0",
"shikiji-transformers": "^0.10.2",
"unocss": "^0.61.5"
}
}