arf-react-components-npm-package 1.0.8 → 1.0.10

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 +69 -68
package/package.json CHANGED
@@ -1,68 +1,69 @@
1
- {
2
- "name": "arf-react-components-npm-package",
3
- "private": false,
4
- "version": "1.0.8",
5
- "type": "module",
6
- "main": "./dist/arf-product-card.umd.js",
7
- "module": "./dist/arf-product-card.es.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/arf-product-card.es.js",
13
- "require": "./dist/arf-product-card.umd.js"
14
- },
15
- "./dist/arf-react-components-npm-package.css": "./dist/arf-react-components-npm-package.css"
16
- },
17
- "repository": {
18
- "url": "https://github.com/Almudena-Rendon/arf-react-components-npm-package",
19
- "type": "git"
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "scripts": {
25
- "dev": "vite",
26
- "build": "vite build && tsc -p tsconfig.build.json",
27
- "lint": "eslint .",
28
- "preview": "vite preview",
29
- "test": "vitest",
30
- "test:ui": "vitest --ui"
31
- },
32
- "peerDependencies": {
33
- "react": "^18.0.0 || ^19.0.0",
34
- "react-dom": "^18.0.0 || ^19.0.0"
35
- },
36
- "devDependencies": {
37
- "@eslint/js": "^9.39.1",
38
- "@testing-library/jest-dom": "^6.9.1",
39
- "@testing-library/react": "^16.3.2",
40
- "@testing-library/user-event": "^14.6.1",
41
- "@types/node": "^24.10.1",
42
- "@types/react": "^19.2.7",
43
- "@types/react-dom": "^19.2.3",
44
- "@vitejs/plugin-react": "^5.1.1",
45
- "eslint": "^9.39.1",
46
- "eslint-plugin-react-hooks": "^7.0.1",
47
- "eslint-plugin-react-refresh": "^0.4.24",
48
- "globals": "^16.5.0",
49
- "jsdom": "^28.1.0",
50
- "react": "^19.2.0",
51
- "react-dom": "^19.2.0",
52
- "typescript": "~5.9.3",
53
- "typescript-eslint": "^8.48.0",
54
- "vite": "^7.3.1",
55
- "vite-plugin-dts": "^4.5.4",
56
- "vitest": "^4.0.18"
57
- },
58
- "keywords": [
59
- "product",
60
- "card",
61
- "react",
62
- "component",
63
- "npm",
64
- "package",
65
- "Almudena",
66
- "Rendon"
67
- ]
68
- }
1
+ {
2
+ "name": "arf-react-components-npm-package",
3
+ "private": false,
4
+ "version": "1.0.10",
5
+ "type": "module",
6
+ "main": "./dist/arf-product-card.umd.js",
7
+ "module": "./dist/arf-product-card.es.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/arf-product-card.es.js",
13
+ "require": "./dist/arf-product-card.umd.js"
14
+ },
15
+ "./styles": "./dist/arf-react-components-npm-package.css",
16
+ "./dist/arf-react-components-npm-package.css": "./dist/arf-react-components-npm-package.css"
17
+ },
18
+ "repository": {
19
+ "url": "https://github.com/Almudena-Rendon/arf-react-components-npm-package",
20
+ "type": "git"
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "scripts": {
26
+ "dev": "vite",
27
+ "build": "vite build && tsc -p tsconfig.build.json",
28
+ "lint": "eslint .",
29
+ "preview": "vite preview",
30
+ "test": "vitest",
31
+ "test:ui": "vitest --ui"
32
+ },
33
+ "peerDependencies": {
34
+ "react": "^18.0.0 || ^19.0.0",
35
+ "react-dom": "^18.0.0 || ^19.0.0"
36
+ },
37
+ "devDependencies": {
38
+ "@eslint/js": "^9.39.1",
39
+ "@testing-library/jest-dom": "^6.9.1",
40
+ "@testing-library/react": "^16.3.2",
41
+ "@testing-library/user-event": "^14.6.1",
42
+ "@types/node": "^24.10.1",
43
+ "@types/react": "^19.2.7",
44
+ "@types/react-dom": "^19.2.3",
45
+ "@vitejs/plugin-react": "^5.1.1",
46
+ "eslint": "^9.39.1",
47
+ "eslint-plugin-react-hooks": "^7.0.1",
48
+ "eslint-plugin-react-refresh": "^0.4.24",
49
+ "globals": "^16.5.0",
50
+ "jsdom": "^28.1.0",
51
+ "react": "^19.2.0",
52
+ "react-dom": "^19.2.0",
53
+ "typescript": "~5.9.3",
54
+ "typescript-eslint": "^8.48.0",
55
+ "vite": "^7.3.1",
56
+ "vite-plugin-dts": "^4.5.4",
57
+ "vitest": "^4.0.18"
58
+ },
59
+ "keywords": [
60
+ "product",
61
+ "card",
62
+ "react",
63
+ "component",
64
+ "npm",
65
+ "package",
66
+ "Almudena",
67
+ "Rendon"
68
+ ]
69
+ }