-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.22 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "angular-boilerplate",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:stats": "ng build --stats-json",
"watch": "ng build --watch --configuration development",
"test:unit": "ng test",
"test:e2e": "ng e2e",
"test:coverage": "ng test --coverage",
"lint": "ng lint",
"analyze": "webpack-bundle-analyzer dist/angular-boilerplate/stats.json"
},
"dependencies": {
"@angular/animations": "12.0.1",
"@angular/common": "12.0.1",
"@angular/compiler": "12.0.1",
"@angular/core": "12.0.1",
"@angular/forms": "12.0.1",
"@angular/platform-browser": "12.0.1",
"@angular/platform-browser-dynamic": "12.0.1",
"@angular/router": "12.0.1",
"rxjs": "7.1.0",
"tslib": "2.2.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "12.0.0",
"@angular-devkit/build-angular": "12.0.1",
"@angular-eslint/builder": "12.0.0",
"@angular-eslint/eslint-plugin": "12.0.0",
"@angular-eslint/eslint-plugin-template": "12.0.0",
"@angular-eslint/schematics": "12.0.0",
"@angular-eslint/template-parser": "12.0.0",
"@angular/cli": "12.0.1",
"@angular/compiler-cli": "12.0.1",
"@briebug/cypress-schematic": "5.0.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@cypress/webpack-preprocessor": "5.8.0",
"@types/jasmine": "3.7.4",
"@types/jest": "26.0.23",
"@types/node": "15.6.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"autoprefixer": "10.2.5",
"cypress": "7.4.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-angular": "4.0.1",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-jsdoc": "35.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "7.0.0",
"jest": "26.6.3",
"postcss": "8.3.0",
"prettier": "2.3.0",
"prettier-eslint": "12.0.0",
"tailwindcss": "2.1.2",
"ts-loader": "9.2.2",
"ts-node": "10.0.0",
"typescript": "4.2.4",
"webpack-bundle-analyzer": "4.4.2"
}
}