-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.36 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
{
"name": "raa-angular",
"version": "7.0.1",
"description": "Gemensamma Angular-komponenter/direktiv/pipes för Riksantikvarieämbetet",
"main": "index.ts",
"typings": "./index.d.ts",
"publishConfig": {
"registry": "https://artifactory.raa.se/artifactory/api/npm/common-npm-prod/"
},
"scripts": {
"build": "npm run packagr && cp -R src/styles dist/styles",
"packagr": "ng-packagr -p ng-package.json",
"publish:patch": "node publishNewVersion --patch",
"publish:minor": "node publishNewVersion --minor",
"publish:major": "node publishNewVersion --major",
"lint": "ng lint"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "https://stash.raa.se/projects/GRAP/repos/raa-angular"
},
"author": "Riksantikvarietämbetet",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.6",
"@angular-devkit/schematics": "^13.2.6",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^13.1.0",
"@angular-eslint/eslint-plugin-template": "^13.1.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "^13.1.0",
"@angular/animations": "^13.2.6",
"@angular/cdk": "^13.2.6",
"@angular/cli": "^13.2.6",
"@angular/common": "^13.2.6",
"@angular/compiler": "^13.2.6",
"@angular/compiler-cli": "^13.2.6",
"@angular/core": "^13.2.6",
"@angular/forms": "^13.2.6",
"@angular/language-service": "^13.2.6",
"@angular/material": "^13.2.6",
"@angular/platform-browser": "^13.2.6",
"@angular/platform-browser-dynamic": "^13.2.6",
"@angular/router": "^13.2.6",
"@types/jasmine": "^3.10.3",
"@types/jasminewd2": "^2.0.10",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"lodash-es": "^4.17.21",
"ng-packagr": "^13.2.1",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"raa-style": "^7.0.6",
"rxjs": "^7.5.5",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "~4.5.5",
"zone.js": "^0.11.5"
},
"peerDependencies": {
"raa-style": "^7.0.5"
}
}