2024-10-30 22:38:29 +00:00
|
|
|
{
|
|
|
|
|
"name": "trailbase-admin-ui",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "TrailBase's Admin Dashboard",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "vite",
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"serve": "vite preview",
|
2025-02-27 12:28:11 +00:00
|
|
|
"format": "prettier -w .",
|
2025-08-06 17:01:36 +00:00
|
|
|
"proto": "protoc --plugin=protoc-gen-ts=${PWD}/node_modules/ts-proto/protoc-gen-ts_proto ../../../core/proto/*.proto -I../../../core//proto -I/usr/include --ts_out=./proto/ --ts_opt=esModuleInterop=true,initializeFieldsAsUndefined=false",
|
2024-10-30 22:38:29 +00:00
|
|
|
"check": "tsc --noEmit --skipLibCheck && eslint && vitest run",
|
|
|
|
|
"test": "vitest run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-11 20:33:24 +00:00
|
|
|
"@antv/x6": "^2.18.1",
|
2025-08-04 14:57:57 +00:00
|
|
|
"@bufbuild/protobuf": "^2.6.3",
|
2025-03-05 11:18:01 +00:00
|
|
|
"@codemirror/autocomplete": "^6.18.6",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@codemirror/lang-sql": "^6.9.1",
|
2025-02-07 08:46:32 +00:00
|
|
|
"@codemirror/state": "^6.5.2",
|
2025-07-15 08:57:44 +00:00
|
|
|
"@codemirror/view": "^6.38.1",
|
2025-05-08 15:13:20 +00:00
|
|
|
"@corvu/resizable": "^0.2.5",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@kobalte/core": "^0.13.11",
|
2024-10-30 22:38:29 +00:00
|
|
|
"@kobalte/utils": "^0.9.1",
|
2025-07-06 07:27:03 +00:00
|
|
|
"@nanostores/persistent": "^1.1.0",
|
2025-05-04 09:51:48 +00:00
|
|
|
"@nanostores/solid": "^1.0.0",
|
2025-05-10 19:57:45 +00:00
|
|
|
"@panzoom/panzoom": "^4.6.0",
|
2025-07-06 07:27:03 +00:00
|
|
|
"@solid-primitives/memo": "^1.4.3",
|
2025-01-22 13:55:34 +00:00
|
|
|
"@solidjs/router": "^0.15.3",
|
2025-08-05 09:38:50 +00:00
|
|
|
"@tanstack/solid-form": "^1.17.0",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@tanstack/solid-query": "^5.83.1",
|
2025-04-15 20:17:12 +00:00
|
|
|
"@tanstack/solid-table": "^8.21.3",
|
|
|
|
|
"@tanstack/table-core": "^8.21.3",
|
2025-06-17 12:59:23 +00:00
|
|
|
"chart.js": "^4.5.0",
|
2024-11-27 23:39:36 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
2024-10-30 22:38:29 +00:00
|
|
|
"clsx": "^2.1.1",
|
2025-06-23 20:32:01 +00:00
|
|
|
"codemirror": "^6.0.2",
|
2024-11-02 22:33:22 +00:00
|
|
|
"geojson": "^0.5.0",
|
2025-02-20 22:19:19 +00:00
|
|
|
"i18n-iso-countries": "^7.14.0",
|
2024-11-04 14:12:35 +00:00
|
|
|
"leaflet": "^1.9.4",
|
2025-04-22 19:52:12 +00:00
|
|
|
"long": "^5.3.2",
|
2025-04-15 20:17:12 +00:00
|
|
|
"nanostores": "^1.0.1",
|
2025-06-02 19:04:36 +00:00
|
|
|
"protobufjs": "^7.5.3",
|
2024-10-30 22:38:29 +00:00
|
|
|
"solid-icons": "^1.1.0",
|
2025-05-17 09:11:33 +00:00
|
|
|
"solid-js": "^1.9.7",
|
2025-06-11 10:38:04 +00:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2024-10-30 22:38:29 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-03-03 22:02:40 +00:00
|
|
|
"trailbase": "file:../client",
|
2025-02-20 22:19:19 +00:00
|
|
|
"uuid": "^11.1.0"
|
2024-10-30 22:38:29 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-31 14:11:56 +00:00
|
|
|
"@eslint/js": "^9.32.0",
|
|
|
|
|
"@iconify-json/tabler": "^1.2.20",
|
2025-02-27 12:28:11 +00:00
|
|
|
"@solidjs/testing-library": "^0.8.10",
|
2025-01-14 15:08:13 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-07-31 14:11:56 +00:00
|
|
|
"@testing-library/jest-dom": "^6.6.4",
|
2025-02-27 12:28:11 +00:00
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2025-01-28 13:33:49 +00:00
|
|
|
"@types/geojson": "^7946.0.16",
|
2025-07-12 09:38:39 +00:00
|
|
|
"@types/leaflet": "^1.9.20",
|
2025-04-03 08:04:23 +00:00
|
|
|
"@types/wicg-file-system-access": "^2023.10.6",
|
2025-03-10 12:47:24 +00:00
|
|
|
"autoprefixer": "^10.4.21",
|
2025-07-31 14:11:56 +00:00
|
|
|
"eslint": "^9.32.0",
|
2025-03-01 10:12:56 +00:00
|
|
|
"eslint-plugin-solid": "^0.14.5",
|
2025-07-17 12:03:51 +00:00
|
|
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
2025-07-06 07:27:03 +00:00
|
|
|
"globals": "^16.3.0",
|
2025-04-15 20:17:12 +00:00
|
|
|
"jsdom": "^26.1.0",
|
2025-06-17 12:59:23 +00:00
|
|
|
"postcss": "^8.5.6",
|
2025-06-28 06:27:52 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-07-12 09:38:39 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
2025-01-28 13:33:49 +00:00
|
|
|
"tailwindcss": "^3.4.17",
|
2025-06-14 09:59:08 +00:00
|
|
|
"ts-proto": "^2.7.5",
|
2025-08-04 14:57:57 +00:00
|
|
|
"typescript": "^5.9.2",
|
2025-08-05 09:38:50 +00:00
|
|
|
"typescript-eslint": "^8.39.0",
|
2025-07-31 14:11:56 +00:00
|
|
|
"vite": "^7.0.6",
|
|
|
|
|
"vite-plugin-solid": "^2.11.8",
|
2024-12-11 21:05:40 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-06-23 20:32:01 +00:00
|
|
|
"vitest": "^3.2.4"
|
2024-10-30 22:38:29 +00:00
|
|
|
}
|
|
|
|
|
}
|