-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
123 lines (123 loc) · 3.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "pinelab-vendure-plugins",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"keywords": [
"vendure",
"vendure-plugins",
"vendure-packages"
],
"scripts": {
"postinstall": "yarn husky install",
"build": "yarn lerna run build --concurrency 1",
"prettier:check": "yarn prettier --check .",
"prettier:fix": "yarn prettier --write .",
"upgrade:vendure": "yarn lerna exec --concurrency 1 \"yarn upgrade --pattern @vendure --latest\"",
"remove-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
"bump-all-versions": "lerna version --no-git-tag-version",
"lint": "echo '❌ Linting can only be done in the individual packages' && exit 1"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@google-cloud/storage": "5.18.2",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-document-nodes": "2.2.8",
"@graphql-codegen/typescript-operations": "2.3.5",
"@nestjs/cli": "8.2.4",
"@swc/core": "1.4.6",
"@types/localtunnel": "^2.0.4",
"@vendure/admin-ui-plugin": "2.2.6",
"@vendure/asset-server-plugin": "2.2.6",
"@vendure/cli": "^3.0.0",
"@vendure/core": "2.2.6",
"@vendure/email-plugin": "2.2.6",
"@vendure/payments-plugin": "2.2.6",
"@vendure/testing": "2.2.6",
"@vendure/ui-devkit": "2.2.6",
"aws-sdk": "2.1099.0",
"copyfiles": "2.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"graphql-tag": "2.12.6",
"husky": "8.0.2",
"lerna": "6.0.3",
"lint-staged": "^15.2.2",
"localtunnel": "^2.0.2",
"nock": "13.2.4",
"nodemon": "2.0.15",
"prettier": "2.8.7",
"prettier-plugin-astro": "^0.10.0",
"rimraf": "3.0.2",
"rollup": "3.19.0",
"sharp": "^0.33.4",
"ts-node": "^10.9.0",
"typescript": "5.3.3",
"typescript-eslint": "^7.5.0",
"unplugin-swc": "1.4.4",
"vitest": "1.3.1",
"wsdl-tsclient": "1.3.1"
},
"lint-staged": {
"*.{js,ts,css,less,scss,vue,json,gql,md,astro,yaml,yml,html,hbs,gitignore}": [
"prettier --write"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"scope-enum": [
2,
"always",
[
"accept-blue",
"admin-social-auth",
"admin-ui-helpers",
"all-plugins",
"anonymized-order",
"campaign-tracker",
"coinbase",
"customer-managed-groups",
"docs-website",
"dutch-postalcode",
"e-boekhouden",
"goedgepickt",
"google-cloud-tasks",
"google-storage-assets",
"invoices",
"klaviyo",
"limited-products",
"metrics",
"modify-customer-orders",
"multiserver-db-sessioncache",
"myparcel",
"order-export",
"picqer",
"popularity-scores",
"primary-collection",
"selectable-gifts",
"sendcloud",
"shipping-extensions",
"facet-suggestions",
"stock-monitoring",
"stripe-subscription",
"variant-bulk-update",
"vendure-order-client",
"webhook",
"picklist",
"vendure-scripts",
"public-customer-groups",
"shipmate"
]
]
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}