forked from truevisionai/designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 4.11 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "truevision-designer",
"homepage": "https://www.truevision.ai",
"description": "Truevison designer is a tool to create environment and scenarios for training & testing autonomous vehicles",
"version": "2022.3.01",
"author": {
"name": "Truevision.ai",
"email": "[email protected]",
"url": "https://www.truevision.ai"
},
"main": "main.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dev": "npx ng serve --host 0.0.0.0 --poll",
"build": "ng build",
"build-watch": "ng build --watch",
"build-prod": "ng build --prod",
"build-prod-live": "ng build --prod --watch",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"linux": "ng build --prod --build-optimizer && electron-builder build --linux",
"windows": "ng build --prod --build-optimizer && electron-builder build --windows"
},
"private": true,
"dependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular/animations": "^7.2.6",
"@angular/cdk": "^7.3.3",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "~7.2.0",
"@angular/http": "7.2.0",
"@angular/material": "^7.3.3",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@auth0/angular-jwt": "^3.0.0",
"@grpc/proto-loader": "^0.1.0",
"@ncstate/sat-popover": "^4.0.0",
"@ngu/carousel": "1.5.4",
"@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1",
"@types/mixpanel-browser": "^2.23.1",
"angular-calendar": "0.26.4",
"angular-file-saver": "^1.1.3",
"async": "^1.5.2",
"chart.js": "2.5.0",
"classlist.js": "1.1.20150312",
"core-js": "^2.5.4",
"date-fns": "1.28.5",
"earcut": "^2.2.3",
"electron-splashscreen": "^1.0.0",
"fast-xml-parser": "^3.12.16",
"file-saver": "^2.0.2",
"google-protobuf": "^3.0.0",
"grpc": "^1.21.1",
"hammerjs": "^2.0.8",
"hopscotch": "0.3.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"mixpanel-browser": "^2.29.1",
"ng2-charts": "1.6.0",
"ng2-dragula": "1.3.1",
"ng2-file-upload": "1.2.1",
"ng2-validation": "4.2.0",
"ngx-color-picker": "^5.3.8",
"ngx-electron": "^2.1.1",
"ngx-pagination": "3.1.0",
"ngx-perfect-scrollbar": "6.1.0",
"ngx-quill": "2.0.4",
"perfect-scrollbar": "1.4.0",
"rxjs": "^6.3.3",
"rxjs-compat": "6.1.0",
"stats.js": "^0.17.0",
"three": "^0.101.1",
"tslib": "^1.9.0",
"web-animations-js": "2.3.1",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/core": "7.0.6",
"@angular/cli": "~7.3.3",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/three": "^0.93.31",
"codelyzer": "~4.5.0",
"copy-webpack-plugin": "4.3.0",
"electron": "^5.0.3",
"electron-builder": "^21.2.0",
"electron-packager": "^14.0.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.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",
"ngx-color": "^7.0.0",
"nwjs-builder-phoenix": "^1.15.0",
"protractor": "~5.4.0",
"sass": "^1.49.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2"
}
}