-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
102 lines (102 loc) · 3.04 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
{
"name": "soundcraft-ui",
"version": "3.1.0",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/fmalcher/soundcraft-ui.git"
},
"bugs": {
"url": "https://github.com/fmalcher/soundcraft-ui/issues"
},
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"testbed": "nx serve testbed",
"release": "standard-version",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"bootstrap": "^5.2.3",
"modern-isomorphic-ws": "1.0.5",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"ws": "^8.18.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.4",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/compiler-cli": "19.0.3",
"@nx/angular": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/node": "20.2.2",
"@nx/vite": "20.2.2",
"@nx/workspace": "20.2.2",
"@schematics/angular": "19.0.4",
"@types/jest": "29.5.12",
"@types/node": "^18.16.9",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@typescript-eslint/utils": "^8.2.0",
"@vitest/ui": "1.5.1",
"dotenv": "10.0.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prefer-arrow": "1.2.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "20.2.2",
"prettier": "^2.8.8",
"rollup-plugin-copy": "^3.5.0",
"standard-version": "^9.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.6.3",
"vite": "5.1.1",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "1.5.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}