-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
49
50
51
52
{
"name": "forfait-bank",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"dev": "ng serve --disable-host-check --hmr",
"dev.host": "npm run dev -- --host=0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@ngneat/input-mask": "^5.2.0",
"angular-animations": "^0.11.0",
"gsap": "^3.11.3",
"inputmask": "5.0.5",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "~14.2.6",
"@angular/compiler-cli": "^14.2.0",
"@tailwindcss/forms": "^0.5.3",
"@types/inputmask": "5.0.0",
"@types/jest": "^29.2.4",
"autoprefixer": "^10.4.12",
"jasmine-core": "~4.3.0",
"jest": "^28.1.3",
"jest-preset-angular": "^12.2.3",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "~4.7.2"
},
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
"<rootDir>/test/setup-jest.ts"
]
}
}