-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.6 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.6 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
{
"name": "phenoboard",
"version": "0.5.123",
"scripts": {
"ng": "ng",
"start": "nx serve phenoboard --port 1420",
"build": "nx build phenoboard --base-href ./",
"watch": "nx build --watch --configuration development",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:dev:clean": "rimraf dist && rimraf src-tauri/target && npm run tauri dev",
"tauri:dev:fresh": "npm run clean && npm run tauri dev",
"clean": "rimraf dist && rimraf src-tauri/target && rimraf node_modules/.cache",
"version:sync": "sed -i '' 's/^version = \".*\"/version = \"'${npm_package_version}'\"/' src-tauri/Cargo.toml",
"version": "npm run version:sync && git add src-tauri/Cargo.toml && git add package.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.6",
"@angular/cdk": "^20.0.5",
"@angular/common": "^20.0.6",
"@angular/compiler": "^20.0.6",
"@angular/core": "^20.0.6",
"@angular/forms": "^20.0.6",
"@angular/material": "^20.0.5",
"@angular/platform-browser": "^20.0.6",
"@angular/platform-browser-dynamic": "^20.0.6",
"@angular/router": "^20.0.6",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-opener": "2.5.3",
"material-icons": "^1.13.14",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"tw-elements": "^2.0.0",
"xlsx": "^0.18.5",
"zone.js": "^0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.5",
"@angular-devkit/core": "^20.0.5",
"@angular-devkit/schematics": "^20.0.5",
"@angular-eslint/eslint-plugin-template": "^21.1.0",
"@angular-eslint/template-parser": "^21.1.0",
"@angular/cli": "^20.0.5",
"@angular/compiler-cli": "^20.0.5",
"@eslint/js": "^9.39.2",
"@nx/angular": "^21.2.2",
"@nx/workspace": "21.2.2",
"@schematics/angular": "^20.0.5",
"@tauri-apps/cli": "^2.3.1",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"angular-eslint": "^20.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "~5.8.0",
"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.1.0",
"nx": "21.2.2",
"postcss": "^8.5.6",
"sass": "^1.89.1",
"tailwindcss": "^3.3.5",
"typescript": "5.8",
"typescript-eslint": "^8.51.0"
}
}