forked from grafikr/shopify-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 902 Bytes
/
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
{
"scripts": {
"lint-js": "node_modules/.bin/eslint . --ext .js,.ts",
"lint-tsc": "node_modules/.bin/tsc --noEmit",
"build": "ncc build src/index.ts -o dist"
},
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@shopify/themekit": "^1.0.0",
"@types/archiver": "^5.0.0",
"@types/fs-extra": "^9.0.0",
"@vercel/ncc": "^0.34.0",
"archiver": "^5.3.1",
"axios": "^0.27.2",
"fs-extra": "^10.1.0",
"minimatch": "^5.1.0",
"ngrok": "^4.0.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.0.0",
"typescript": "^4.7.3"
}
}