-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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
{
"name": "AlwanKit",
"description": "AlwanKit is a free, open source color system generator built entirely on CSS custom properties.",
"type": "module",
"version": "1.1.0",
"author": {
"name": "badreddine ibril",
"url": "https://x.com/badr_ibril"
},
"keywords": [
"AlwanKit",
"color system",
"accessible colors",
"WCAG colors",
"pure CSS",
"no JavaScript",
"open source",
"harmony",
"free color tool",
"dark mode colors",
"CSS color palette generator"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/netlify": "^6.6.4",
"@astrojs/partytown": "^2.1.4",
"astro": "^5.17.1"
}
}