-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "style-forge.form",
"version": "2025.1.8",
"description": "Style-Forge.Form: versatile library for easy form creation, validation, styling, and submission in web apps.",
"type": "module",
"main": "form.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Style-Forge/form.git"
},
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"form",
"input",
"select",
"switch",
"textarea",
"validate",
"html",
"css",
"styling",
"web development",
"frontend",
"form elements",
"form styles",
"responsive"
],
"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"
},
"bugs": {
"url": "https://github.com/Style-Forge/form/issues"
},
"homepage": "https://style-forge.github.io/form/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}