-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.84 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.84 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@tccode/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"minify-icon-font": "ts-node -P tsconfig.tsnode.json tool/minify-icon-font.ts",
"antlr": "antlr-ng -Dlanguage=TypeScript -l -v -o ./src/antlr ./grammar/TcclLexer.g4 ./grammar/TcclParser.g4"
},
"private": true,
"dependencies": {
"@angular-architects/ngrx-toolkit": "^20.4.2",
"@angular/animations": "^20.3.7",
"@angular/cdk": "^20.2.10",
"@angular/common": "~20.3.0",
"@angular/compiler": "~20.3.0",
"@angular/core": "~20.3.0",
"@angular/forms": "~20.3.0",
"@angular/material": "^20.2.10",
"@angular/platform-browser": "~20.3.0",
"@angular/platform-browser-dynamic": "~20.3.0",
"@angular/router": "~20.3.0",
"@ngrx/signals": "^20.1.0",
"antlr4-c3": "^3.4.4",
"antlr4ng": "^3.0.16",
"detect-indent": "^7.0.2",
"monaco-editor": "^0.54.0",
"monaco-emacs": "^0.3.0",
"monaco-vim": "^0.4.2",
"rxjs": "~7.8.0",
"tangent-cc-lib": "0.0.17",
"tree-object-diff": "^3.0.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "~20.3.0",
"@angular-devkit/schematics": "~20.3.0",
"@angular/build": "~20.3.0",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "~20.3.0",
"@angular/language-service": "~20.3.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "22.0.1",
"@nx/eslint": "22.0.1",
"@nx/eslint-plugin": "22.0.1",
"@nx/jest": "22.0.1",
"@nx/js": "22.0.1",
"@nx/web": "22.0.1",
"@nx/workspace": "22.0.1",
"@phenomnomnominal/tsquery": "^6.1.3",
"@schematics/angular": "~20.3.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/fontkit": "^2.0.8",
"@types/jest": "^29.5.12",
"@types/node": "20",
"@types/w3c-web-serial": "^1.0.8",
"@types/w3c-web-usb": "^1.0.13",
"@typescript-eslint/utils": "^8.40.0",
"@typescript/lib-dom": "npm:@types/web@^0.0.283",
"@web-alchemy/fonttools": "^1.3.4",
"angular-cli-ghpages": "^2.0.3",
"angular-eslint": "^20.3.0",
"antlr-ng": "^1.0.10",
"autoprefixer": "^10.4.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"fontkit": "^2.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.6.1",
"jest-util": "^29.7.0",
"nx": "22.0.1",
"postcss": "^8.4.5",
"prettier": "^3.6.2",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0"
},
"nx": {
"includedScripts": []
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}