-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "json-prettier",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href ./ ",
"watch": "ng build --watch --configuration development",
"prod-test": "npm run final-build && serve -s dist/",
"source": "ng build --sourceMap=true --namedChunks=true && ./node_modules/.bin/source-map-explorer dist/*.js",
"webpack-analyze": "ng build --sourceMap=true --namedChunks=true --stats-json && ./node_modules/.bin/webpack-bundle-analyzer dist/stats.json",
"purgecss": "node run-purgecss.js",
"final-build": "npm run build && npm run purgecss",
"test": "ng test",
"lint": "ng lint",
"postinstall": "ngcc",
"e2e": "ng run json-prettier:cypress-open",
"e2e:ci": "ng run json-prettier:cypress-run"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.0",
"@angular/cdk": "~12.0.0",
"@angular/common": "~12.0.0",
"@angular/compiler": "~12.0.0",
"@angular/core": "~12.0.0",
"@angular/forms": "~12.0.0",
"@angular/material": "~12.0.0",
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.0",
"@angular/router": "~12.0.0",
"@ngx-loading-bar/core": "^5.1.1",
"@ngx-loading-bar/router": "^5.1.1",
"rxjs": "^6.6.6",
"tailwindcss": "^2.1.2",
"tslib": "^2.0.0",
"typed.js": "^2.0.11",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "12.1.0",
"@angular-devkit/build-angular": "~12.0.0",
"@angular-eslint/builder": "12.1.0",
"@angular-eslint/eslint-plugin": "12.1.0",
"@angular-eslint/eslint-plugin-template": "12.1.0",
"@angular-eslint/schematics": "12.1.0",
"@angular-eslint/template-parser": "12.1.0",
"@angular/cli": "~12.0.0",
"@angular/compiler-cli": "~12.0.0",
"@briebug/cypress-schematic": "^5.0.0",
"@briebug/jest-schematic": "^3.1.0",
"@schematics/angular": "^12.1.0",
"@types/jasmine": "~3.6.0",
"@types/jest": "26.0.23",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"cypress": "7.5.0",
"dayjs": "^1.10.5",
"eslint": "^7.26.0",
"jasmine-core": "~3.7.0",
"jest": "27.0.4",
"purgecss": "^4.0.3",
"serve": "^12.0.0",
"source-map-explorer": "^2.5.2",
"typescript": "~4.2.3",
"webpack-bundle-analyzer": "^4.4.1"
}
}