This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
83 lines (83 loc) · 2.51 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
{
"name": "nest-desktop",
"version": "2.5.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.1.2",
"@angular/cdk": "^10.2.2",
"@angular/common": "^10.1.2",
"@angular/compiler": "^10.1.2",
"@angular/core": "^10.1.2",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "^10.1.2",
"@angular/material": "^10.2.2",
"@angular/platform-browser": "^10.1.2",
"@angular/platform-browser-dynamic": "^10.1.2",
"@angular/router": "^10.1.2",
"@ctrl/ngx-codemirror": "^4.0.1",
"@fortawesome/angular-fontawesome": "^0.7.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@material-extended/mde": "^3.0.0",
"@thebespokepixel/es-tinycolor": "^2.1.1",
"@types/codemirror": "^0.0.98",
"angular-plotly.js": "^3.0.0",
"codemirror": "^5.55.0",
"core-js": "^3.6.4",
"d3": "^6.1.1",
"dat.gui": "^0.7.7",
"lodash": "^4.17.15",
"material-community-components": "^9.0.0",
"mathjs": "^7.0.0",
"ngx-toastr": "^13.0.0",
"object-hash": "^2.0.1",
"plotly.js-dist": "^1.56.0",
"pouchdb": "^7.1.1",
"pouchdb-upsert": "^2.2.0",
"rxjs": "^6.6.3",
"stats.js": "^0.17.0",
"three": "^0.121.1",
"tinycolor2": "^1.4.1",
"tslib": "^2.0.0",
"uuid": "^8.3.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.1.2",
"@angular/compiler-cli": "^10.1.2",
"@angular/language-service": "^10.1.2",
"@types/d3": "^5.7.2",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.5.1",
"@types/jasminewd2": "^2.0.8",
"@types/mathjs": "^6.0.4",
"@types/node": "^14.0.5",
"@types/offscreencanvas": "^2019.6.1",
"@types/plotly.js": "^1.50.19",
"@types/pouchdb": "^6.4.0",
"@types/stats.js": "^0.17.0",
"codelyzer": "^6.0.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^6.0.0",
"karma": "^5.2.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "^9.0.0",
"tslint": "~6.1.0",
"typescript": "4.0.3"
}
}