-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.56 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": "short-reckonings-front",
"version": "1.2.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ghp": "ng build --prod --base-href https://ouassimbenmosbah.github.io/short-reckonings/",
"deploy:ghp": "npx angular-cli-ghpages --dir=dist/short-reckonings-front",
"lint": "ng lint",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test": "npx jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.1.3",
"@angular/cdk": "^10.2.2",
"@angular/common": "~10.1.3",
"@angular/compiler": "~10.1.3",
"@angular/core": "~10.1.3",
"@angular/forms": "~10.1.3",
"@angular/material": "^10.2.2",
"@angular/platform-browser": "~10.1.3",
"@angular/platform-browser-dynamic": "~10.1.3",
"@angular/router": "~10.1.3",
"rxjs": "~6.6.3",
"tslib": "^2.0.1",
"zone.js": "~0.11.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.2",
"@angular/cli": "~10.1.2",
"@angular/compiler-cli": "~10.1.3",
"@cypress/webpack-preprocessor": "^5.4.6",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"cypress": "^5.2.0",
"cypress-plugin-tab": "^1.0.5",
"jest": "^26.5.3",
"jest-preset-angular": "^8.3.1",
"prettier": "^2.1.2",
"ts-loader": "^8.0.4",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"tslint-angular": "^3.0.3",
"typescript": "~4.0.3"
}
}