hydrogen-sfdgspsdmq-test1 0.0.1-security → 2024.1.12

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hydrogen-sfdgspsdmq-test1 might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,81 @@
1
1
  {
2
2
  "name": "hydrogen-sfdgspsdmq-test1",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "publishConfig": {
4
+ "access": "public",
5
+ "@shopify:registry": "https://registry.npmjs.org"
6
+ },
7
+ "type": "module",
8
+ "version": "2024.1.12",
9
+ "license": "MIT",
10
+ "main": "dist/index.cjs",
11
+ "module": "dist/production/index.js",
12
+ "types": "dist/production/index.d.ts",
13
+ "sideEffects": false,
14
+ "scripts": {
15
+ "preinstall": "node dist/development/build.js",
16
+ "dev": "tsup --watch ./src --watch ../../node_modules/@shopify/hydrogen-react/dist/browser-prod/index.mjs",
17
+ "typecheck": "tsc --noEmit",
18
+ "test": "vitest run",
19
+ "test:watch": "vitest",
20
+ "build-docs": "sh ./docs/build-docs.sh && npm run format",
21
+ "format": "prettier --write \"{src,docs}/**/*\" --ignore-unknown",
22
+ "preview-docs": "node ../../docs/preview/bin/cli.js docs/generated/generated_docs_data.json"
23
+ },
24
+ "exports": {
25
+ ".": {
26
+ "types": "./dist/production/index.d.ts",
27
+ "module": {
28
+ "development": "./dist/development/index.js",
29
+ "default": "./dist/production/index.js"
30
+ },
31
+ "require": "./dist/index.cjs",
32
+ "import": {
33
+ "development": "./dist/development/index.js",
34
+ "default": "./dist/production/index.js"
35
+ },
36
+ "default": {
37
+ "development": "./dist/development/index.js",
38
+ "default": "./dist/production/index.js"
39
+ }
40
+ },
41
+ "./storefront-api-types": "./dist/storefront-api-types.d.ts",
42
+ "./storefront.schema.json": "./dist/storefront.schema.json",
43
+ "./customer-account-api-types": "./dist/customer-account-api-types.d.ts",
44
+ "./customer-account.schema.json": "./dist/customer-account.schema.json",
45
+ "./package.json": "./package.json"
46
+ },
47
+ "typesVersions": {
48
+ "*": {
49
+ "storefront-api-types": [
50
+ "./dist/storefront-api-types.d.ts"
51
+ ],
52
+ "customer-account-api-types": [
53
+ "./dist/customer-account-api-types.d.ts"
54
+ ]
55
+ }
56
+ },
57
+ "files": [
58
+ "dist"
59
+ ],
60
+ "dependencies": {
61
+ "@shopify/hydrogen-react": "2024.1.1",
62
+ "content-security-policy-builder": "^2.1.1",
63
+ "type-fest": "^4.5.0"
64
+ },
65
+ "peerDependencies": {
66
+ "@remix-run/react": "^2.1.0",
67
+ "@remix-run/server-runtime": "^2.1.0",
68
+ "react": "^18.2.0"
69
+ },
70
+ "devDependencies": {
71
+ "@remix-run/react": "^2.8.0",
72
+ "@remix-run/server-runtime": "^2.8.0",
73
+ "@shopify/generate-docs": "0.11.1",
74
+ "@shopify/hydrogen-codegen": "*",
75
+ "@testing-library/react": "^14.0.0",
76
+ "happy-dom": "^8.9.0",
77
+ "react": "^18.2.0",
78
+ "schema-dts": "^1.1.0",
79
+ "vitest": "^1.0.4"
80
+ }
6
81
  }