forked from Shopify/shopify-app-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "shopify-app-js--root",
"version": "1.0.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "loom build",
"test": "loom test",
"lint": "loom lint",
"release": "loom build && changeset publish",
"clean": "rimraf ./packages/*/build .loom"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@jest/types": "^29.6.3",
"@shopify/eslint-plugin": "^44.0.0",
"@shopify/loom": "^1.0.2",
"@shopify/loom-cli": "^1.1.0",
"@shopify/loom-plugin-build-library": "^1.0.3",
"@shopify/loom-plugin-eslint": "^2.0.1",
"@shopify/loom-plugin-jest": "^1.0.2",
"@shopify/loom-plugin-prettier": "^2.0.1",
"@shopify/prettier-config": "^1.1.2",
"@shopify/typescript-configs": "^5.1.0",
"@types/jest": "^29.5.12",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-runner-eslint": "^2.1.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "5.3.3"
},
"dependencies": {},
"resolutions": {
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"ts-jest": "^29.1.2"
},
"workspaces": [
"packages/*"
]
}