forked from salesforce/akita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 5.4 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "datorama",
"version": "0.1.1",
"private": true,
"license": "Apache-2.0",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.22.0"
},
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "run-s \"nx build akita --prod --with-deps\" build:lib:akita-ng-schematics",
"build:all": "nx run-many --target=build --all",
"build:all:prod": "nx run-many --target=build --configuration=production --all",
"build:app:angular:akita-store-app": "nx build angular-store-app --with-deps",
"build:app:angular:akita-store-app:prod": "nx build angular-store-app --prod --with-deps",
"build:apps": "run-s build:app:*:*",
"build:apps:prod": "run-s build:app:*:prod",
"build:lib:akita-ng-devtools": "nx build akita-ng-devtools --with-deps --prod",
"build:lib:akita-ng-entity-service": "nx build akita-ng-entity-service --with-deps --prod",
"build:lib:akita-ng-effects": "nx build akita-ng-effects --with-deps --prod",
"build:lib:akita-ng-forms-manager": "nx build akita-ng-forms-manager --with-deps --prod",
"build:lib:akita-ng-router-store": "nx build akita-ng-router-store --with-deps --prod",
"build:lib:akita-ng-schematics": "yarn --cwd libs/akita-schematics run build",
"build:libs": "run-s build:lib:*",
"commit": "git-cz",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"dep-graph": "nx dep-graph",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"lint": "nx workspace-lint && nx lint",
"lint:all": "nx run-many --target=lint --all",
"nx": "nx",
"release": "yarn --cwd libs/akita run standard-version",
"release:akita-entity-service": "yarn --cwd libs/akita-entity-service run standard-version",
"release:akita-ng-devtools": "yarn --cwd libs/akita-ng-devtools run standard-version",
"release:akita-ng-router-store": "yarn --cwd libs/akita-ng-router-store run standard-version",
"serve:app:angular:akita-store-app": "nx serve angular-store-app",
"start": "nx serve angular-store-app",
"test": "nx test akita",
"test:all": "run-s test:lib:*",
"test:lib:akita-ng-devtools": "nx test akita-ng-devtools",
"test:lib:akita-ng-entity-service": "nx test akita-ng-entity-service",
"test:lib:akita-ng-router-store": "nx test akita-ng-router-store",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{ts,yml,json,md}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@angular/animations": "11.0.5",
"@angular/common": "11.0.5",
"@angular/core": "11.0.5",
"@angular/forms": "11.0.5",
"@angular/platform-browser": "11.0.5",
"@angular/platform-browser-dynamic": "11.0.5",
"@angular/router": "11.0.5",
"@netbasal/content-loader": "^1.1.0",
"faker": "^4.1.0",
"helpful-decorators": "^2.0.6",
"lodash": "4.17.20",
"rxjs": "6.5.5",
"schematics-utilities": "2.0.2",
"ts-action": "^11.0.0",
"ts-action-operators": "^9.1.1",
"tslib": "2.0.3",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.5",
"@angular-devkit/build-ng-packagr": "0.1001.7",
"@angular-devkit/schematics": "10.1.7",
"@angular/compiler": "11.0.5",
"@angular/compiler-cli": "11.0.5",
"@angular/language-service": "11.0.5",
"@commitlint/cli": "8.1.0",
"@commitlint/config-angular": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@nrwl/angular": "11.0.15",
"@nrwl/cypress": "11.0.15",
"@nrwl/eslint-plugin-nx": "11.0.15",
"@nrwl/express": "11.0.15",
"@nrwl/jest": "11.0.15",
"@nrwl/node": "11.0.15",
"@nrwl/react": "11.0.15",
"@nrwl/web": "11.0.15",
"@nrwl/workspace": "11.0.15",
"@testing-library/react": "11.1.2",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/express": "4.17.6",
"@types/faker": "^4.1.11",
"@types/jest": "26.0.8",
"@types/lodash": "^4.14.149",
"@types/morgan": "^1.9.0",
"@types/node": "12.12.38",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"all-contributors-cli": "^6.14.1",
"codelyzer": "6.0.1",
"copyfiles": "^2.2.0",
"cypress": "^4.3.0",
"cz-conventional-changelog": "^3.1.0",
"dotenv": "8.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-cypress": "^2.10.3",
"git-cz": "^4.7.1",
"husky": "^4.2.5",
"jest": "26.2.2",
"jest-localstorage-mock": "^2.4.0",
"jest-preset-angular": "8.3.1",
"lint-staged": "^10.1.3",
"ng-packagr": "^9.1.0",
"npm-run-all": "^4.1.5",
"prettier": "2.1.2",
"rimraf": "^3.0.2",
"standard-version": "^7.1.0",
"ts-jest": "26.4.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.0.5",
"@ngneat/until-destroy": "8.0.3"
}
}