-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
39 lines (39 loc) · 1.55 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
{
"name": "@adyen/adyen-web-main",
"private": true,
"keywords": [
"adyen",
"adyen-web",
"checkout",
"payment",
"payments",
"components"
],
"workspaces": [
"packages/*"
],
"scripts": {
"start": "concurrently --kill-others-on-fail \"yarn workspace @adyen/adyen-web start\" \"yarn workspace @adyen/adyen-web-playground start\" --names \"lib,playground\"",
"build": "yarn workspace @adyen/adyen-web build",
"start:storybook": "yarn workspace @adyen/adyen-web start:storybook",
"build:storybook": "yarn workspace @adyen/adyen-web build:storybook",
"format": "yarn workspace @adyen/adyen-web format",
"lint": "yarn workspace @adyen/adyen-web lint",
"test": "yarn workspace @adyen/adyen-web test",
"test:watch": "yarn workspace @adyen/adyen-web test:watch",
"test:coverage": "yarn workspace @adyen/adyen-web test:coverage",
"test:e2e": "yarn build && yarn workspace @adyen/adyen-web-playwright test:headless",
"test:e2e-testcafe": "yarn build && yarn workspace @adyen/adyen-web-e2e test:e2e",
"type-check": "yarn workspace @adyen/adyen-web type-check",
"prepare": "yarn workspace @adyen/adyen-web prepare",
"changeset": "changeset",
"version": "changeset version"
},
"devDependencies": {
"@adyen/adyen-web-server": "1.0.0",
"@changesets/cli": "2.27.7",
"@changesets/get-github-info": "0.6.0",
"concurrently": "8.2.2",
"prettier": "3.3.3"
}
}