@myunisoft/design-system 1.2.9-rev157 → 1.2.9-rev157.2

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.
Files changed (1) hide show
  1. package/package.json +121 -121
package/package.json CHANGED
@@ -1,121 +1,121 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "1.2.9-rev157",
4
- "description": "Design System of MyUnisoft",
5
- "main": "dist/index.js",
6
- "source": "src/index.ts",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "start": "cd website && npm start -- --port=3002",
10
- "build": "rm -r dist & node esbuild",
11
- "build-cypress": "rm -r dist & node esbuild-cypress",
12
- "prepublishOnly": "npm run build",
13
- "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
14
- "parcel-build": "node esbuild",
15
- "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
16
- "cy:run": "npx cypress run --component --browser chrome",
17
- "lint-staged": "biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=warn && biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=error",
18
- "prepare": "husky"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
23
- },
24
- "keywords": [],
25
- "files": [
26
- "dist"
27
- ],
28
- "publishConfig": {
29
- "@myunisoft:registry": "https://registry.npmjs.org/"
30
- },
31
- "author": "MyUnisoft",
32
- "license": "MIT",
33
- "homepage": "https://myunisoft.github.io/design-system/",
34
- "dependencies": {
35
- "@babel/runtime": "7.20.6",
36
- "@emotion/react": "11.14.0",
37
- "@emotion/styled": "11.14.1",
38
- "@mui/x-license": "8.17.0",
39
- "@mui/x-tree-view-pro": "8.17.0",
40
- "@myunisoft/mui-symbols-material-w300-esm": "0.7.3",
41
- "@myunisoft/mui-symbols-material-w400-esm": "0.7.3",
42
- "@mui/material": "7.3.6",
43
- "@mui/utils": "7.3.6",
44
- "@mui/x-data-grid-pro": "7.29.9",
45
- "@testing-library/dom": "10.1.0",
46
- "autosuggest-highlight": "3.3.4",
47
- "classnames": "2.3.2",
48
- "exceljs": "4.4.0",
49
- "i18next": "22.4.6",
50
- "jspdf": "3.0.1",
51
- "jspdf-autotable": "3.5.28",
52
- "localforage": "1.10.0",
53
- "lodash": "4.17.21",
54
- "moment": "2.30.1",
55
- "numeral": "2.0.6",
56
- "pretty-bytes": "6.0.0",
57
- "prop-types": "15.8.1",
58
- "react": "19.2.1",
59
- "react-color": "2.19.3",
60
- "react-dom": "19.2.1",
61
- "react-draft-wysiwyg": "1.15.0",
62
- "react-draggable": "4.4.6",
63
- "react-dropzone": "14.2.3",
64
- "react-input-autosize": "3.0.0",
65
- "react-spinners": "0.13.8",
66
- "react-window": "2.2.3",
67
- "reselect": "4.1.7",
68
- "robot3": "0.3.2",
69
- "sortablejs": "1.15.0",
70
- "svgo": "3.0.2",
71
- "tss-react": "4.9.18"
72
- },
73
- "resolutions": {
74
- "cheerio": "<1.0.0",
75
- "@mui/material": "7.3.6",
76
- "@babel/core": "7.26.0"
77
- },
78
- "devDependencies": {
79
- "@4tw/cypress-drag-drop": "2.3.0",
80
- "@babel/core": "7.26.0",
81
- "@babel/plugin-proposal-class-properties": "7.18.6",
82
- "@babel/plugin-transform-runtime": "7.28.5",
83
- "@babel/preset-env": "7.28.5",
84
- "@babel/preset-react": "7.28.5",
85
- "@babel/preset-typescript": "7.28.5",
86
- "@biomejs/biome": "2.3.5",
87
- "@parcel/transformer-inline-string": "2.8.2",
88
- "@parcel/transformer-sass": "2.8.2",
89
- "@parcel/transformer-svg-react": "2.8.2",
90
- "@testing-library/react": "16.3.0",
91
- "@types/jest": "30.0.0",
92
- "@types/mocha": "10.0.10",
93
- "@types/react": "19.1.0",
94
- "@types/react-dom": "19.1.0",
95
- "babel-jest": "29.3.1",
96
- "babel-loader": "9.1.0",
97
- "cheerio": "<1.0.0",
98
- "css-loader": "6.7.3",
99
- "cypress": "14.5.0",
100
- "esbuild": "0.21.5",
101
- "esbuild-sass-plugin": "2.4.4",
102
- "html-webpack-plugin": "5.5.0",
103
- "husky": "9.1.7",
104
- "jest": "29.3.1",
105
- "jest-canvas-mock": "2.4.0",
106
- "jest-environment-jsdom": "29.3.1",
107
- "parcel": "2.8.2",
108
- "react-test-renderer": "18.3.1",
109
- "sass": "1.57.1",
110
- "sass-loader": "13.2.0",
111
- "style-loader": "3.3.1",
112
- "svg-inline-loader": "0.8.2",
113
- "typescript": "5.5.4",
114
- "webpack": "5.75.0"
115
- },
116
- "peerDependencies": {
117
- "@mui/material": "7.3.6",
118
- "react": "19.2.1",
119
- "react-dom": "19.2.1"
120
- }
121
- }
1
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "1.2.9-rev157.2",
4
+ "description": "Design System of MyUnisoft",
5
+ "main": "dist/index.js",
6
+ "source": "src/index.ts",
7
+ "types": "dist/index.d.ts",
8
+ "scripts": {
9
+ "start": "cd website && npm start -- --port=3002",
10
+ "build": "rm -r dist & node esbuild",
11
+ "build-cypress": "rm -r dist & node esbuild-cypress",
12
+ "prepublishOnly": "npm run build",
13
+ "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
14
+ "parcel-build": "node esbuild",
15
+ "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
16
+ "cy:run": "npx cypress run --component --browser chrome",
17
+ "lint-staged": "biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=warn && biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=error",
18
+ "prepare": "husky"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
23
+ },
24
+ "keywords": [],
25
+ "files": [
26
+ "dist"
27
+ ],
28
+ "publishConfig": {
29
+ "@myunisoft:registry": "https://registry.npmjs.org/"
30
+ },
31
+ "author": "MyUnisoft",
32
+ "license": "MIT",
33
+ "homepage": "https://myunisoft.github.io/design-system/",
34
+ "dependencies": {
35
+ "@babel/runtime": "7.20.6",
36
+ "@emotion/react": "11.14.0",
37
+ "@emotion/styled": "11.14.1",
38
+ "@mui/x-license": "8.17.0",
39
+ "@mui/x-tree-view-pro": "8.17.0",
40
+ "@myunisoft/mui-symbols-material-w300-esm": "0.7.3",
41
+ "@myunisoft/mui-symbols-material-w400-esm": "0.7.3",
42
+ "@mui/material": "7.3.6",
43
+ "@mui/utils": "7.3.6",
44
+ "@mui/x-data-grid-pro": "7.29.9",
45
+ "@testing-library/dom": "10.1.0",
46
+ "autosuggest-highlight": "3.3.4",
47
+ "classnames": "2.3.2",
48
+ "exceljs": "4.4.0",
49
+ "i18next": "22.4.6",
50
+ "jspdf": "3.0.1",
51
+ "jspdf-autotable": "3.5.28",
52
+ "localforage": "1.10.0",
53
+ "lodash": "4.17.21",
54
+ "moment": "2.30.1",
55
+ "numeral": "2.0.6",
56
+ "pretty-bytes": "6.0.0",
57
+ "prop-types": "15.8.1",
58
+ "react": "19.2.1",
59
+ "react-color": "2.19.3",
60
+ "react-dom": "19.2.1",
61
+ "react-draft-wysiwyg": "1.15.0",
62
+ "react-draggable": "4.4.6",
63
+ "react-dropzone": "14.2.3",
64
+ "react-input-autosize": "3.0.0",
65
+ "react-spinners": "0.13.8",
66
+ "react-window": "2.2.3",
67
+ "reselect": "4.1.7",
68
+ "robot3": "0.3.2",
69
+ "sortablejs": "1.15.0",
70
+ "svgo": "3.0.2",
71
+ "tss-react": "4.9.18"
72
+ },
73
+ "resolutions": {
74
+ "cheerio": "<1.0.0",
75
+ "@mui/material": "7.3.6",
76
+ "@babel/core": "7.26.0"
77
+ },
78
+ "devDependencies": {
79
+ "@4tw/cypress-drag-drop": "2.3.0",
80
+ "@babel/core": "7.26.0",
81
+ "@babel/plugin-proposal-class-properties": "7.18.6",
82
+ "@babel/plugin-transform-runtime": "7.28.5",
83
+ "@babel/preset-env": "7.28.5",
84
+ "@babel/preset-react": "7.28.5",
85
+ "@babel/preset-typescript": "7.28.5",
86
+ "@biomejs/biome": "2.3.5",
87
+ "@parcel/transformer-inline-string": "2.8.2",
88
+ "@parcel/transformer-sass": "2.8.2",
89
+ "@parcel/transformer-svg-react": "2.8.2",
90
+ "@testing-library/react": "16.3.0",
91
+ "@types/jest": "30.0.0",
92
+ "@types/mocha": "10.0.10",
93
+ "@types/react": "19.1.0",
94
+ "@types/react-dom": "19.1.0",
95
+ "babel-jest": "29.3.1",
96
+ "babel-loader": "9.1.0",
97
+ "cheerio": "<1.0.0",
98
+ "css-loader": "6.7.3",
99
+ "cypress": "14.5.0",
100
+ "esbuild": "0.21.5",
101
+ "esbuild-sass-plugin": "2.4.4",
102
+ "html-webpack-plugin": "5.5.0",
103
+ "husky": "9.1.7",
104
+ "jest": "29.3.1",
105
+ "jest-canvas-mock": "2.4.0",
106
+ "jest-environment-jsdom": "29.3.1",
107
+ "parcel": "2.8.2",
108
+ "react-test-renderer": "18.3.1",
109
+ "sass": "1.57.1",
110
+ "sass-loader": "13.2.0",
111
+ "style-loader": "3.3.1",
112
+ "svg-inline-loader": "0.8.2",
113
+ "typescript": "5.5.4",
114
+ "webpack": "5.75.0"
115
+ },
116
+ "peerDependencies": {
117
+ "@mui/material": "7.3.6",
118
+ "react": "19.2.1",
119
+ "react-dom": "19.2.1"
120
+ }
121
+ }