-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.42 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 4.42 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "phenoblendtk",
"version": "0.3.19",
"scripts": {
"ng": "ng",
"start": "nx serve phenoblendtk --port 1420",
"build": "nx build phenoblendtk --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",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:styles": "stylelint \"src/**/*.scss\"",
"lint:styles-fix": "stylelint \"src/**/*.scss\" --fix",
"format:check": "prettier --check \"src/**/*.{ts,html,scss}\"",
"format:fix": "prettier --write \"src/**/*.{ts,html,scss}\"",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"storybook": "npx nx run ngx-phenoprofile:storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.17",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.17",
"@angular/compiler": "^21.2.17",
"@angular/core": "^21.2.17",
"@angular/forms": "^21.2.17",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.17",
"@angular/platform-browser-dynamic": "^21.2.17",
"@angular/router": "^21.2.17",
"@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",
"@tauri-apps/plugin-shell": "^2.3.5",
"d3": "^7.9.0",
"material-icons": "^1.13.14",
"ng-hpo-uikit": "github:P2GX/ng-hpo-uikit#dist-build",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"tw-elements": "^2.0.0",
"xlsx": "^0.18.5",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.17",
"@angular-devkit/core": "^21.2.17",
"@angular-devkit/schematics": "^21.2.17",
"@angular-eslint/builder": "^21.2.17",
"@angular-eslint/eslint-plugin": "^21.4.0",
"@angular-eslint/eslint-plugin-template": "^21.2.17",
"@angular-eslint/schematics": "^21.2.17",
"@angular-eslint/template-parser": "^21.2.17",
"@angular/cli": "^21.2.17",
"@angular/compiler-cli": "^21.2.17",
"@eslint/js": "^9.39.2",
"@nx/angular": "21.2.4",
"@nx/js": "21.2.4",
"@nx/storybook": "21.2.4",
"@nx/web": "21.2.4",
"@nx/workspace": "21.2.4",
"@schematics/angular": "^21.2.17",
"@storybook/angular": "^9.0.5",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tauri-apps/cli": "^2.3.1",
"@types/d3": "^7.4.3",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"@typescript-eslint/utils": "^8.29.0",
"angular-eslint": "^21.2.17",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.5.6",
"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.4",
"postcss": "^8.5.6",
"prettier": "^3.8.3",
"sass": "^1.89.1",
"storybook": "^9.0.5",
"stylelint": "^17.13.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"ts-node": "10.9.1",
"typescript": "~5.9.0",
"typescript-eslint": "^8.60.1",
"vitepress": "^1.6.4"
},
"overrides": {
"@module-federation/dts-plugin": {
"typescript": "$typescript"
},
"@module-federation/enhanced": {
"typescript": "$typescript"
},
"@module-federation/rspack": {
"typescript": "$typescript"
},
"@angular/core": "$@angular/core",
"@nx/angular": {
"@angular-devkit/core": "21.2.18",
"@angular-devkit/schematics": "21.2.18",
"@schematics/angular": "21.2.18",
"@angular-devkit/build-angular": "21.2.18",
"@angular/build": "21.2.18",
"ng-packagr": "21.2.5"
}
}
}