-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 KB
/
package.json
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
{
"name": "mention-me",
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"shopify": "shopify",
"build": "shopify app build",
"dev": "shopify app dev",
"info": "shopify app info",
"generate": "shopify app generate",
"deploy": "shopify app deploy",
"lint": "eslint ."
},
"dependencies": {
"@api/consumer-api": "file:.api/apis/consumer-api",
"@api/entry-point-api": "file:.api/apis/entry-point-api",
"@sentry/browser": "^8.53.0",
"@sentry/react": "^8.51.0",
"@shopify/app": "^3.58.2",
"@shopify/cli": "^3.74.1",
"react": "^18"
},
"trustedDependencies": [
"@shopify/plugin-cloudflare"
],
"author": "Mention Me Ltd",
"private": true,
"workspaces": [
"extensions/*"
],
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@shopify/eslint-plugin": "^47.0.1",
"eslint": "8",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "3.4.2",
"typescript": "^5.4.5",
"typescript-eslint": "8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}