This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
61 lines (61 loc) · 2.16 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
{
"name": "ngxs-data",
"version": "0.0.0",
"private": true,
"scripts": {
"build:app": "ng build",
"build:lib": "ng build library && cp README.md dist/ngxs-data",
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"format": "npx sort-package-json && prettier --write \"**/*.{js,ts,html,css,scss,md,json,yml}\"",
"postinstall": "ngcc --async",
"lint": "eslint --cache \"**/*.ts\"",
"start": "ng serve --open --port 4400",
"test": "jest --config ./jest.config.js"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
"@angular-devkit/build-angular": "12.2.4",
"@angular-devkit/schematics-cli": "12.2.4",
"@angular-ru/build-tools": "15.307.1",
"@angular-ru/common": "15.313.0",
"@angular-ru/eslint-config": "15.306.2",
"@angular-ru/jest-utils": "15.304.1",
"@angular-ru/prettier-config": "15.304.1",
"@angular-ru/tsconfig": "15.303.0",
"@angular/animations": "12.2.4",
"@angular/cdk": "12.2.4",
"@angular/cli": "12.2.4",
"@angular/common": "12.2.4",
"@angular/compiler": "12.2.4",
"@angular/compiler-cli": "12.2.4",
"@angular/core": "12.2.4",
"@angular/forms": "12.2.4",
"@angular/language-service": "12.2.4",
"@angular/material": "12.2.4",
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@ngxs/logger-plugin": "3.7.2",
"@ngxs/store": "3.7.2",
"@schematics/angular": "12.2.3",
"@types/node": "15.14.9",
"angular-cli-ghpages": "1.0.0-rc.2",
"core-js": "3.16.3",
"coveralls": "3.1.1",
"hammerjs": "2.0.8",
"ng-packagr": "12.2.1",
"npx": "10.2.2",
"rxjs": "6.6.7",
"sort-package-json": "1.50.0",
"ts-node": "10.2.1",
"tsickle": "0.43.0",
"tslib": "2.3.1",
"typescript": "4.3.5",
"zone.js": "0.11.4"
}
}