-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.23 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": "storage-plugin-extension",
"version": "0.0.0",
"private": true,
"scripts": {
"build:app": "ng build --prod",
"build:lib": "ng build library && cp README.md dist/ngxs-storage-plugin-extension",
"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"
},
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.19",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-devkit/schematics-cli": "0.1102.19",
"@angular-ru/common": "14.100.0",
"@angular-ru/eslint-config": "14.100.0",
"@angular-ru/jest-utils": "14.100.0",
"@angular-ru/prettier-config": "14.40.0",
"@angular-ru/tsconfig": "14.27.0",
"@angular/animations": "11.2.14",
"@angular/cdk": "11.2.13",
"@angular/cli": "11.2.19",
"@angular/common": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/core": "11.2.14",
"@angular/forms": "11.2.14",
"@angular/language-service": "11.2.14",
"@angular/material": "11.2.13",
"@angular/platform-browser": "11.2.14",
"@angular/platform-browser-dynamic": "11.2.14",
"@angular/router": "11.2.14",
"@ngxs/logger-plugin": "3.7.3",
"@ngxs/storage-plugin": "3.7.3",
"@ngxs/store": "3.7.3",
"@schematics/angular": "10.2.0",
"@types/node": "14.14.6",
"angular-cli-ghpages": "0.6.2",
"core-js": "3.6.5",
"coveralls": "3.1.0",
"dtslint": "4.0.4",
"eslint-config-prettier": "8.5.0",
"hammerjs": "2.0.8",
"ng-packagr": "11.2.4",
"npx": "10.2.2",
"rxjs": "6.6.6",
"sort-package-json": "1.46.1",
"ts-node": "9.0.0",
"tsickle": "0.39.1",
"tslib": "^2.0.3",
"typescript": "4.0.8",
"zone.js": "0.11.4"
}
}