@amateescu/portal-ui-components 0.0.13 → 0.0.15-beta0

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 CHANGED
@@ -1,62 +1,64 @@
1
- {
2
- "name": "@amateescu/portal-ui-components",
3
- "main": "dist/main.js",
4
- "types": "dist/main.d.ts",
5
- "version": "0.0.13",
6
- "type": "module",
7
- "files": [
8
- "dist"
9
- ],
10
- "exports": {
11
- "./components": "./dist/components/index.js",
12
- "./types": "./dist/types/index.js"
13
- },
14
- "scripts": {
15
- "build": "tsc && vite build",
16
- "tsc": "tsc",
17
- "clean": "rimraf dist && rimraf --glob ./*.tsbuildinfo",
18
- "lint": "eslint ."
19
- },
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
- "peerDependencies": {
24
- "react": "^18.2.0",
25
- "react-dom": "^18.2.0"
26
- },
27
- "devDependencies": {
28
- "@emotion/react": "^11.13.0",
29
- "@emotion/styled": "^11.13.0",
30
- "@eslint/js": "^9.15.0",
31
- "@mui/icons-material": "^5.15.12",
32
- "@mui/material": "^5.15.12",
33
- "@mui/x-data-grid": "^6.19.8",
34
- "@types/postcss-import": "^14.0.3",
35
- "@types/react": "^18.3.1",
36
- "@types/react-dom": "^18.3.1",
37
- "@vitejs/plugin-react": "^4.3.3",
38
- "antd": "^5.21.6",
39
- "date-fns": "^4.1.0",
40
- "eslint": "^9.15.0",
41
- "eslint-plugin-react": "^7.37.2",
42
- "eslint-plugin-react-hooks": "^5.0.0",
43
- "eslint-plugin-react-refresh": "^0.4.14",
44
- "glob": "^10.4.5",
45
- "globals": "^15.12.0",
46
- "postcss": "^8.4.49",
47
- "postcss-import": "^16.1.0",
48
- "postcss-preset-env": "^10.1.1",
49
- "react": "^18.3.1",
50
- "react-dom": "^18.3.1",
51
- "rimraf": "6.0.1",
52
- "sass-embedded": "^1.81.0",
53
- "typescript": "^5.6.3",
54
- "vite": "^5.4.11",
55
- "vite-plugin-dts": "^4.3.0",
56
- "vite-plugin-lib-inject-css": "^2.1.1",
57
- "vite-plugin-svgr": "^4.3.0"
58
- },
59
- "sideEffects": [
60
- "**/*.css"
61
- ]
62
- }
1
+ {
2
+ "name": "@amateescu/portal-ui-components",
3
+ "main": "dist/main.js",
4
+ "types": "dist/main.d.ts",
5
+ "version": "0.0.15-beta0",
6
+ "type": "module",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "exports": {
11
+ "./components": "./dist/components/index.js",
12
+ "./types": "./dist/types/index.js"
13
+ },
14
+ "scripts": {
15
+ "build": "tsc && vite build",
16
+ "tsc": "tsc",
17
+ "clean": "rimraf dist && rimraf --glob ./*.tsbuildinfo",
18
+ "lint": "eslint ."
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "peerDependencies": {
24
+ "react": "^18.2.0",
25
+ "react-dom": "^18.2.0"
26
+ },
27
+ "devDependencies": {
28
+ "@emotion/react": "^11.13.0",
29
+ "@emotion/styled": "^11.13.0",
30
+ "@eslint/js": "^9.15.0",
31
+ "@mui/icons-material": "^5.15.12",
32
+ "@mui/material": "^5.15.12",
33
+ "@mui/x-data-grid": "^6.19.8",
34
+ "@types/postcss-import": "^14.0.3",
35
+ "@types/react": "^18.3.1",
36
+ "@types/react-dom": "^18.3.1",
37
+ "@vitejs/plugin-react": "^4.3.3",
38
+ "antd": "^5.21.6",
39
+ "date-fns": "^4.1.0",
40
+ "eslint": "^9.15.0",
41
+ "eslint-plugin-react": "^7.37.2",
42
+ "eslint-plugin-react-hooks": "^5.0.0",
43
+ "eslint-plugin-react-refresh": "^0.4.14",
44
+ "glob": "^10.4.5",
45
+ "globals": "^15.12.0",
46
+ "i18next": "^24.2.1",
47
+ "postcss": "^8.4.49",
48
+ "postcss-import": "^16.1.0",
49
+ "postcss-preset-env": "^10.1.1",
50
+ "react": "^18.3.1",
51
+ "react-dom": "^18.3.1",
52
+ "react-i18next": "^15.4.0",
53
+ "rimraf": "6.0.1",
54
+ "sass-embedded": "^1.81.0",
55
+ "typescript": "^5.6.3",
56
+ "vite": "^5.4.11",
57
+ "vite-plugin-dts": "^4.3.0",
58
+ "vite-plugin-lib-inject-css": "^2.1.1",
59
+ "vite-plugin-svgr": "^4.3.0"
60
+ },
61
+ "sideEffects": [
62
+ "**/*.css"
63
+ ]
64
+ }