-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
122 lines (122 loc) · 5.1 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "mini-rx",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start:angular-demo": "nx build mini-rx-store && nx build mini-rx-store-ng && nx serve mini-rx-angular-demo",
"start:signal-store-angular-demo-standalone": "nx serve signal-store-angular-demo-standalone",
"dev": "nx serveAppAndWatchLibs",
"build:mini-rx-angular-demo": "nx build mini-rx-angular-demo",
"build:signal-store-angular-demo-standalone": "nx build signal-store-angular-demo-standalone",
"build:mini-rx-store": "nx build mini-rx-store",
"build:mini-rx-store-ng": "nx build mini-rx-store-ng",
"build:signal-store": "nx build signal-store",
"build:common": "nx build common",
"build:all": "nx build mini-rx-store && nx build mini-rx-store-ng && nx build signal-store-angular-demo-standalone && nx build signal-store && nx build common",
"test:mini-rx-store": "nx test mini-rx-store",
"test:mini-rx-store:watch": "nx test mini-rx-store --watch",
"test:mini-rx-store:coverage": "nx test mini-rx-store --codeCoverage",
"test:mini-rx-store-ng": "nx test mini-rx-store-ng",
"test:mini-rx-store-ng:watch": "nx test mini-rx-store-ng --watch",
"test:mini-rx-store-ng:coverage": "nx test mini-rx-store-ng --codeCoverage",
"test:signal-store": "nx test signal-store",
"test:signal-store:watch": "nx test signal-store --watch",
"test:signal-store:coverage": "nx test signal-store --codeCoverage",
"test:common": "nx test common",
"test:common:watch": "nx test common --watch",
"test:common:coverage": "nx test common --codeCoverage",
"test:all": "nx test mini-rx-store && nx test mini-rx-store-ng && nx test signal-store && nx test common",
"deploy:docs": "cd docs && yarn deploy",
"build:mini-rx-angular-demo:sourcemap": "nx build mini-rx-angular-demo --source-map",
"build:mini-rx-angular-demo:sourcemap:stats": "yarn build:mini-rx-angular-demo:sourcemap && source-map-explorer dist/apps/mini-rx-angular-demo/**/*.js",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "16.1.2",
"@angular/common": "16.1.2",
"@angular/compiler": "16.1.2",
"@angular/core": "16.1.2",
"@angular/forms": "16.1.2",
"@angular/platform-browser": "16.1.2",
"@angular/platform-browser-dynamic": "16.1.2",
"@angular/router": "16.1.2",
"@nx/angular": "16.4.0",
"angular-in-memory-web-api": "^0.16.0",
"bootstrap": "^4.4.1",
"bootstrap-icons": "^1.4.0",
"lodash-es": "^4.17.21",
"ngx-toastr": "^17.0.2",
"rxjs": "7.8.0",
"ts-action": "^11.0.0",
"ts-action-operators": "^9.1.1",
"tslib": "^2.3.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.1",
"@angular-devkit/core": "16.1.1",
"@angular-devkit/schematics": "16.1.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "16.1.2",
"@angular/language-service": "16.1.2",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@jscutlery/semver": "^2.30.1",
"@nx/cypress": "16.4.0",
"@nx/eslint-plugin": "16.4.0",
"@nx/jest": "16.4.0",
"@nx/js": "16.4.0",
"@nx/linter": "16.4.0",
"@nx/rollup": "16.4.0",
"@nx/web": "16.4.0",
"@nx/workspace": "16.4.0",
"@schematics/angular": "16.1.1",
"@types/jest": "29.4.4",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.7.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"cypress": "^12.11.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^7.0.4",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-jasmine2": "^29.4.3",
"jest-marbles": "^3.0.2",
"jest-preset-angular": "13.1.1",
"lint-staged": "^12.3.7",
"ng-packagr": "16.1.0",
"nx": "16.4.0",
"nx-cloud": "16.0.5",
"postcss": "^8.4.5",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.8.7",
"source-map-explorer": "^2.5.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,html}": [
"prettier --write",
"git add"
],
"*.format:write": "prettier --write"
},
"engines": {
"node": ">=18.13.0",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
}
}