-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "eo-sdk-boilerplate",
"version": "1.0.0",
"config": {
"resourcename": "custom"
},
"scripts": {
"ng": "ng",
"start": "ng serve eo-sdk-boilerplate --proxy-config node_modules/@eo-sdk/client/proxy.config.json",
"build": "ng build eo-sdk-boilerplate",
"postbuild": "node node_modules/@eo-sdk/client/misc/scripts/preparedist && node node_modules/@eo-sdk/client/misc/scripts/zipdist",
"update": "npm install -P --save-exact @eo-sdk/client@current",
"test": "ng test eo-sdk-boilerplate"
},
"private": true,
"dependencies": {
"@eo-sdk/client": "10.6.0-rc.11"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.2",
"@angular/cli": "15.2.2",
"@angular/compiler-cli": "15.2.2",
"@types/jasmine": "~4.3.0",
"bestzip": "1.1.4",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"replace-in-file": "3.1.0",
"typescript": "~4.9.4"
}
}