-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.8 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.8 KB
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
{
"name": "@fullexpression/webtools",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"startLocally": "ng serve --host 0.0.0.0",
"build": "ng build",
"prod-build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --build-optimizer --aot",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "npm run prod-build && firebase deploy",
"debug": "npm link ..\\..\\dist\\fullexpressionconfusionmatrix && npm start",
"link": "npm link ..\\fullexpressionconfusionmatrix && npm link ..\\fullexpressionemotionclassification && npm link ..\\fullexpressioncore"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.0.3",
"@angular/cdk": "^7.3.5",
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/core": "^8.0.3",
"@angular/forms": "^8.0.3",
"@angular/material": "^7.3.5",
"@angular/platform-browser": "^8.0.3",
"@angular/platform-browser-dynamic": "^8.0.3",
"@angular/router": "^8.0.3",
"@fullexpression/confusionmatrix": "file:../../dist/fullexpressionconfusionmatrix",
"@fullexpression/core": "file:../../dist/fullexpressioncore",
"@fullexpression/emotionclassification": "file:../../dist/fullexpressionemotionclassification",
"@tensorflow-models/knn-classifier": "^1.1.0",
"@tensorflow-models/mobilenet": "^1.0.1",
"@tensorflow/tfjs": "^1.1.2",
"@tensorflow/tfjs-core": "^1.1.2",
"@types/tracking": "^1.1.29",
"chart.js": "^2.8.0",
"core-js": "^2.5.4",
"file-saver": "^2.0.1",
"hammerjs": "^2.0.8",
"jszip": "^3.2.2",
"ml5": "^0.3.1",
"ng2-charts": "^2.3.0",
"p5": "^0.7.2",
"rxjs": "~6.5.2",
"stream": "0.0.2",
"tracking": "^1.1.3",
"typescript": "^3.4.5",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^7.4.3",
"@angular-builders/dev-server": "^7.3.1",
"@angular-devkit/build-angular": "~0.800.6",
"@angular/cli": "^8.0.6",
"@angular/compiler-cli": "^8.0.3",
"@angular/language-service": "^8.0.3",
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^8.10.50",
"codelyzer": "^5.0.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0"
}
}