-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
140 lines (140 loc) · 4.57 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
{
"name": "chrome-extension-starter",
"version": "0.0.0",
"scripts": {
"cz": "git-cz",
"prepare": "husky install",
"affected:lint": "nx affected:lint",
"extension:start:dev": "nx run-many --target=build --projects=scripts-background,scripts-content --configuration development --watch --parallel 10",
"extension:start:prod": "nx run-many --target=build --projects=scripts-background,scripts-content --configuration production --watch --parallel 10",
"extension:build:dev": "nx run-many --target=build --projects=scripts-background,scripts-content --configuration development --parallel 10",
"extension:build:prod": "nx run-many --target=build --projects=scripts-background,scripts-content --configuration production --parallel 10",
"e2e": "nx run-many --target=e2e --all"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
"@floating-ui/dom": "^1.6.5",
"@mapbox/point-geometry": "^0.1.0",
"@ngrx/signals": "18.0.0-beta.1",
"@rollup/plugin-terser": "^0.4.4",
"@turf/bbox": "^6.5.0",
"@turf/bbox-clip": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/turf": "^6.5.0",
"@types/mapbox-gl": "^2.7.19",
"@types/mapbox__point-geometry": "^0.1.4",
"cypress-image-diff-js": "^2.1.4",
"cypress-pipe": "^2.0.0",
"cypress-real-events": "^1.12.0",
"cypress-recurse": "^1.35.3",
"highlightjs-copy-ts": "~1.0.5-rev1",
"mapbox-gl": "^3.7.0",
"maplibre-gl": "4.3.0",
"ngx-highlightjs": "^10.0.0",
"primeicons": "^6.0.1",
"primeng": "^17.3.0",
"primevue": "^3.52.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"rxjs": "~7.8.0",
"strip-ansi": "^6.0.1",
"tslib": "^2.3.0",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.27",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.4.1",
"@nx/angular": "19.1.2",
"@nx/cypress": "19.1.2",
"@nx/devkit": "19.1.2",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@nx/node": "19.1.2",
"@nx/playwright": "19.1.2",
"@nx/rollup": "19.1.2",
"@nx/vite": "19.1.2",
"@nx/web": "19.1.2",
"@nx/webpack": "19.1.2",
"@nx/workspace": "19.1.2",
"@playwright/test": "1.44.1",
"@schematics/angular": "18.0.2",
"@swc-node/register": "1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "1.5.24",
"@swc/helpers": "0.5.11",
"@swc/jest": "~0.2.36",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@turf/point-on-feature": "^6.5.0",
"@types/chrome": "^0.0.246",
"@types/jest": "^29.4.0",
"@types/node": "18.19.31",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vitest/ui": "^1.3.1",
"commitizen": "^4.3.0",
"core-js": "^3.36.1",
"cypress": "13.9.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-unused-imports": "^3.1.0",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.1.0",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^14.0.1",
"nx": "19.1.2",
"prettier": "^2.6.2",
"prettier-plugin-organize-attributes": "^0.0.5",
"prettier-plugin-rational-order": "^1.0.3",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"verdaccio": "^5.0.4",
"vite": "~5.0.13",
"vitest": "^1.6.0"
},
"config": {
"commitizen": {
"path": "./node_modules/git-cz"
}
},
"nx": {
"includedScripts": []
},
"pnpm": {
"overrides": {
"express": "4.19.2"
}
}
}