-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 2.15 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
{
"name": "pombase-www-new",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng-high-mem-serve": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --port 4242 --disable-host-check --host 0.0.0.0 --proxy-config proxy.conf.json",
"ng-high-mem-prod-serve": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --prod --port 4242 --disable-host-check --host 0.0.0.0 --proxy-config proxy.conf.json",
"ng-high-mem-prod-build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --port 4242 --disable-host-check --host 0.0.0.0 --proxy-config proxy.conf.json",
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"analyze": "ng build --prod --stats-json && webpack-bundle-analyzer ./dist/greeting-app/stats-es2015.json",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.0",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/router": "19.0.0",
"@fortawesome/angular-fontawesome": "^1.0",
"@fortawesome/fontawesome-svg-core": "^6.1",
"@fortawesome/free-solid-svg-icons": "^6.1",
"@types/file-saver": "^2",
"angulartics2": "^12.0.0",
"blob": "0.1.0",
"bootstrap": "^4",
"file-saver": "^2.0.2",
"ngx-bootstrap": "^18",
"ngx-intersection-observer": "^1.0.13",
"ngx-page-scroll": "^13",
"ngx-page-scroll-core": "^13",
"ngx-toastr": "^19",
"rxjs": "7.4",
"stream": "0.0.2",
"ts-helpers": "^1.1.2",
"tslib": "^2.3.0",
"uuid": "^8.3.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.0",
"@angular/cli": "19.0.0",
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/node": "^18",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "5.6.3",
"@swissprot/rhea-reaction-visualizer": "^0.0.23"
}
}