@sito/ui 0.0.37 → 0.0.38

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 +64 -76
package/package.json CHANGED
@@ -1,76 +1,64 @@
1
- {
2
- "name": "@sito/ui",
3
- "private": false,
4
- "version": "0.0.37",
5
- "type": "module",
6
- "files": [
7
- "dist/"
8
- ],
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/SitoNumbis/ui.git"
12
- },
13
- "main": "./dist/ui.cjs",
14
- "module": "./dist/ui.js",
15
- "types": "./dist/ui.d.ts",
16
- "exports": {
17
- ".": {
18
- "import": "./dist/ui.js",
19
- "require": "./dist/ui.cjs"
20
- }
21
- },
22
- "sideEffects": [
23
- "**/*.css"
24
- ],
25
- "scripts": {
26
- "dev": "vite",
27
- "build": "tsc && vite build --base=./",
28
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
29
- "preview": "vite preview"
30
- },
31
- "peerDependencies": {
32
- "@fortawesome/fontawesome-svg-core": "^6.3.0",
33
- "@fortawesome/free-brands-svg-icons": "^6.3.0",
34
- "@fortawesome/free-regular-svg-icons": "^6.3.0",
35
- "@fortawesome/free-solid-svg-icons": "^6.3.0",
36
- "@fortawesome/react-fontawesome": "^0.2.0",
37
- "@tippyjs/react": "^4.2.6",
38
- "crypto-js": "4.2.0",
39
- "react-error-boundary": "^3.1.4",
40
- "some-javascript-utils": "^0.9.6",
41
- "use-screen-width": "^1.0.3"
42
- },
43
- "dependencies": {
44
- "react": "^18.2.0",
45
- "react-dom": "^18.2.0"
46
- },
47
- "devDependencies": {
48
- "@fortawesome/fontawesome-svg-core": "^6.3.0",
49
- "@fortawesome/free-brands-svg-icons": "^6.3.0",
50
- "@fortawesome/free-regular-svg-icons": "^6.3.0",
51
- "@fortawesome/free-solid-svg-icons": "^6.3.0",
52
- "@fortawesome/react-fontawesome": "^0.2.0",
53
- "@tippyjs/react": "^4.2.6",
54
- "@types/crypto-js": "^4.1.3",
55
- "@types/node": "^20.8.10",
56
- "@types/react": "^18.2.34",
57
- "@types/react-dom": "^18.2.14",
58
- "@typescript-eslint/eslint-plugin": "^6.0.0",
59
- "@typescript-eslint/parser": "^6.0.0",
60
- "@vitejs/plugin-react": "^4.0.3",
61
- "autoprefixer": "^10.4.16",
62
- "crypto-js": "^4.2.0",
63
- "eslint": "^8.45.0",
64
- "eslint-plugin-react-hooks": "^4.6.0",
65
- "eslint-plugin-react-refresh": "^0.4.3",
66
- "postcss": "^8.4.31",
67
- "react-error-boundary": "^3.1.4",
68
- "some-javascript-utils": "^0.9.6",
69
- "tailwindcss": "^3.3.5",
70
- "typescript": "^5.0.2",
71
- "use-screen-width": "^1.0.3",
72
- "vite": "^4.4.5",
73
- "vite-plugin-dts": "^3.6.3",
74
- "vite-plugin-lib-inject-css": "^1.3.0"
75
- }
76
- }
1
+ {
2
+ "name": "@sito/ui",
3
+ "private": false,
4
+ "version": "0.0.38",
5
+ "type": "module",
6
+ "files": [
7
+ "dist/"
8
+ ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/SitoNumbis/ui.git"
12
+ },
13
+ "main": "./dist/ui.cjs",
14
+ "module": "./dist/ui.js",
15
+ "types": "./dist/ui.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/ui.js",
19
+ "require": "./dist/ui.cjs"
20
+ }
21
+ },
22
+ "sideEffects": [
23
+ "**/*.css"
24
+ ],
25
+ "scripts": {
26
+ "dev": "vite",
27
+ "build": "tsc && vite build --base=./",
28
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
29
+ "preview": "vite preview"
30
+ },
31
+ "dependencies": {
32
+ "react": "^18.2.0",
33
+ "react-dom": "^18.2.0"
34
+ },
35
+ "devDependencies": {
36
+ "@fortawesome/fontawesome-svg-core": "^6.3.0",
37
+ "@fortawesome/free-brands-svg-icons": "^6.3.0",
38
+ "@fortawesome/free-regular-svg-icons": "^6.3.0",
39
+ "@fortawesome/free-solid-svg-icons": "^6.3.0",
40
+ "@fortawesome/react-fontawesome": "^0.2.0",
41
+ "@tippyjs/react": "^4.2.6",
42
+ "@types/crypto-js": "^4.1.3",
43
+ "@types/node": "^20.8.10",
44
+ "@types/react": "^18.2.34",
45
+ "@types/react-dom": "^18.2.14",
46
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
47
+ "@typescript-eslint/parser": "^6.0.0",
48
+ "@vitejs/plugin-react": "^4.0.3",
49
+ "autoprefixer": "^10.4.16",
50
+ "crypto-js": "^4.2.0",
51
+ "eslint": "^8.45.0",
52
+ "eslint-plugin-react-hooks": "^4.6.0",
53
+ "eslint-plugin-react-refresh": "^0.4.3",
54
+ "postcss": "^8.4.31",
55
+ "react-error-boundary": "^3.1.4",
56
+ "some-javascript-utils": "^0.9.6",
57
+ "tailwindcss": "^3.3.5",
58
+ "typescript": "^5.0.2",
59
+ "use-screen-width": "^1.0.3",
60
+ "vite": "^4.4.5",
61
+ "vite-plugin-dts": "^3.6.3",
62
+ "vite-plugin-lib-inject-css": "^1.3.0"
63
+ }
64
+ }