@factorialco/deprecated-design-system 0.0.22 → 0.0.25
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/deprecated-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "vite build",
|
|
17
|
+
"prepare": "npm run build",
|
|
18
|
+
"gamma:start": "storybook dev -p ${PORT:=8081} --no-open",
|
|
19
|
+
"gamma:build": "NODE_OPTIONS=--max-old-space-size=12000 storybook build"
|
|
20
|
+
},
|
|
15
21
|
"author": "",
|
|
16
22
|
"license": "ISC",
|
|
17
23
|
"devDependencies": {
|
|
@@ -169,10 +175,5 @@
|
|
|
169
175
|
"tinycolor2": "1.6.0",
|
|
170
176
|
"usehooks-ts": "^2.14.0",
|
|
171
177
|
"utility-types": "^3.10.0"
|
|
172
|
-
},
|
|
173
|
-
"scripts": {
|
|
174
|
-
"build": "vite build",
|
|
175
|
-
"gamma:start": "storybook dev -p ${PORT:=8081} --no-open",
|
|
176
|
-
"gamma:build": "NODE_OPTIONS=--max-old-space-size=12000 storybook build"
|
|
177
178
|
}
|
|
178
|
-
}
|
|
179
|
+
}
|