@c-rex/utils 0.1.22 → 0.3.0-build.15

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 +61 -61
package/package.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "name": "@c-rex/utils",
3
- "version": "0.1.22",
4
- "files": [
5
- "dist"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "scripts": {
11
- "dev": "tsup --watch",
12
- "build": "tsup",
13
- "test:watch": "jest --watch",
14
- "test": "jest",
15
- "lint": "eslint .",
16
- "lint:fix": "eslint . --fix"
17
- },
18
- "exports": {
19
- ".": {
20
- "types": "./dist/index.d.ts",
21
- "import": "./dist/index.mjs",
22
- "require": "./dist/index.js",
23
- "default": "./dist/index.js"
24
- },
25
- "./cookies": {
26
- "types": "./dist/cookies.d.ts",
27
- "import": "./dist/cookies.mjs",
28
- "require": "./dist/cookies.js",
29
- "default": "./dist/cookies.js"
30
- },
31
- "./directoryNodes": {
32
- "types": "./dist/directoryNodes.d.ts",
33
- "import": "./dist/directoryNodes.mjs",
34
- "require": "./dist/directoryNodes.js",
35
- "default": "./dist/directoryNodes.js"
36
- }
37
- },
38
- "devDependencies": {
39
- "@c-rex/eslint-config": "*",
40
- "@c-rex/typescript-config": "*",
41
- "@turbo/gen": "^2.4.4",
42
- "@types/jest": "^29.5.14",
43
- "@types/node": "^22.13.10",
44
- "eslint": "^9.23.0",
45
- "jest": "^29.7.0",
46
- "jest-environment-jsdom": "^29.7.0",
47
- "tsup": "^8.4.0",
48
- "ts-jest": "^29.3.2",
49
- "typescript": "^5.8.3"
50
- },
51
- "dependencies": {
52
- "@c-rex/constants": "*",
53
- "@c-rex/interfaces": "*",
54
- "@c-rex/types": "*",
55
- "clsx": "^2.1.1",
56
- "country-flag-icons": "^1.5.19",
57
- "next": "^14.2.28",
58
- "nuqs": "^2.4.3",
59
- "tailwind-merge": "^3.2.0",
60
- "cheerio": "^1.1.0"
61
- }
1
+ {
2
+ "name": "@c-rex/utils",
3
+ "version": "0.3.0-build.15",
4
+ "files": [
5
+ "dist"
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "scripts": {
11
+ "dev": "tsup --watch",
12
+ "build": "tsup",
13
+ "test:watch": "jest --watch",
14
+ "test": "jest",
15
+ "lint": "eslint .",
16
+ "lint:fix": "eslint . --fix"
17
+ },
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/index.d.ts",
21
+ "import": "./dist/index.mjs",
22
+ "require": "./dist/index.js",
23
+ "default": "./dist/index.js"
24
+ },
25
+ "./cookies": {
26
+ "types": "./dist/cookies.d.ts",
27
+ "import": "./dist/cookies.mjs",
28
+ "require": "./dist/cookies.js",
29
+ "default": "./dist/cookies.js"
30
+ },
31
+ "./directoryNodes": {
32
+ "types": "./dist/directoryNodes.d.ts",
33
+ "import": "./dist/directoryNodes.mjs",
34
+ "require": "./dist/directoryNodes.js",
35
+ "default": "./dist/directoryNodes.js"
36
+ }
37
+ },
38
+ "devDependencies": {
39
+ "@c-rex/eslint-config": "*",
40
+ "@c-rex/typescript-config": "*",
41
+ "@turbo/gen": "^2.4.4",
42
+ "@types/jest": "^29.5.14",
43
+ "@types/node": "^22.13.10",
44
+ "eslint": "^9.23.0",
45
+ "jest": "^29.7.0",
46
+ "jest-environment-jsdom": "^29.7.0",
47
+ "tsup": "^8.4.0",
48
+ "ts-jest": "^29.3.2",
49
+ "typescript": "^5.8.3"
50
+ },
51
+ "dependencies": {
52
+ "@c-rex/constants": "*",
53
+ "@c-rex/interfaces": "*",
54
+ "@c-rex/types": "*",
55
+ "clsx": "^2.1.1",
56
+ "country-flag-icons": "^1.5.19",
57
+ "next": "^14.2.28",
58
+ "nuqs": "^2.4.3",
59
+ "tailwind-merge": "^3.2.0",
60
+ "cheerio": "^1.1.0"
61
+ }
62
62
  }