-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.47 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "spoko-design-system",
"version": "0.5.4",
"private": false,
"main": "./index.ts",
"module": "./index.ts",
"types": "./index.ts",
"exports": {
".": {
"import": "./index.ts",
"require": "./index.ts"
},
"./styles/*": "./src/styles/*",
"./icons": "./icon.config.ts",
"./icon-collections": "./icon.collections.ts",
"./uno-config": "./uno-config/index.ts"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "https://github.com/polo-blue/sds"
},
"author": {
"name": "spokospace",
"email": "szymon@spoko.space",
"url": "https://spoko.space"
},
"homepage": "https://sds.spoko.space/",
"license": "MIT",
"keywords": [
"astro-starter",
"seo",
"astro",
"sds design system",
"spoko design system"
],
"dependencies": {
"@algolia/client-search": "^5.20.3",
"@astrojs/mdx": "^4.0.8",
"@astrojs/node": "^9.1.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/ts-plugin": "^1.10.4",
"@astrojs/vue": "^5.0.6",
"@docsearch/css": "^3.9.0",
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/bi": "^1.2.2",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/carbon": "^1.2.7",
"@iconify-json/circle-flags": "^1.2.6",
"@iconify-json/ei": "^1.2.2",
"@iconify-json/el": "^1.2.1",
"@iconify-json/eos-icons": "^1.2.2",
"@iconify-json/et": "^1.2.1",
"@iconify-json/flowbite": "^1.2.4",
"@iconify-json/fluent": "^1.2.14",
"@iconify-json/fluent-emoji": "1.2.3",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/icon-park-outline": "^1.2.2",
"@iconify-json/la": "^1.2.1",
"@iconify-json/material-symbols-light": "^1.2.14",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/noto-v1": "^1.2.1",
"@iconify-json/octicon": "^1.2.5",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.25",
"@iconify-json/system-uicons": "^1.2.2",
"@iconify-json/uil": "^1.2.3",
"@iconify/json": "^2.2.309",
"@iconify/vue": "^4.3.0",
"@playform/compress": "^0.1.7",
"@playform/inline": "^0.1.1",
"@unocss/astro": "^66.0.0",
"@unocss/preset-attributify": "^66.0.0",
"@unocss/preset-typography": "^66.0.0",
"@unocss/preset-uno": "^66.0.0",
"@unocss/preset-web-fonts": "^66.0.0",
"@unocss/preset-wind": "^66.0.0",
"@unocss/reset": "^66.0.0",
"@vite-pwa/astro": "^0.5.0",
"@vueuse/core": "^12.7.0",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "^1.1.5",
"astro-meta-tags": "^0.3.1",
"astro-navbar": "^2.3.9",
"astro-pagefind": "^1.8.0",
"astro-remote": "^0.3.3",
"dotenv": "^16.4.7",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-fs-backend": "^2.6.0",
"i18next-http-backend": "^3.0.2",
"i18next-vue": "^5.2.0",
"swiper": "^11.2.4",
"unocss": "^66.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.13.4",
"@unocss/transformer-variant-group": "^66.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"astro": "^5.3.0",
"unocss": "^0.65.0",
"vite": "^6.1.1"
},
"packageManager": "pnpm@9.15.3",
"pnpm": {
"default": "9.15.3",
"overrides": {
"file-type@>=17.0.0 <17.1.3": ">=17.1.3",
"sharp@<0.30.5": ">=0.30.5"
}
},
"engines": {
"node": ">=18.14.1",
"pnpm": ">=9.15.3"
}
}