-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
102 lines (102 loc) · 3.88 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "MoldeoJS",
"version": "11.21.91",
"main": "main.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"scripts": {
"start": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng serve --progress --port 8888",
"start:electron": "electron .",
"lint": "tslint \"src/**/*.ts\"",
"test": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"build": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --progress",
"build:package": "npm run build && npm run prepare:electron && ./node_modules/electron-packager/cli.js dist App --platform=linux --arch=all --out=dist-app --overwrite",
"build:site": "git commit -am 'Upgrading and building site' && npm version patch && node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --configuration production --progress --base-href .",
"build:siteopt": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --configuration production --progress --build-optimizer --base-href .",
"build:electron": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --base-href ./ && electron .",
"build:odoo": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --base-href / && cp -R src/assets/molrepos dist/molrepos && cp -R src/assets/data dist/data"
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular-devkit/schematics": "11.2.12",
"@angular/animations": "^11.2.13",
"@angular/common": "^11.2.13",
"@angular/compiler": "^11.2.13",
"@angular/compiler-cli": "^11.2.13",
"@angular/core": "^11.2.13",
"@angular/forms": "^11.2.13",
"@angular/platform-browser": "^11.2.13",
"@angular/platform-browser-dynamic": "^11.2.13",
"@angular/platform-server": "^11.2.13",
"@angular/router": "^11.2.13",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-common-types": "^0.2.35",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@schematics/angular": "^11.2.13",
"@types/webgl2": "0.0.5",
"@types/webrtc": "0.0.25",
"bootstrap": "^3.3.7",
"buffer": "^5.4.3",
"core-js": "^3.6.4",
"html2canvas": "^1.0.0-rc.7",
"mathjs": "^6.5.0",
"ml5": "^0.6.1",
"ngx-bootstrap": "^5.3.2",
"ngx-socket-io": "^3.2.0",
"node-osc": "^4.1.4",
"p5": "^0.10.2",
"progressbar.js": "^1.1.0",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.4.0",
"stream": "0.0.2",
"string_decoder": "^1.3.0",
"three": "0.110.0",
"three-trackballcontrols": "0.0.8",
"tone": "^13.8.25",
"ts-helpers": "^1.1.2",
"tslib": "^2.0.0",
"ua-parser-js": "^0.7.21",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^11.1.1",
"@angular-devkit/build-angular": "~0.1102.12",
"@angular/cli": "^11.2.12",
"@types/jasmine": "~3.6.0",
"@types/mathjs": "6.0.3",
"@types/node": "^12.11.1",
"@types/three": "^0.103.2",
"codelyzer": "^6.0.0",
"electron": "^9.4.4",
"electron-packager": "^14.2.1",
"jasmine": "^3.5.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.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": "~8.6.2",
"tslint": "~6.1.0",
"typescript": "4.0.7",
"webdriver-manager": "12.1.7"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
}
}