@salutejs/sdds-finportal 0.168.2-canary.1561.11922759758.0 → 0.168.2-canary.1561.11930934273.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.168.2-canary.1561.
|
3
|
+
"version": "0.168.2-canary.1561.11930934273.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.194.2-canary.1561.
|
22
|
+
"@salutejs/plasma-new-hope": "0.194.2-canary.1561.11930934273.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -78,6 +78,8 @@
|
|
78
78
|
"build:esm": "BABEL_ENV=esm SC_NAMESPACE=sdds-srvc babel ./src --out-dir ./es --extensions .ts,.tsx",
|
79
79
|
"generate:typings": "tsc --outDir . --emitDeclarationOnly",
|
80
80
|
"storybook": "storybook dev -p ${PORT:-7007} -c .storybook",
|
81
|
+
"storybook:draft": "IS_DRAFT=true storybook dev -p ${PORT:-7007} -c .storybook",
|
82
|
+
"storybook:build:draft": "IS_DRAFT=true storybook build -c .storybook -o build-sb-draft",
|
81
83
|
"storybook:build": "storybook build -c .storybook -o build-sb",
|
82
84
|
"typescript-coverage": "npx typescript-coverage-report > /dev/null",
|
83
85
|
"lint": "../../node_modules/.bin/eslint ./src --ext .js,.ts,.tsx --quiet"
|
@@ -94,5 +96,5 @@
|
|
94
96
|
"Vasiliy Loginevskiy"
|
95
97
|
],
|
96
98
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
99
|
+
"gitHead": "be67c1395f373136557f54108cffc081af89ae92"
|
98
100
|
}
|