-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.84 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
{
"name": "adyen-spartacus",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm-run-all clean --parallel lib:watch showcase:start-waiton",
"build": "run-s lib:build showcase:build",
"test": "run-p lib:test showcase:test",
"test-coverage": "run-p lib:test-coverage showcase:test-coverage",
"lib:build": "ng build @adyen/adyen-spartacus",
"lib:watch": "ng build @adyen/adyen-spartacus --watch --configuration development",
"lib:test": "ng test @adyen/adyen-spartacus",
"lib:test-coverage": "ng test @adyen/adyen-spartacus --no-watch --code-coverage",
"lib:prebuild": "cd projects/adyen/spartacus-payment && npm version patch -m \"Upgrade to %s for build\" ",
"lib:schematics": "tsc -p tsconfig.schematics.json",
"lib:postbuild": "copyfiles schematics/*/files/** schematics/collection.json ../../dist/adyen-payments/",
"showcase:start-waiton": "wait-on dist/adyen/adyen-spartacus/package.json && npm run showcase:start",
"showcase:start": "ng serve showcase",
"showcase:build": "ng build showcase",
"showcase:watch": "ng build showcase --watch --configuration development",
"showcase:test": "ng test showcase",
"showcase:test-coverage": "ng test showcase --no-watch --code-coverage",
"clean": "rimraf dist"
},
"dependencies": {
"@adyen/adyen-web": "6.3.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@google-pay/button-angular": "^3.1.0",
"@spartacus/asm": "~2211.23.0-1",
"@spartacus/assets": "~2211.23.0-1",
"@spartacus/cart": "~2211.23.0-1",
"@spartacus/checkout": "~2211.23.0-1",
"@spartacus/core": "~2211.23.0-1",
"@spartacus/order": "~2211.23.0-1",
"@spartacus/pdf-invoices": "~2211.23.0-1",
"@spartacus/product": "~2211.23.0-1",
"@spartacus/smartedit": "~2211.23.0-1",
"@spartacus/storefinder": "~2211.23.0-1",
"@spartacus/storefront": "~2211.23.0-1",
"@spartacus/styles": "~2211.23.0-1",
"@spartacus/tracking": "~2211.23.0-1",
"@spartacus/user": "~2211.23.0-1",
"@types/googlepay": "^0.7.6",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"typescript": "~5.4.2",
"wait-on": "^7.2.0"
}
}