-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
{
"name": "food-data-collaboration",
"version": "0.0.1",
"main": "web/index.js",
"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",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"build:db": "node ./web/database/build.js"
},
"dependencies": {
"@datafoodconsortium/connector": "^1.0.0-alpha.9",
"@shopify/app": "3.47.5",
"@shopify/cli": "3.47.5",
"@shopify/react-form": "^2.5.0",
"@shopify/react-hooks": "^3.0.5",
"@shopify/shopify-app-session-storage-postgresql": "^1.1.9",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"connect-ensure-login": "^0.1.1",
"connect-sqlite3": "^0.9.13",
"crypto": "^1.0.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express-session": "^1.17.3",
"node-localstorage": "^2.2.1",
"node-persist": "^3.1.3",
"openid-client": "^5.6.5",
"passport": "^0.6.0",
"pg": "^8.11.3",
"raw-body": "^2.5.2",
"shopify-api-node": "^3.12.5",
"vitest": "^0.32.2",
"yup": "^1.0.2",
"yup-env": "^2.0.0"
},
"author": "user",
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jsdom": "^22.1.0",
"ts-jest": "^29.1.1"
}
}