-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.57 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
{
"name": "internal-next-template",
"version": "0.1.0",
"private": true,
"license": "WTF",
"scripts": {
"dev": "next dev -p 3001 & local-ssl-proxy --source ${HTTPS_PORT:-443} --target 3001",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && prettier --loglevel warn --check \"**/*.{js,ts,tsx}\" && eslint --ext js,ts,tsx .",
"lint:fix": "prettier --write --loglevel warn \"**/*.{js,ts,tsx}\" && eslint --ext js,ts,tsx --fix .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@gadget-client/price-tracker-gadget": "^1.2215.0",
"@gadgetinc/react": "^0.4.5",
"@gadgetinc/react-shopify-app-bridge": "^0.1.0",
"@shopify/app-bridge-react": "^2.0.25",
"@shopify/polaris": "^9.11.0",
"@types/lodash": "^4.14.182",
"crypto-js": "^4.1.1",
"graphql": "^16.3.0",
"local-ssl-proxy": "^1.3.0",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"modern-css-reset": "^1.4.0",
"next": "^12.1.4",
"react": "^18.1.0",
"react-dom": "17.0.1",
"styletron-engine-atomic": "^1.4.6",
"styletron-react": "^5.2.7",
"urql": "^2.2.0"
},
"devDependencies": {
"@gadgetinc/eslint-config": "^0.2.1",
"@gadgetinc/prettier-config": "^0.3.0",
"@types/crypto-js": "^4.1.1",
"@types/luxon": "^2.3.2",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/styletron-engine-atomic": "^1.1.0",
"@types/styletron-react": "^5.0.2",
"eslint": "^7.19.0",
"prettier": "^2.2.1",
"typescript": "^4.5.3"
},
"resolutions": {
"@gadgetinc/api-client-core": "0.6.9"
}
}