@modernpoacher/gremlins 0.0.164 → 0.0.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modernpoacher/gremlins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.165",
|
|
4
4
|
"description": "Gremlins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Gremlins",
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"url": "git@github.com/modernpoacher/gremlins.git"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
|
-
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
|
|
27
26
|
"build": "cross-env DEBUG=@modernpoacher/gremlins webpack",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
28
|
"build:watch": "cross-env DEBUG=@modernpoacher/gremlins webpack --watch",
|
|
29
|
-
"transform": "cross-env DEBUG=@modernpoacher/gremlins ./transform.sh",
|
|
30
|
-
"pregulp": "npm run nvm",
|
|
31
29
|
"gulp": "gulp --color",
|
|
32
|
-
"prelint": "npm run nvm",
|
|
33
30
|
"lint": "eslint . .storybook --ext .mjs,.cjs,.jsx,.mts,.cts",
|
|
34
31
|
"lint:fix": "npm run lint -- --fix",
|
|
35
|
-
"pretest": "npm run nvm",
|
|
36
|
-
"test": "cross-env NODE_ENV=test jest",
|
|
37
32
|
"nvm": "bash nvm.sh",
|
|
33
|
+
"pregulp": "npm run nvm",
|
|
34
|
+
"prelint": "npm run nvm",
|
|
35
|
+
"prepare": "husky",
|
|
36
|
+
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
|
|
38
37
|
"prestorybook": "npm run build && npm run transform",
|
|
38
|
+
"pretest": "npm run nvm",
|
|
39
39
|
"storybook": "storybook dev -p 6008",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"test": "cross-env NODE_ENV=test jest",
|
|
41
|
+
"transform": "cross-env DEBUG=@modernpoacher/gremlins ./transform.sh"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"classnames": "^2.5.1",
|
|
@@ -95,30 +95,30 @@
|
|
|
95
95
|
"require": "./src/index.cjs",
|
|
96
96
|
"import": "./src/index.mjs"
|
|
97
97
|
},
|
|
98
|
-
"./
|
|
98
|
+
"./components/common/disabled": "./src/components/common/disabled/index.cjs",
|
|
99
|
+
"./components/common/readonly": "./src/components/common/readonly/index.cjs",
|
|
100
|
+
"./components/common/required": "./src/components/common/required/index.cjs",
|
|
101
|
+
"./components/common/text-content": "./src/components/common/text-content/index.cjs",
|
|
102
|
+
"./components/field": "./src/components/field/index.cjs",
|
|
103
|
+
"./components/group": "./src/components/group/index.cjs",
|
|
104
|
+
"./gremlins": "./src/gremlins/index.cjs",
|
|
99
105
|
"./gremlins/checkbox": "./src/gremlins/checkbox/index.cjs",
|
|
100
|
-
"./gremlins/
|
|
106
|
+
"./gremlins/checkbox/field": "./src/gremlins/checkbox/field/index.cjs",
|
|
101
107
|
"./gremlins/email": "./src/gremlins/email/index.cjs",
|
|
102
|
-
"./gremlins/
|
|
108
|
+
"./gremlins/email/field": "./src/gremlins/email/field/index.cjs",
|
|
109
|
+
"./gremlins/fieldset": "./src/gremlins/fieldset/index.cjs",
|
|
110
|
+
"./gremlins/fieldset/group": "./src/gremlins/fieldset/group/index.cjs",
|
|
103
111
|
"./gremlins/number": "./src/gremlins/number/index.cjs",
|
|
104
|
-
"./gremlins/
|
|
112
|
+
"./gremlins/number/field": "./src/gremlins/number/field/index.cjs",
|
|
105
113
|
"./gremlins/password": "./src/gremlins/password/index.cjs",
|
|
106
|
-
"./gremlins/
|
|
114
|
+
"./gremlins/password/field": "./src/gremlins/password/field/index.cjs",
|
|
107
115
|
"./gremlins/radio": "./src/gremlins/radio/index.cjs",
|
|
108
|
-
"./gremlins/
|
|
116
|
+
"./gremlins/radio/field": "./src/gremlins/radio/field/index.cjs",
|
|
109
117
|
"./gremlins/select": "./src/gremlins/select/index.cjs",
|
|
110
|
-
"./gremlins/
|
|
118
|
+
"./gremlins/select/field": "./src/gremlins/select/field/index.cjs",
|
|
111
119
|
"./gremlins/text": "./src/gremlins/text/index.cjs",
|
|
112
|
-
"./gremlins/
|
|
120
|
+
"./gremlins/text/field": "./src/gremlins/text/field/index.cjs",
|
|
113
121
|
"./gremlins/textarea": "./src/gremlins/textarea/index.cjs",
|
|
114
|
-
"./gremlins/
|
|
115
|
-
"./gremlins/fieldset": "./src/gremlins/fieldset/index.cjs",
|
|
116
|
-
"./gremlins": "./src/gremlins/index.cjs",
|
|
117
|
-
"./components/common/disabled": "./src/components/common/disabled/index.cjs",
|
|
118
|
-
"./components/common/readonly": "./src/components/common/readonly/index.cjs",
|
|
119
|
-
"./components/common/required": "./src/components/common/required/index.cjs",
|
|
120
|
-
"./components/common/text-content": "./src/components/common/text-content/index.cjs",
|
|
121
|
-
"./components/field": "./src/components/field/index.cjs",
|
|
122
|
-
"./components/group": "./src/components/group/index.cjs"
|
|
122
|
+
"./gremlins/textarea/field": "./src/gremlins/textarea/field/index.cjs"
|
|
123
123
|
}
|
|
124
124
|
}
|