-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.19 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "pixiehog",
"license": "FSL-1.1-Apache-2.0",
"version": "0.0.6",
"private": true,
"scripts": {
"build": "remix vite:build",
"dev": "shopify app dev",
"config:link": "shopify app config link",
"generate": "shopify app generate",
"deploy": "shopify app deploy",
"config:use": "shopify app config use",
"env": "shopify app env",
"start": "remix-serve ./build/server/index.js",
"docker-start": "npm run setup && npm run start",
"setup": "prisma generate && prisma migrate deploy",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"shopify": "shopify",
"prisma": "prisma",
"graphql-codegen": "graphql-codegen",
"vite": "vite"
},
"type": "module",
"engines": {
"node": "^18.20 || ^20.10 || >=21.0.0"
},
"dependencies": {
"@prisma/client": "^5.21.1",
"@remix-run/dev": "^2.13.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@shopify/app-bridge-react": "^4.1.5",
"@shopify/polaris": "^13.9.1",
"@shopify/react-form": "^2.7.3",
"@shopify/shopify-app-remix": "^3.4.0",
"@shopify/shopify-app-session-storage-prisma": "^5.1.5",
"@types/uuid": "^10.0.0",
"deep-object-diff": "^1.1.9",
"delay": "^6.0.0",
"i": "^0.3.7",
"isbot": "^5.1.17",
"json5": "^2.2.3",
"npm": "^10.9.0",
"p-queue": "^8.0.1",
"posthog-js": "^1.280.1",
"posthog-js-lite": "^4.1.6",
"prisma": "^5.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"serialize-error": "^11.0.3",
"uuid": "^11.0.2",
"vite-tsconfig-paths": "^5.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@remix-run/eslint-config": "^2.13.1",
"@shopify/api-codegen-preset": "^1.1.2",
"@types/eslint": "^8.40.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"workspaces": [
"extensions/*"
],
"trustedDependencies": [
"@shopify/plugin-cloudflare"
],
"resolutions": {},
"overrides": {},
"author": "womg3r"
}