aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/package.json
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
commit1d46022ec65597c46f27788eae520f36f0bb0324 (patch)
tree1ef5e38477bcc3f763d3ef2f071c721404f94493 /ufund-ui/package.json
parent2fc9729cdf220e03f43183a148f8b5780c50e515 (diff)
downloadJellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.gz
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.bz2
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.zip
Initialize angular project
Diffstat (limited to 'ufund-ui/package.json')
-rw-r--r--ufund-ui/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/ufund-ui/package.json b/ufund-ui/package.json
new file mode 100644
index 0000000..f1c79a5
--- /dev/null
+++ b/ufund-ui/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "ufund-ui",
+ "version": "0.0.0",
+ "scripts": {
+ "ng": "ng",
+ "start": "ng serve",
+ "build": "ng build",
+ "watch": "ng build --watch --configuration development",
+ "test": "ng test"
+ },
+ "private": true,
+ "dependencies": {
+ "@angular/animations": "^19.1.0",
+ "@angular/common": "^19.1.0",
+ "@angular/compiler": "^19.1.0",
+ "@angular/core": "^19.1.0",
+ "@angular/forms": "^19.1.0",
+ "@angular/platform-browser": "^19.1.0",
+ "@angular/platform-browser-dynamic": "^19.1.0",
+ "@angular/router": "^19.1.0",
+ "rxjs": "~7.8.0",
+ "tslib": "^2.3.0",
+ "zone.js": "~0.15.0"
+ },
+ "devDependencies": {
+ "@angular-devkit/build-angular": "^19.1.6",
+ "@angular/cli": "^19.1.6",
+ "@angular/compiler-cli": "^19.1.0",
+ "@types/jasmine": "~5.1.0",
+ "jasmine-core": "~5.5.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",
+ "typescript": "~5.7.2"
+ }
+}