forked from ngxs-labs/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.25 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
{
"name": "ngxs-data",
"version": "0.0.0",
"private": true,
"scripts": {
"build:app": "ng build --prod",
"build:lib": "ng build library && cp README.md dist/ngxs-data",
"build:schematics": "cd lib && npm run build",
"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",
"test:types": "dtslint ./integration/types --localTs node_modules/typescript/lib"
},
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.8",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-devkit/schematics-cli": "0.1102.8",
"@angular-ru/common": "15.186.0",
"@angular-ru/eslint-config": "15.189.0",
"@angular-ru/jest-utils": "15.171.0",
"@angular-ru/prettier-config": "15.172.0",
"@angular-ru/tsconfig": "15.138.1",
"@angular/animations": "11.2.9",
"@angular/cdk": "11.2.8",
"@angular/cli": "11.2.8",
"@angular/common": "11.2.9",
"@angular/compiler": "11.2.9",
"@angular/compiler-cli": "11.2.9",
"@angular/core": "11.2.9",
"@angular/forms": "11.2.9",
"@angular/language-service": "11.2.9",
"@angular/material": "11.2.8",
"@angular/platform-browser": "11.2.9",
"@angular/platform-browser-dynamic": "11.2.9",
"@angular/router": "11.2.9",
"@ngxs/logger-plugin": "3.7.1",
"@ngxs/store": "3.7.1",
"@schematics/angular": "11.2.8",
"@types/node": "14.14.37",
"angular-cli-ghpages": "0.6.2",
"core-js": "3.10.1",
"coveralls": "3.1.0",
"dtslint": "4.0.9",
"hammerjs": "2.0.8",
"ng-packagr": "11.2.4",
"npx": "10.2.2",
"rxjs": "6.6.7",
"sort-package-json": "1.49.0",
"ts-node": "9.1.1",
"tsickle": "0.39.1",
"tslib": "2.2.0",
"typescript": "4.2.4",
"zone.js": "0.11.4"
}
}