-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "who-use-angular-in-japan",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"pretest": "jest --clearCache",
"test": "jest",
"lint": "ng lint && prettier -l 'src/**/*.{ts,scss}'",
"e2e": "ng e2e",
"test:watch": "jest --watch",
"format": "prettier --write 'src/**/*.{ts,scss}'"
},
"private": true,
"dependencies": {
"@angular/animations": "11.1.0",
"@angular/cdk": "11.2.13",
"@angular/common": "11.1.0",
"@angular/compiler": "11.1.0",
"@angular/core": "11.1.0",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "11.1.0",
"@angular/material": "11.2.13",
"@angular/platform-browser": "11.1.0",
"@angular/platform-browser-dynamic": "11.1.0",
"@angular/pwa": "0.1101.1",
"@angular/router": "11.1.0",
"@angular/service-worker": "11.1.0",
"marked": "2.0.5",
"rxjs": "6.6.7",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1101.1",
"@angular/cli": "11.1.1",
"@angular/compiler-cli": "11.1.0",
"@angular/language-service": "11.1.0",
"@types/jest": "26.0.23",
"@types/marked": "2.0.3",
"@types/node": "14.17.1",
"codelyzer": "6.0.1",
"jest": "26.6.3",
"jest-preset-angular": "8.4.0",
"prettier": "2.4.1",
"protractor": "7.0.0",
"ts-node": "10.0.0",
"tslint": "6.1.3",
"typescript": "4.0.5"
}
}