-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.77 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
{
"name": "clipper",
"version": "1.4.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"pretty": "prettier --write src/**/*.{ts,html,scss}",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"tauri": "tauri"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.10",
"@angular/cdk": "21.2.8",
"@angular/common": "^21.2.10",
"@angular/compiler": "^21.2.10",
"@angular/core": "^21.2.10",
"@angular/forms": "^21.2.10",
"@angular/material": "21.2.8",
"@angular/platform-browser": "^21.2.10",
"@angular/platform-browser-dynamic": "^21.2.10",
"@angular/router": "^21.2.10",
"@angular/ssr": "^21.2.8",
"@tailwindcss/postcss": "^4.0.14",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"angularx-qrcode": "^21.0.4",
"material-icons": "^1.13.12",
"ngx-toastr": "^20.0.5",
"rxjs": "~7.8.2",
"tslib": "^2.3.0",
"uuid": "14.0.0"
},
"devDependencies": {
"@angular/build": "^21.2.8",
"@angular/cli": "^21.2.8",
"@angular/compiler-cli": "^21.2.10",
"@tauri-apps/cli": "2.11.0",
"@types/jasmine": "~6.0.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"jasmine-core": "6.0.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"postcss": "^8.5.3",
"prettier": "3.5.3",
"schematics-scss-migrate": "2.3.17",
"tailwindcss": "^4.0.14",
"typescript": "6.0.2"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}