This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
130 lines (130 loc) · 4.54 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
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@deepkit/website",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
"build": "ng build --configuration production",
"watch": "ng build --watch",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"serve:ssr": "nodemon dist/server/main.js",
"build:ssr": "ng build --progress=false --configuration production && ng run website:server:production",
"server-module:watch": "ng run website:server --watch",
"watch:ssr": "npm-run-all --parallel watch server-module:watch",
"server:run": "node dist/app/server/app.js server:start",
"server": "ts-node --project ./src/server/tsconfig.json ./src/server/app.ts server:start",
"server:watch": "ts-node-dev --project ./src/server/tsconfig.json ./src/server/app.ts server:start",
"server:build": "tsc --project ./src/server/tsconfig.json"
},
"private": true,
"browser": {
"sqlite3": false,
"electron": false,
"ts-node": false,
"fs": false,
"os": false,
"path": false,
"perf_hooks": false,
"stream": false,
"fast-glob": false,
"@deepkit/app": false,
"better-sqlite3": false,
"crypto": false
},
"dependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular/animations": "^13.2.6",
"@angular/common": "^13.2.6",
"@angular/compiler": "^13.2.6",
"@angular/core": "^13.2.6",
"@angular/elements": "^13.2.6",
"@angular/forms": "^13.2.6",
"@angular/platform-browser": "^13.2.6",
"@angular/platform-browser-dynamic": "^13.2.6",
"@angular/platform-server": "^13.2.6",
"@angular/router": "^13.2.6",
"@deepkit/angular-universal": "^1.0.1-alpha.66",
"@deepkit/app": "^1.0.1-alpha.67",
"@deepkit/broker": "^1.0.1-alpha.67",
"@deepkit/bson": "^1.0.1-alpha.67",
"@deepkit/core": "^1.0.1-alpha.65",
"@deepkit/core-rxjs": "^1.0.1-alpha.65",
"@deepkit/crypto": "^1.0.1-alpha.35",
"@deepkit/desktop-ui": "^1.0.1-alpha.65",
"@deepkit/api-console-module": "^1.0.1-alpha.67",
"@deepkit/api-console-api": "^1.0.1-alpha.67",
"@deepkit/event": "^1.0.1-alpha.67",
"@deepkit/framework": "^1.0.1-alpha.67",
"@deepkit/http": "^1.0.1-alpha.67",
"@deepkit/injector": "^1.0.1-alpha.67",
"@deepkit/logger": "^1.0.1-alpha.65",
"@deepkit/mongo": "^1.0.1-alpha.67",
"@deepkit/orm": "^1.0.1-alpha.67",
"@deepkit/rpc": "^1.0.1-alpha.67",
"@deepkit/rpc-tcp": "^1.0.1-alpha.67",
"@deepkit/sql": "^1.0.1-alpha.67",
"@deepkit/sqlite": "^1.0.1-alpha.67",
"@deepkit/stopwatch": "^1.0.1-alpha.67",
"@deepkit/template": "^1.0.1-alpha.67",
"@deepkit/type": "^1.0.1-alpha.67",
"@deepkit/type-compiler": "^1.0.1-alpha.67",
"@deepkit/workflow": "^1.0.1-alpha.67",
"@types/lz-string": "^1.3.34",
"@typescript/vfs": "^1.3.5",
"algoliasearch": "^4.13.0",
"algoliasearch-helper": "^3.7.1",
"angular-instantsearch": "^4.1.0",
"angular-plotly.js": "^4.0.4",
"lz-string": "^1.4.4",
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"ngx-markdown": "^12.0.1",
"npm-run-all": "^4.1.5",
"plotly.js-dist-min": "^2.4.2",
"prismjs": "1.19.0",
"raw-loader": "^4.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3",
"showdown": "^1.9.1",
"source-map-support": "^0.5.19",
"sql.js": "^1.4.0",
"tslib": "^2.0.0",
"typedoc": "^0.21.0",
"universal-analytics": "^0.4.20",
"webpack-visualizer-plugin": "^0.1.11",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.6",
"@angular/cdk": "^13.2.6",
"@angular/cli": "^13.2.6",
"@angular/compiler-cli": "^13.2.6",
"@angular/language-service": "^13.2.6",
"@nguniversal/common": "^13.0.2",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.0.0",
"@types/plotly.js-dist-min": "^2.3.0",
"@types/prismjs": "^1.16.2",
"codelyzer": "^5.1.2",
"cookieconsent": "^3.1.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"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",
"nodemon": "^1.19.4",
"npm-local-development": "^0.4.0",
"protractor": "~7.0.0",
"ts-loader": "^5.2.0",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"tslint": "~6.1.0",
"typescript": "^4.5.5"
}
}