@xfers/design-system 6.3.0-dev.beb5ec0248 → 6.3.1-dev.56118b1601
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 +1 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1-dev.56118b1601",
|
|
4
4
|
"description": "StraitsX design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -31,10 +31,6 @@
|
|
|
31
31
|
"prebuild": "yarn clean",
|
|
32
32
|
"build:prod": "tsc --module commonjs && rollup -c rollup.config.js && rimraf node_modules/react node_modules/react-dom",
|
|
33
33
|
"start": "rollup -c rollup.config.js -w",
|
|
34
|
-
"test": "jest --coverage",
|
|
35
|
-
"test:watch": "jest --coverage --watch",
|
|
36
|
-
"test:prod": "yarn lint && yarn test -- --no-cache",
|
|
37
|
-
"report-coverage": "cat ./coverage/lcov.info | coveralls",
|
|
38
34
|
"storybook": "storybook dev -p 6006",
|
|
39
35
|
"build-storybook": "storybook build -c .storybook -o build"
|
|
40
36
|
},
|
|
@@ -49,33 +45,6 @@
|
|
|
49
45
|
"path": "node_modules/cz-conventional-changelog"
|
|
50
46
|
}
|
|
51
47
|
},
|
|
52
|
-
"jest": {
|
|
53
|
-
"transform": {
|
|
54
|
-
".(ts|tsx)": "ts-jest"
|
|
55
|
-
},
|
|
56
|
-
"testEnvironment": "node",
|
|
57
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
58
|
-
"moduleFileExtensions": [
|
|
59
|
-
"ts",
|
|
60
|
-
"tsx",
|
|
61
|
-
"js"
|
|
62
|
-
],
|
|
63
|
-
"coveragePathIgnorePatterns": [
|
|
64
|
-
"/node_modules/",
|
|
65
|
-
"/test/"
|
|
66
|
-
],
|
|
67
|
-
"coverageThreshold": {
|
|
68
|
-
"global": {
|
|
69
|
-
"branches": 90,
|
|
70
|
-
"functions": 95,
|
|
71
|
-
"lines": 95,
|
|
72
|
-
"statements": 95
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"collectCoverageFrom": [
|
|
76
|
-
"src/*.{js,ts}"
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
48
|
"prettier": {
|
|
80
49
|
"semi": false,
|
|
81
50
|
"singleQuote": true
|
|
@@ -105,7 +74,6 @@
|
|
|
105
74
|
"@storybook/test": "8.6.1",
|
|
106
75
|
"@svgr/rollup": "5.5.0",
|
|
107
76
|
"@svgr/webpack": "5.5.0",
|
|
108
|
-
"@types/jest": "23.3.2",
|
|
109
77
|
"@types/node": "20.17.10",
|
|
110
78
|
"@types/react": "18.2.79",
|
|
111
79
|
"@types/react-dom": "18.2.25",
|
|
@@ -115,7 +83,6 @@
|
|
|
115
83
|
"babel-loader": "8.2.2",
|
|
116
84
|
"chart.js": "3.7.0",
|
|
117
85
|
"copy-to-clipboard": "3.3.1",
|
|
118
|
-
"coveralls": "3.0.2",
|
|
119
86
|
"cross-env": "5.2.0",
|
|
120
87
|
"css-loader": "5.2.5",
|
|
121
88
|
"cssnano": "5.0.2",
|
|
@@ -127,8 +94,6 @@
|
|
|
127
94
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
128
95
|
"eslint-plugin-prettier": "5.2.1",
|
|
129
96
|
"eslint-plugin-react": "7.14.3",
|
|
130
|
-
"jest": "23.6.0",
|
|
131
|
-
"jest-config": "23.6.0",
|
|
132
97
|
"material-symbols": "0.38.0",
|
|
133
98
|
"moment": "2.24.0",
|
|
134
99
|
"postcss": "8.2.15",
|
|
@@ -152,7 +117,6 @@
|
|
|
152
117
|
"shelljs": "0.8.3",
|
|
153
118
|
"storybook": "8.6.1",
|
|
154
119
|
"style-loader": "2.0.0",
|
|
155
|
-
"ts-jest": "23.10.2",
|
|
156
120
|
"tslint": "5.11.0",
|
|
157
121
|
"tslint-config-prettier": "1.15.0",
|
|
158
122
|
"tslint-config-standard": "8.0.1",
|