-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.53 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
{
"name": "style-forge",
"version": "2025.2.8",
"description": "Style-Forge: CSS framework with themes, utilities, flexbox, and grid for creating responsive websites.",
"type": "module",
"main": "style-forge.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Style-Forge/hub.git"
},
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"CSS framework",
"modern design",
"responsive design",
"utilities",
"web development",
"frontend",
"UI components",
"CSS grid",
"CSS flexbox",
"themes",
"form validation",
"custom themes",
"grid",
"flex",
"input",
"select",
"switch",
"textarea",
"helpers",
"colors"
],
"scripts": {
"build": "node builder.js"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-discard-comments": "^7.0.3",
"postcss-import": "^16.1.0",
"postcss-minify": "^1.1.0"
},
"dependencies": {
"style-forge.base": "^2025.2.5",
"style-forge.colors": "^2025.2.5",
"style-forge.form": "^2025.2.5",
"style-forge.helpers": "^2025.2.8",
"style-forge.media": "^2025.2.8",
"style-forge.patterns": "^2025.2.5",
"style-forge.themes": "^2025.2.5"
},
"bugs": {
"url": "https://github.com/Style-Forge/hub/issues"
},
"homepage": "https://style-forge.github.io/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}