-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.15 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.15 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
{
"name": "animated-transformers",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "concurrently 'ng serve' 'ts-node src/weblab-examples/build.script.ts --mode=serve'",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --watch"
},
"node": ">=22.7.0",
"private": true,
"dependencies": {
"@angular/animations": "^20.3.2",
"@angular/cdk": "^20.2.5",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/material": "^20.2.5",
"@angular/platform-browser": "^20.3.2",
"@angular/platform-browser-dynamic": "^20.3.2",
"@angular/router": "^20.3.2",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.9.0",
"@material-design-icons/svg": "^0.14.13",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-vis": "^1.5.1",
"@trpc/client": "^11.0.0-rc.730",
"@trpc/server": "^11.0.0-rc.730",
"codemirror": "^6.0.1",
"d3": "^7.8.0",
"d3-color": "^3.1.0",
"d3-selection": "^3.0.0",
"glob": "^11.1.0",
"gpt-tokenizer": "2.8.1",
"json5": "^2.2.3",
"mini-parse": "^0.6.9",
"msgpackr": "^1.11.0",
"ngx-markdown": "^20.1.0",
"rxjs": "~7.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"underscore": "^1.13.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"@angular/build": "^20.3.3",
"@angular/cli": "^20.3.3",
"@angular/compiler-cli": "^20.3.2",
"@tensorflow/tfjs-node": "^4.20.0",
"@tsconfig/node18": "^18.2.1",
"@types/d3": "^7.4.0",
"@types/jasmine": "~4.3.0",
"@types/underscore": "^1.11.4",
"@types/wicg-file-system-access": "^2023.10.5",
"@types/yargs": "^17.0.24",
"concurrently": "^9.1.2",
"esbuild": "0.24.2",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "3.4.2",
"typescript": "^5.7.0",
"vite": "^5.4.11"
}
}