-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "sqldev-pw-decryptor",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --watch --base-href /sqldev-pw-decryptor/dist/sqldev-decryptor/",
"build-prod": "ng build --configuration production --build-optimizer --base-href /sqldev-pw-decryptor/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.1.3",
"@angular/common": "^13.1.3",
"@angular/compiler": "^13.1.3",
"@angular/core": "^13.1.3",
"@angular/forms": "^13.1.3",
"@angular/platform-browser": "^13.1.3",
"@angular/platform-browser-dynamic": "^13.1.3",
"@angular/router": "^13.1.3",
"bootstrap": "^5.1.3",
"core-js": "^3.20.3",
"crypto-js": "^4.1.1",
"rxjs": "^7.5.2",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.1.4",
"@angular/cli": "^13.1.4",
"@angular/compiler-cli": "^13.1.3",
"@angular/language-service": "^13.1.3",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "~17.0.10",
"codelyzer": "^6.0.2",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.0",
"typescript": "~4.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/abskmj/sqldev-pw-decryptor.git"
}
}