-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.29 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.29 KB
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
{
"name": "mapswipe-manager-dashboard",
"version": "1.0.0",
"description": "Manager Dashboard for the MapSwipe",
"type": "module",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mapswipe/python-mapswipe-workers.git"
},
"scripts": {
"generate:type": "graphql-codegen --require dotenv/config --config codegen.ts",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "pnpm lint:js && pnpm lint:css",
"lint:fix": "pnpm lint:js --fix && pnpm lint:css --fix",
"lint:js": "eslint app",
"lint:css": "stylelint \"./app/**/*.css\"",
"lint:unused": "knip --tags=-knipignore"
},
"dependencies": {
"@mapbox/tilebelt": "^2.0.2",
"@placemarkio/check-geojson": "^0.1.12",
"@sentry/react": "^9.13.0",
"@sentry/tracing": "^7.120.3",
"@togglecorp/fujs": "^1.9.2",
"@togglecorp/re-map": "^1.0.0",
"@togglecorp/toggle-form": "^2.0.4",
"@turf/area": "^6.5.0",
"@turf/bbox": "^7.2.0",
"@turf/invariant": "^6.5.0",
"@urql/exchange-graphcache": "^7.2.3",
"arktype": "^2.1.20",
"firebase": "^12.2.1",
"graphql": "^16.8.1",
"mapillary-js": "^4.1.2",
"maplibre-gl": "^5.5.0",
"react": "^18.2.0",
"react-cookie": "^8.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-mde": "^11.5.0",
"react-router": "^7.5.1",
"react-showdown": "^2.3.1",
"ulid": "^3.0.0",
"urql": "^4.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.27.0",
"@eslint/json": "^0.12.0",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/client-preset": "^4.8.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-urql": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@togglecorp/vite-plugin-validate-env": "^2.2.1",
"@types/node": "^20.11.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.2.2",
"autoprefixer": "^10.4.14",
"cross-var": "^1.1.0",
"dotenv-cli": "^7.4.2",
"eslint": "^9.20.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-exports-imports-resolver": "^1.0.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-simple-import-sort": "^12.1.1",
"knip": "^5.36.3",
"postcss": "^8.5.3",
"postcss-nested": "^7.0.2",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.5",
"rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^16.17.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-concentric-order": "^5.2.1",
"stylelint-config-recommended": "^15.0.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"typescript": "^5.5.2",
"typescript-eslint": "^8.26.0",
"vite": "^5.0.10",
"vite-plugin-checker": "^0.7.0",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.2.2"
},
"engines": {
"node": "22",
"pnpm": "10.6.1"
},
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3",
"pnpm": {
"patchedDependencies": {
"@turf/area": "patches/@turf__area.patch",
"@turf/invariant": "patches/@turf__invariant.patch"
}
}
}