-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "style-forge.patterns",
"version": "2025.1.18",
"description": "Style-Forge.Patterns - versatile CSS library with pre-defined classes for responsive, consistent user interfaces.",
"type": "module",
"main": "patterns.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Style-Forge/patterns.git"
},
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"CSS",
"patterns",
"utility",
"library",
"responsive",
"design",
"grid",
"flexbox",
"spacing",
"typography",
"styles",
"framework",
"frontend",
"web development",
"styling",
"performance",
"mobile-first",
"customizable",
"pre-defined classes"
],
"scripts": {
"build": "node builder.js"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-minify": "^1.1.0"
},
"bugs": {
"url": "https://github.com/Style-Forge/patterns/issues"
},
"homepage": "https://style-forge.github.io/patterns/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}