-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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
{
"name": "wacom",
"version": "1.0.0",
"scripts": {
"build": "ng build wacom && node scripts/copy-readme.mjs",
"build:app": "node scripts/generate-prerender-routes.mjs && ng build app",
"publish": "node scripts/publish.mjs",
"start": "ng serve app",
"watch": "ng build wacom --watch"
},
"private": true,
"dependencies": {
"@angular/common": "21.2.5",
"@angular/compiler": "21.2.5",
"@angular/core": "21.2.5",
"@angular/forms": "21.2.5",
"@angular/platform-browser": "21.2.5",
"@angular/platform-server": "21.2.5",
"@angular/router": "21.2.5",
"@angular/ssr": "21.2.3",
"rxjs": "7.8.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@angular/compiler-cli": "21.2.5",
"@angular/build": "21.2.3",
"@angular/cli": "21.2.3",
"ng-packagr": "21.0.0",
"prettier": "3.6.2",
"typescript": "5.9.3"
},
"overrides": {
"undici": "7.24.6"
}
}