-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.37 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
{
"name": "client-base",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint.style": "stylelint ./**/*.scss",
"lint.commit": "commitlint --from origin/main",
"prettier-fix": "prettier --write --ignore-unknown .",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "~15.1.4",
"@angular/cdk": "~15.1.4",
"@angular/common": "~15.1.4",
"@angular/compiler": "~15.1.4",
"@angular/core": "~15.1.4",
"@angular/forms": "~15.1.4",
"@angular/platform-browser": "~15.1.4",
"@angular/platform-browser-dynamic": "~15.1.4",
"@angular/router": "~15.1.4",
"@gouvfr-anct/lieux-de-mediation-numerique": "^2.1.1",
"@maplibre/ngx-maplibre-gl": "^14.0.0-pre.2",
"@types/supercluster": "^7.1.3",
"maplibre-gl": "^3.0.0-pre",
"opening_hours": "^3.8.0",
"rxjs": "~7.8.0",
"supercluster": "^8.0.1",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-builders/jest": "^15.0.0",
"@angular-devkit/build-angular": "~15.1.5",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.1.5",
"@angular/compiler-cli": "~15.1.4",
"@angular/elements": "^15.1.4",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@popperjs/core": "^2.11.6",
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"bootstrap": "^5.2.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^28.1.3",
"jest-preset-angular": "^12.2.0",
"lint-staged": "^13.0.3",
"ngx-matomo": "^1.1.0",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"prettier-eslint": "^15.0.1",
"standard-version": "^9.5.0",
"stylelint": "^14.9.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^6.1.0",
"ts-jest": "^28.0.8",
"typescript": "~4.9.5"
}
}