This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.59 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
{
"name": "@speedy/ng-mono-repo",
"version": "0.0.0",
"private": true,
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"build": "lerna exec node ../../tools/tasks/build",
"watch": "cross-env WATCH_MODE=true lerna exec --parallel node ../../tools/tasks/build",
"build-tools": "tsc -p ./tools/tsconfig.json",
"clean": "lerna clean && rimraf packages/*/dist",
"test": "jest",
"test-tdd": "jest --watchAll --no-cache",
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
"release": "lerna publish",
"postinstall": "npm run build-tools & npm run bootstrap",
"aio": "compodoc -p ./tsconfig.json --output ./aio --hideGenerator --silent"
},
"devDependencies": {
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/language-service": "^8.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@compodoc/compodoc": "^1.1.10",
"@speedy/commit-msg-hook": "^1.8.1",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^23.0.0",
"@types/lodash": "^4.14.136",
"cross-env": "^6.0.0",
"fs-extra": "^8.1.0",
"jest": "^23.0.0",
"jest-localstorage-mock": "^2.4.0",
"jest-preset-angular": "^6.0.0",
"lerna": "~3.19.0",
"lodash": "^4.17.15",
"ng-packagr": "^5.4.3",
"rimraf": "^3.0.0",
"rxjs": "~6.5.2",
"scss-bundle": "^3.0.1",
"tsickle": "^0.37.0",
"tslib": "^1.10.0",
"typescript": "~3.5.3",
"zone.js": "^0.9.1"
}
}