forked from ValEXE-Technologies/Lookup.Spa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
package.json
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
{
"name": "@valexe-technologies/lookup.spa",
"version": "1.0.0",
"description": "SPA for Lookup",
"repository": {
"type": "git",
"url": "https://github.com/ValEXE-Technologies/Lookup.Spa"
},
"scripts": {
"start": "ng serve",
"build": "ng build"
},
"author": "Indrajeet Valera",
"license": "ISC",
"dependencies": {
"@angular/animations": "~12.0.0",
"@angular/common": "~12.0.0",
"@angular/compiler": "~12.0.0",
"@angular/core": "~12.0.0",
"@angular/forms": "~12.0.0",
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.0",
"@angular/router": "~12.0.0",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.4.1",
"rxjs": "~6.6.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.0",
"@angular/cli": "~12.0.0",
"@angular/compiler-cli": "~12.0.0",
"typescript": "~4.2.3"
}
}