@useloops/design-system 1.4.31 → 1.4.33
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.33",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "storybook dev -p 6006",
|
|
14
14
|
"clean": "rimraf dist",
|
|
15
|
-
"build
|
|
15
|
+
"build": "storybook build public -o dist",
|
|
16
|
+
"start": "NODE_ENV=production npx tsx server",
|
|
16
17
|
"babel": "npm run clean && babel _old_src/systems/WebCore/index.ts --out-dir dist",
|
|
17
|
-
"
|
|
18
|
+
"package": "npm run clean && rollup -c --bundleConfigAsCjs",
|
|
18
19
|
"prepare": "husky",
|
|
19
20
|
"test": "jest"
|
|
20
21
|
},
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
"react-dom": "^18.3.1"
|
|
141
142
|
},
|
|
142
143
|
"dependencies": {
|
|
144
|
+
"express": "^4.21.1",
|
|
143
145
|
"stylis": "^4.3.4",
|
|
144
146
|
"stylis-plugin-rtl": "^2.1.1"
|
|
145
147
|
}
|