@myunisoft/design-system 0.46.1 → 0.46.3

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +114 -114
package/package.json CHANGED
@@ -1,114 +1,114 @@
1
- {
2
- "name": "@myunisoft/design-system",
3
- "version": "0.46.1",
4
- "description": "Design System of MyUnisoft",
5
- "main": "dist/index.js",
6
- "source": "src/index.js",
7
- "scripts": {
8
- "start": "cd website && npm start -- --port=3002",
9
- "build": "rm -r dist & node esbuild",
10
- "build-cypress": "rm -r dist & node esbuild-cypress",
11
- "prepublishOnly": "npm run build",
12
- "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
- "parcel-build": "node esbuild",
14
- "cypress": "npm run build-cypress && npx cypress open --component",
15
- "cy:run": "npx cypress run --component"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
20
- },
21
- "keywords": [],
22
- "files": [
23
- "dist"
24
- ],
25
- "publishConfig": {
26
- "@myunisoft:registry": "https://registry.npmjs.org/"
27
- },
28
- "author": "MyUnisoft",
29
- "license": "MIT",
30
- "homepage": "https://myunisoft.github.io/design-system/",
31
- "dependencies": {
32
- "@babel/eslint-parser": "^7.25.1",
33
- "@babel/runtime": "^7.20.6",
34
- "@emotion/react": "11.10.5",
35
- "@emotion/styled": "11.10.5",
36
- "@mui/base": "5.0.0-alpha.92",
37
- "@mui/lab": "5.0.0-alpha.92",
38
- "@mui/material": "5.9.2",
39
- "@mui/styles": "5.9.2",
40
- "@mui/utils": "^5.8.6",
41
- "@testing-library/dom": "^10.1.0",
42
- "classnames": "^2.3.2",
43
- "docusaurus": "^1.14.7",
44
- "exceljs": "^4.3.0",
45
- "i18next": "^22.4.6",
46
- "jspdf": "^2.5.1",
47
- "jspdf-autotable": "^3.5.28",
48
- "localforage": "^1.10.0",
49
- "lodash": "4.17.21",
50
- "moment": "2.30.1",
51
- "numeral": "2.0.6",
52
- "pretty-bytes": "^6.0.0",
53
- "prop-types": "15.8.1",
54
- "react": "18.3.1",
55
- "react-dom": "18.3.1",
56
- "react-color": "2.19.3",
57
- "react-draft-wysiwyg": "1.15.0",
58
- "react-draggable": "4.4.6",
59
- "react-dropzone": "^14.2.3",
60
- "react-input-autosize": "^3.0.0",
61
- "react-spinners": "0.13.8",
62
- "reselect": "^4.1.7",
63
- "robot3": "^0.3.2",
64
- "sortablejs": "^1.15.0",
65
- "svgo": "^3.0.2",
66
- "xlsx": "^0.18.5"
67
- },
68
- "resolutions": {
69
- "cheerio": "<1.0.0"
70
- },
71
- "devDependencies": {
72
- "@4tw/cypress-drag-drop": "^2.2.5",
73
- "@babel/core": "^7.20.5",
74
- "@babel/plugin-proposal-class-properties": "^7.18.6",
75
- "@babel/plugin-transform-runtime": "^7.19.6",
76
- "@babel/preset-env": "^7.20.2",
77
- "@babel/preset-react": "^7.18.6",
78
- "@babel/preset-typescript": "^7.26.0",
79
- "@cypress/react": "^7.0.2",
80
- "@cypress/react18": "^2.0.1",
81
- "@parcel/transformer-inline-string": "^2.8.2",
82
- "@parcel/transformer-sass": "^2.8.2",
83
- "@parcel/transformer-svg-react": "^2.8.2",
84
- "@testing-library/react": "^16.0.0",
85
- "@testing-library/react-hooks": "^8.0.1",
86
- "babel-jest": "^29.3.1",
87
- "babel-loader": "^9.1.0",
88
- "cheerio": "<1.0.0",
89
- "css-loader": "^6.7.3",
90
- "cypress": "^12.1.0",
91
- "esbuild": "^0.21.5",
92
- "esbuild-sass-plugin": "^2.4.4",
93
- "eslint": "8.46.0",
94
- "eslint-config-prettier": "^8.3.0",
95
- "eslint-config-react-app": "^7.0.1",
96
- "eslint-plugin-cypress": "^2.12.1",
97
- "eslint-plugin-import": "^2.23.4",
98
- "eslint-plugin-jsx-a11y": "^6.4.1",
99
- "eslint-plugin-prettier": "^3.4.0",
100
- "html-webpack-plugin": "^5.5.0",
101
- "jest": "^29.3.1",
102
- "jest-canvas-mock": "^2.4.0",
103
- "jest-environment-jsdom": "^29.3.1",
104
- "parcel": "^2.8.2",
105
- "prettier": "^2.8.1",
106
- "react-test-renderer": "^18.3.1",
107
- "sass": "^1.57.1",
108
- "sass-loader": "^13.2.0",
109
- "style-loader": "^3.3.1",
110
- "svg-inline-loader": "^0.8.2",
111
- "typescript": "^5.5.4",
112
- "webpack": "^5.75.0"
113
- }
114
- }
1
+ {
2
+ "name": "@myunisoft/design-system",
3
+ "version": "0.46.3",
4
+ "description": "Design System of MyUnisoft",
5
+ "main": "dist/index.js",
6
+ "source": "src/index.js",
7
+ "scripts": {
8
+ "start": "cd website && npm start -- --port=3002",
9
+ "build": "rm -r dist & node esbuild",
10
+ "build-cypress": "rm -r dist & node esbuild-cypress",
11
+ "prepublishOnly": "npm run build",
12
+ "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
+ "parcel-build": "node esbuild",
14
+ "cypress": "npm run build-cypress && npx cypress open --component",
15
+ "cy:run": "npx cypress run --component"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+ssh://git@bitbucket.org/myunibucket/design-system.git"
20
+ },
21
+ "keywords": [],
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "publishConfig": {
26
+ "@myunisoft:registry": "https://registry.npmjs.org/"
27
+ },
28
+ "author": "MyUnisoft",
29
+ "license": "MIT",
30
+ "homepage": "https://myunisoft.github.io/design-system/",
31
+ "dependencies": {
32
+ "@babel/eslint-parser": "^7.25.1",
33
+ "@babel/runtime": "^7.20.6",
34
+ "@emotion/react": "11.10.5",
35
+ "@emotion/styled": "11.10.5",
36
+ "@mui/base": "5.0.0-alpha.92",
37
+ "@mui/lab": "5.0.0-alpha.92",
38
+ "@mui/material": "5.9.2",
39
+ "@mui/styles": "5.9.2",
40
+ "@mui/utils": "^5.8.6",
41
+ "@testing-library/dom": "^10.1.0",
42
+ "classnames": "^2.3.2",
43
+ "docusaurus": "^1.14.7",
44
+ "exceljs": "^4.3.0",
45
+ "i18next": "^22.4.6",
46
+ "jspdf": "^2.5.1",
47
+ "jspdf-autotable": "^3.5.28",
48
+ "localforage": "^1.10.0",
49
+ "lodash": "4.17.21",
50
+ "moment": "2.30.1",
51
+ "numeral": "2.0.6",
52
+ "pretty-bytes": "^6.0.0",
53
+ "prop-types": "15.8.1",
54
+ "react": "18.3.1",
55
+ "react-dom": "18.3.1",
56
+ "react-color": "2.19.3",
57
+ "react-draft-wysiwyg": "1.15.0",
58
+ "react-draggable": "4.4.6",
59
+ "react-dropzone": "^14.2.3",
60
+ "react-input-autosize": "^3.0.0",
61
+ "react-spinners": "0.13.8",
62
+ "reselect": "^4.1.7",
63
+ "robot3": "^0.3.2",
64
+ "sortablejs": "^1.15.0",
65
+ "svgo": "^3.0.2",
66
+ "xlsx": "^0.18.5"
67
+ },
68
+ "resolutions": {
69
+ "cheerio": "<1.0.0"
70
+ },
71
+ "devDependencies": {
72
+ "@4tw/cypress-drag-drop": "^2.2.5",
73
+ "@babel/core": "^7.20.5",
74
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
75
+ "@babel/plugin-transform-runtime": "^7.19.6",
76
+ "@babel/preset-env": "^7.20.2",
77
+ "@babel/preset-react": "^7.18.6",
78
+ "@babel/preset-typescript": "^7.26.0",
79
+ "@cypress/react": "^7.0.2",
80
+ "@cypress/react18": "^2.0.1",
81
+ "@parcel/transformer-inline-string": "^2.8.2",
82
+ "@parcel/transformer-sass": "^2.8.2",
83
+ "@parcel/transformer-svg-react": "^2.8.2",
84
+ "@testing-library/react": "^16.0.0",
85
+ "@testing-library/react-hooks": "^8.0.1",
86
+ "babel-jest": "^29.3.1",
87
+ "babel-loader": "^9.1.0",
88
+ "cheerio": "<1.0.0",
89
+ "css-loader": "^6.7.3",
90
+ "cypress": "^12.1.0",
91
+ "esbuild": "^0.21.5",
92
+ "esbuild-sass-plugin": "^2.4.4",
93
+ "eslint": "8.46.0",
94
+ "eslint-config-prettier": "^8.3.0",
95
+ "eslint-config-react-app": "^7.0.1",
96
+ "eslint-plugin-cypress": "^2.12.1",
97
+ "eslint-plugin-import": "^2.23.4",
98
+ "eslint-plugin-jsx-a11y": "^6.4.1",
99
+ "eslint-plugin-prettier": "^3.4.0",
100
+ "html-webpack-plugin": "^5.5.0",
101
+ "jest": "^29.3.1",
102
+ "jest-canvas-mock": "^2.4.0",
103
+ "jest-environment-jsdom": "^29.3.1",
104
+ "parcel": "^2.8.2",
105
+ "prettier": "^2.8.1",
106
+ "react-test-renderer": "^18.3.1",
107
+ "sass": "^1.57.1",
108
+ "sass-loader": "^13.2.0",
109
+ "style-loader": "^3.3.1",
110
+ "svg-inline-loader": "^0.8.2",
111
+ "typescript": "^5.5.4",
112
+ "webpack": "^5.75.0"
113
+ }
114
+ }