@salutejs/sdds-cs 0.229.0-dev.0 → 0.229.1-canary.1704.12786192228.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -28
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.229.
|
3
|
+
"version": "0.229.1-canary.1704.12786192228.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,38 +21,16 @@
|
|
21
21
|
"api-extractor.json",
|
22
22
|
"CHANGELOG.md"
|
23
23
|
],
|
24
|
-
"main": "
|
25
|
-
"module": "
|
26
|
-
"types": "
|
27
|
-
"exports": {
|
28
|
-
".": {
|
29
|
-
"require": "./components/index.js",
|
30
|
-
"import": "./es/index.js",
|
31
|
-
"types": "./index.d.ts"
|
32
|
-
},
|
33
|
-
"./emotion": {
|
34
|
-
"require": "./emotion/cjs/index.js",
|
35
|
-
"import": "./emotion/es/index.js",
|
36
|
-
"types": "./index.d.ts"
|
37
|
-
},
|
38
|
-
"./tokens": {
|
39
|
-
"require": "./tokens/index.js",
|
40
|
-
"import": "./es/tokens/index.js",
|
41
|
-
"types": "./tokens/index.d.ts"
|
42
|
-
},
|
43
|
-
"./mixins": {
|
44
|
-
"require": "./mixins/index.js",
|
45
|
-
"import": "./es/mixins/index.js",
|
46
|
-
"types": "./mixins/index.d.ts"
|
47
|
-
}
|
48
|
-
},
|
24
|
+
"main": "index.js",
|
25
|
+
"module": "es/index.js",
|
26
|
+
"types": "index.d.ts",
|
49
27
|
"repository": {
|
50
28
|
"type": "git",
|
51
29
|
"url": "ssh://git@github.com:salute-developers/plasma.git",
|
52
30
|
"directory": "packages/sdds-cs"
|
53
31
|
},
|
54
32
|
"dependencies": {
|
55
|
-
"@salutejs/plasma-new-hope": "0.240.
|
33
|
+
"@salutejs/plasma-new-hope": "0.240.1-canary.1704.12786192228.0",
|
56
34
|
"@salutejs/sdds-themes": "0.31.0"
|
57
35
|
},
|
58
36
|
"peerDependencies": {
|
@@ -144,5 +122,5 @@
|
|
144
122
|
"Anton Vinogradov"
|
145
123
|
],
|
146
124
|
"sideEffects": false,
|
147
|
-
"gitHead": "
|
125
|
+
"gitHead": "515dcfd441e1e9009228058a5dabdf9650ca578b"
|
148
126
|
}
|