|
1 | | -{ |
2 | | - "name": "faire-todo-app", |
3 | | - "version": "0.0.75", |
4 | | - "author": { |
5 | | - "name": "Charles Schaefer" |
6 | | - }, |
7 | | - "description": "Faire Todo App - An open-source task management application that helps you organize your life across all your devices.", |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "https://github.com/charlesschaefer/faire-todo-app.git" |
11 | | - }, |
12 | | - "license": "MIT", |
13 | | - "homepage": "https://fairetodo.app", |
14 | | - "keywords": [ |
15 | | - "tasks", |
16 | | - "todo", |
17 | | - "productivity", |
18 | | - "tauri", |
19 | | - "angular", |
20 | | - "rust" |
21 | | - ], |
22 | | - "icon": "./src-tauri/icons/128x128.png", |
23 | | - "scripts": { |
24 | | - "ng": "ng", |
25 | | - "start": "ng serve", |
26 | | - "build": "ng build", |
27 | | - "watch": "ng build --watch --configuration development", |
28 | | - "test": "ng test", |
29 | | - "test:task-service": "ng test --include=\"src/app/task/task.service.spec.ts\" --watch=false", |
30 | | - "tauri": "tauri", |
31 | | - "bump-version": "node scripts/version-bumper.js", |
32 | | - "generate-env": "node scripts/generate-environment.js", |
33 | | - "i18n:extract": "transloco-keys-manager extract", |
34 | | - "i18n:primeng": "cp node_modules/primelocale/en.json node_modules/primelocale/pt-br.json node_modules/primelocale/es.json src/assets/i18n/primeng/", |
35 | | - "i18n:find": "transloco-keys-manager find", |
36 | | - "lint": "ng lint", |
37 | | - "apply-supabase-url": "npx tsx scripts/apply-supabase-url.ts" |
38 | | - }, |
39 | | - "private": true, |
40 | | - "dependencies": { |
41 | | - "@angular/animations": "^19", |
42 | | - "@angular/cdk": "^19", |
43 | | - "@angular/common": "^19", |
44 | | - "@angular/compiler": "^19", |
45 | | - "@angular/core": "^19", |
46 | | - "@angular/forms": "^19", |
47 | | - "@angular/platform-browser": "^19", |
48 | | - "@angular/router": "^19", |
49 | | - "@jsverse/transloco": "^7.5.0", |
50 | | - "@primeng/themes": "^19", |
51 | | - "@supabase/supabase-js": "~2.41.0", |
52 | | - "@tauri-apps/api": "^2.9.0", |
53 | | - "@tauri-apps/plugin-autostart": ">=2.2.0", |
54 | | - "@tauri-apps/plugin-deep-link": ">=2.2.0", |
55 | | - "@tauri-apps/plugin-dialog": ">=2.2.0", |
56 | | - "@tauri-apps/plugin-fs": ">=2.2.0", |
57 | | - "@tauri-apps/plugin-http": ">=2.0.1", |
58 | | - "@tauri-apps/plugin-notification": ">=2.0.0", |
59 | | - "@tauri-apps/plugin-opener": ">=2.2.6", |
60 | | - "@tauri-apps/plugin-os": ">=2.2.0", |
61 | | - "@tauri-apps/plugin-shell": ">=2.2.0", |
62 | | - "@tauri-apps/plugin-updater": ">=2.6.0", |
63 | | - "compromise": "^14.14.3", |
64 | | - "compromise-dates": "^3.6.0", |
65 | | - "crypto-js": "^4.2.0", |
66 | | - "dexie": "^4.0.10", |
67 | | - "dexie-observable": "^4.0.1-beta.13", |
68 | | - "dexie-syncable": "^4.0.1-beta.13", |
69 | | - "linkify-html": "^4.2.0", |
70 | | - "linkifyjs": "^4.2.0", |
71 | | - "luxon": "^3.4.4", |
72 | | - "ngx-calendar-view": "^0.0.6", |
73 | | - "ngx-swipe-menu": ">=0.0.5", |
74 | | - "primeflex": "^3.3.1", |
75 | | - "primeicons": "^7.0.0", |
76 | | - "primelocale": "^1.2.2", |
77 | | - "primeng": "^19", |
78 | | - "rxjs": "~7.8.0", |
79 | | - "sanitize-html": "^2.13.1", |
80 | | - "tauri-plugin-sharetarget-api": "^0.1.6" |
81 | | - }, |
82 | | - "devDependencies": { |
83 | | - "@angular-devkit/build-angular": "^19", |
84 | | - "@angular/cli": "^19.2.13", |
85 | | - "@angular/compiler-cli": "^19", |
86 | | - "@angular/localize": "^19", |
87 | | - "@angular/platform-browser-dynamic": "^19", |
88 | | - "@jsverse/transloco-keys-manager": "^6.1.0", |
89 | | - "@tauri-apps/cli": "^2.5.0", |
90 | | - "@types/crypto-js": "^4.2.2", |
91 | | - "@types/dexie": "^1.3.35", |
92 | | - "@types/hammerjs": "^2.0.46", |
93 | | - "@types/jasmine": "~5.1.0", |
94 | | - "@types/luxon": "^3.4.2", |
95 | | - "@types/sanitize-html": "^2.13.0", |
96 | | - "@types/uuid": "^10.0.0", |
97 | | - "@typescript-eslint/parser": "^8.18.2", |
98 | | - "angular-eslint": "19.0.2", |
99 | | - "eslint": "^9.17.0", |
100 | | - "eslint-import-resolver-typescript": "^3.7.0", |
101 | | - "eslint-plugin-import": "^2.31.0", |
102 | | - "eslint-plugin-unused-imports": "^4.1.4", |
103 | | - "jasmine-core": "~5.1.0", |
104 | | - "karma": "~6.4.0", |
105 | | - "karma-chrome-launcher": "~3.2.0", |
106 | | - "karma-coverage": "~2.2.0", |
107 | | - "karma-jasmine": "~5.1.0", |
108 | | - "karma-jasmine-html-reporter": "~2.1.0", |
109 | | - "minimist": "^1.2.8", |
110 | | - "prettier": "^3.5.3", |
111 | | - "rollup": "^4.41.0", |
112 | | - "shelljs": "^0.8.5", |
113 | | - "ts-node": "^10.9.2", |
114 | | - "tsx": "^4.19.4", |
115 | | - "typescript": "^5.5", |
116 | | - "typescript-eslint": "8.17.0", |
117 | | - "uuid": "^11.0.3" |
118 | | - }, |
119 | | - "overrides": { |
120 | | - "@supabase/supabase-js": { |
121 | | - "@supabase/auth-js": "2.61.0" |
122 | | - } |
123 | | - } |
124 | | -} |
| 1 | +{ |
| 2 | + "name": "faire-todo-app", |
| 3 | + "version": "0.0.76", |
| 4 | + "author": { |
| 5 | + "name": "Charles Schaefer" |
| 6 | + }, |
| 7 | + "description": "Faire Todo App - An open-source task management application that helps you organize your life across all your devices.", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/charlesschaefer/faire-todo-app.git" |
| 11 | + }, |
| 12 | + "license": "MIT", |
| 13 | + "homepage": "https://fairetodo.app", |
| 14 | + "keywords": [ |
| 15 | + "tasks", |
| 16 | + "todo", |
| 17 | + "productivity", |
| 18 | + "tauri", |
| 19 | + "angular", |
| 20 | + "rust" |
| 21 | + ], |
| 22 | + "icon": "./src-tauri/icons/128x128.png", |
| 23 | + "scripts": { |
| 24 | + "ng": "ng", |
| 25 | + "start": "ng serve", |
| 26 | + "build": "ng build", |
| 27 | + "watch": "ng build --watch --configuration development", |
| 28 | + "test": "ng test", |
| 29 | + "test:task-service": "ng test --include=\"src/app/task/task.service.spec.ts\" --watch=false", |
| 30 | + "tauri": "tauri", |
| 31 | + "bump-version": "node scripts/version-bumper.js", |
| 32 | + "generate-env": "node scripts/generate-environment.js", |
| 33 | + "i18n:extract": "transloco-keys-manager extract", |
| 34 | + "i18n:primeng": "cp node_modules/primelocale/en.json node_modules/primelocale/pt-br.json node_modules/primelocale/es.json src/assets/i18n/primeng/", |
| 35 | + "i18n:find": "transloco-keys-manager find", |
| 36 | + "lint": "ng lint", |
| 37 | + "apply-supabase-url": "npx tsx scripts/apply-supabase-url.ts" |
| 38 | + }, |
| 39 | + "private": true, |
| 40 | + "dependencies": { |
| 41 | + "@angular/animations": "^19", |
| 42 | + "@angular/cdk": "^19", |
| 43 | + "@angular/common": "^19", |
| 44 | + "@angular/compiler": "^19", |
| 45 | + "@angular/core": "^19", |
| 46 | + "@angular/forms": "^19", |
| 47 | + "@angular/platform-browser": "^19", |
| 48 | + "@angular/router": "^19", |
| 49 | + "@jsverse/transloco": "^7.5.0", |
| 50 | + "@primeng/themes": "^19", |
| 51 | + "@supabase/supabase-js": "~2.41.0", |
| 52 | + "@tauri-apps/api": "^2.9.0", |
| 53 | + "@tauri-apps/plugin-autostart": ">=2.2.0", |
| 54 | + "@tauri-apps/plugin-deep-link": ">=2.2.0", |
| 55 | + "@tauri-apps/plugin-dialog": ">=2.2.0", |
| 56 | + "@tauri-apps/plugin-fs": ">=2.2.0", |
| 57 | + "@tauri-apps/plugin-http": ">=2.0.1", |
| 58 | + "@tauri-apps/plugin-notification": ">=2.0.0", |
| 59 | + "@tauri-apps/plugin-opener": ">=2.2.6", |
| 60 | + "@tauri-apps/plugin-os": ">=2.2.0", |
| 61 | + "@tauri-apps/plugin-shell": ">=2.2.0", |
| 62 | + "@tauri-apps/plugin-updater": ">=2.6.0", |
| 63 | + "compromise": "^14.14.3", |
| 64 | + "compromise-dates": "^3.6.0", |
| 65 | + "crypto-js": "^4.2.0", |
| 66 | + "dexie": "^4.0.10", |
| 67 | + "dexie-observable": "^4.0.1-beta.13", |
| 68 | + "dexie-syncable": "^4.0.1-beta.13", |
| 69 | + "linkify-html": "^4.2.0", |
| 70 | + "linkifyjs": "^4.2.0", |
| 71 | + "luxon": "^3.4.4", |
| 72 | + "ngx-calendar-view": "^0.0.7", |
| 73 | + "ngx-swipe-menu": ">=0.0.5", |
| 74 | + "primeflex": "^3.3.1", |
| 75 | + "primeicons": "^7.0.0", |
| 76 | + "primelocale": "^1.2.2", |
| 77 | + "primeng": "^19", |
| 78 | + "rxjs": "~7.8.0", |
| 79 | + "sanitize-html": "^2.13.1", |
| 80 | + "tauri-plugin-sharetarget-api": "^0.1.6" |
| 81 | + }, |
| 82 | + "devDependencies": { |
| 83 | + "@angular-devkit/build-angular": "^19", |
| 84 | + "@angular/cli": "^19.2.13", |
| 85 | + "@angular/compiler-cli": "^19", |
| 86 | + "@angular/localize": "^19", |
| 87 | + "@angular/platform-browser-dynamic": "^19", |
| 88 | + "@jsverse/transloco-keys-manager": "^6.1.0", |
| 89 | + "@tauri-apps/cli": "^2.5.0", |
| 90 | + "@types/crypto-js": "^4.2.2", |
| 91 | + "@types/dexie": "^1.3.35", |
| 92 | + "@types/hammerjs": "^2.0.46", |
| 93 | + "@types/jasmine": "~5.1.0", |
| 94 | + "@types/luxon": "^3.4.2", |
| 95 | + "@types/sanitize-html": "^2.13.0", |
| 96 | + "@types/uuid": "^10.0.0", |
| 97 | + "@typescript-eslint/parser": "^8.18.2", |
| 98 | + "angular-eslint": "19.0.2", |
| 99 | + "eslint": "^9.17.0", |
| 100 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 101 | + "eslint-plugin-import": "^2.31.0", |
| 102 | + "eslint-plugin-unused-imports": "^4.1.4", |
| 103 | + "jasmine-core": "~5.1.0", |
| 104 | + "karma": "~6.4.0", |
| 105 | + "karma-chrome-launcher": "~3.2.0", |
| 106 | + "karma-coverage": "~2.2.0", |
| 107 | + "karma-jasmine": "~5.1.0", |
| 108 | + "karma-jasmine-html-reporter": "~2.1.0", |
| 109 | + "minimist": "^1.2.8", |
| 110 | + "prettier": "^3.5.3", |
| 111 | + "rollup": "^4.41.0", |
| 112 | + "shelljs": "^0.8.5", |
| 113 | + "ts-node": "^10.9.2", |
| 114 | + "tsx": "^4.19.4", |
| 115 | + "typescript": "^5.5", |
| 116 | + "typescript-eslint": "8.17.0", |
| 117 | + "uuid": "^11.0.3" |
| 118 | + }, |
| 119 | + "overrides": { |
| 120 | + "@supabase/supabase-js": { |
| 121 | + "@supabase/auth-js": "2.61.0" |
| 122 | + } |
| 123 | + } |
| 124 | +} |
0 commit comments