hydrogen-sfdgspsdmq-test1 0.0.1-security → 2024.1.16

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