-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "shopify-app-js--root",
"version": "1.0.0",
"license": "UNLICENSED",
"private": true,
"packageManager": "pnpm@10.16.1",
"scripts": {
"build": "turbo build",
"test": "turbo run test",
"test:ci": "CI=true turbo run test:ci --filter='!./packages/apps/session-storage/*'",
"test:ci_sessions": "CI=true turbo run test",
"lint": "ESLINT_USE_FLAT_CONFIG=true CI=true turbo lint",
"release": "turbo build && changeset publish",
"dev": "turbo dev --no-cache --continue",
"clean": "turbo clean",
"changeset": "changeset",
"version-packages": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@jest/types": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@shopify/babel-preset": "^25.0.2",
"@shopify/eslint-plugin": "^48.0.2",
"@shopify/prettier-config": "^1.1.4",
"@shopify/typescript-configs": "^5.1.2",
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^29.15.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"rollup": "^4.59.0",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.24",
"ts-jest": "^29.4.11",
"tslib": "^2.8.1",
"turbo": "^2.9.16",
"typescript": "5.9.3"
},
"resolutions": {
"jest": "^30.2.0",
"jest-circus": "^30.2.0",
"node-fetch": "^2.6.7"
},
"overrides": {
"jest": "^30.2.0",
"jest-circus": "^30.2.0",
"node-fetch": "^2.6.7"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp",
"sqlite3",
"workerd"
]
}
}