-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.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
{
"name": "timetracker",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"tauri": "tauri",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.1.1",
"@angular/common": "^21.1.1",
"@angular/compiler": "^21.1.1",
"@angular/core": "^21.1.1",
"@angular/forms": "^21.1.1",
"@angular/platform-browser": "^21.1.1",
"@angular/router": "^21.1.1",
"@primeuix/themes": "^2.0.3",
"@tailwindcss/postcss": "^4.1.18",
"@tauri-apps/plugin-sql": "^2.3.2",
"postcss": "^8.5.6",
"primeicons": "^7.0.0",
"primeng": "^21.0.4",
"rxjs": "~7.8.2",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.1.1",
"@angular/cli": "^21.1.1",
"@angular/compiler-cli": "^21.1.1",
"@stylistic/eslint-plugin": "^5.7.1",
"@tauri-apps/cli": "^2",
"@types/node": "^25.0.10",
"eslint": "^9.39.2",
"eslint-config-love": "^147.0.0",
"eslint-plugin-jsdoc": "^62.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.1"
},
"description": "Time Tracker Application to track your work hours.",
"keywords": [],
"author": {
"name": "Sam Pyeatt",
"email": "sampyeatt@gmail.com"
},
"license": "ISC"
}