@vincisys/eyeson 0.4.0 → 0.4.1

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 +75 -75
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
1
  {
2
- "name": "@vincisys/eyeson",
3
- "private": false,
4
- "version": "0.4.0",
5
- "type": "module",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "files": [
10
- "dist",
11
- "styles.css"
12
- ],
13
- "exports": {
14
- ".": {
15
- "types": "./dist/index.d.ts",
16
- "import": "./dist/index.js",
17
- "default": "./dist/index.js"
18
- },
19
- "./styles": "./dist/styles/eyes.css",
20
- "./styles/tailwind": "./dist/styles/eyes.css",
21
- "./styles.css": "./dist/styles/eyes-standalone.css"
22
- },
23
- "sideEffects": [
24
- "**/*.css"
25
- ],
26
- "dependencies": {
27
- "@fontsource-variable/geist": "^5.2.8",
28
- "@fontsource-variable/roboto": "^5.3.0",
29
- "@tanstack/react-table": "^8.21.3",
30
- "brazilian-values": "^0.13.1",
31
- "class-variance-authority": "^0.7.1",
32
- "date-fns": "^4.4.0"
33
- },
34
- "peerDependencies": {
35
- "@base-ui/react": "^1.3.0",
36
- "clsx": "^2.1.1",
37
- "lucide-react": ">=0.400.0",
38
- "react": ">=18",
39
- "react-dom": ">=18"
40
- },
41
- "devDependencies": {
42
- "@base-ui/react": "^1.3.0",
43
- "@tailwindcss/cli": "^4.1.17",
44
- "@tailwindcss/vite": "^4.1.17",
45
- "@testing-library/react": "^16.3.0",
46
- "@testing-library/user-event": "^14.6.1",
47
- "@types/node": "^24.12.2",
48
- "@types/react": "^19.2.14",
49
- "@types/react-dom": "^19.2.3",
50
- "@vitejs/plugin-react": "^6.0.1",
51
- "@vitest/browser-playwright": "^4.1.0",
52
- "@vitest/coverage-v8": "^4.1.0",
53
- "@vitest/ui": "^4.1.0",
54
- "clsx": "^2.1.1",
55
- "happy-dom": "^20.8.8",
56
- "lucide-react": "^1.7.0",
57
- "playwright": "^1.57.0",
58
- "react": "^19.2.4",
59
- "react-dom": "^19.2.4",
60
- "tailwindcss": "^4.1.17",
61
- "typescript": "~6.0.2",
62
- "vite": "^8.0.4",
63
- "vitest": "^4.1.0",
64
- "vitest-browser-react": "^2.0.5"
65
- },
66
- "scripts": {
67
- "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && vite build && tsc -p tsconfig.dts.json && node scripts/css-build.mjs",
68
- "typecheck": "tsc -b",
69
- "test": "vitest run",
70
- "test:watch": "vitest",
71
- "test:ui": "vitest --ui",
72
- "test:browser": "vitest --config=vitest.browser.config.ts",
73
- "test:exports": "vitest run tests/imports",
74
- "test:coverage": "vitest run --coverage"
75
- }
76
- }
2
+ "name": "@vincisys/eyeson",
3
+ "private": false,
4
+ "version": "0.4.1",
5
+ "type": "module",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "files": [
10
+ "dist",
11
+ "styles.css"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/index.js",
17
+ "default": "./dist/index.js"
18
+ },
19
+ "./styles": "./dist/styles/eyes.css",
20
+ "./styles/tailwind": "./dist/styles/eyes.css",
21
+ "./styles.css": "./dist/styles/eyes-standalone.css"
22
+ },
23
+ "sideEffects": [
24
+ "**/*.css"
25
+ ],
26
+ "scripts": {
27
+ "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && vite build && tsc -p tsconfig.dts.json && node scripts/css-build.mjs",
28
+ "typecheck": "tsc -b",
29
+ "test": "vitest run",
30
+ "test:watch": "vitest",
31
+ "test:ui": "vitest --ui",
32
+ "test:browser": "vitest --config=vitest.browser.config.ts",
33
+ "test:exports": "vitest run tests/imports",
34
+ "test:coverage": "vitest run --coverage"
35
+ },
36
+ "dependencies": {
37
+ "@fontsource-variable/geist": "^5.2.8",
38
+ "@fontsource-variable/roboto": "^5.3.0",
39
+ "@tanstack/react-table": "^8.21.3",
40
+ "brazilian-values": "^0.13.1",
41
+ "class-variance-authority": "^0.7.1",
42
+ "date-fns": "^4.4.0"
43
+ },
44
+ "peerDependencies": {
45
+ "@base-ui/react": "^1.3.0",
46
+ "clsx": "^2.1.1",
47
+ "lucide-react": ">=0.400.0",
48
+ "react": ">=18",
49
+ "react-dom": ">=18"
50
+ },
51
+ "devDependencies": {
52
+ "@base-ui/react": "^1.3.0",
53
+ "@tailwindcss/cli": "catalog:",
54
+ "@tailwindcss/vite": "catalog:",
55
+ "@testing-library/react": "catalog:",
56
+ "@testing-library/user-event": "catalog:",
57
+ "@types/node": "catalog:",
58
+ "@types/react": "catalog:",
59
+ "@types/react-dom": "catalog:",
60
+ "@vitejs/plugin-react": "catalog:",
61
+ "@vitest/browser-playwright": "catalog:",
62
+ "@vitest/coverage-v8": "catalog:",
63
+ "@vitest/ui": "catalog:",
64
+ "clsx": "catalog:",
65
+ "happy-dom": "catalog:",
66
+ "lucide-react": "catalog:",
67
+ "playwright": "catalog:",
68
+ "react": "catalog:",
69
+ "react-dom": "catalog:",
70
+ "tailwindcss": "catalog:",
71
+ "typescript": "catalog:",
72
+ "vite": "catalog:",
73
+ "vitest": "catalog:",
74
+ "vitest-browser-react": "catalog:"
75
+ }
76
+ }