-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.48 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
{
"name": "@performant-software/core-data-places",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node scripts/build.mjs && tinacms dev -c \"astro dev\"",
"build": "node scripts/build.mjs && npm run test-config && tinacms build && astro build",
"preview": "astro preview",
"test-config": "vitest run config.test.ts",
"vitest": "vitest run",
"playwright": "npx playwright test"
},
"engines": {
"node": ">=24.14.0 <25.0.0"
},
"type": "module",
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@netlify/edge-functions": "^3.0.8",
"@playwright/test": "^1.61.1",
"@tailwindcss/typography": "^0.5.20",
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^24.13.2",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/underscore": "^1.13.0",
"@vitest/browser-playwright": "^4.1.9",
"astro": "^7.0.3",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
},
"dependencies": {
"@astrojs/mdx": "^7.0.0",
"@astrojs/netlify": "^8.0.0",
"@astrojs/react": "^6.0.0",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/ts-plugin": "^1.10.9",
"@clerk/backend": "^3.8.4",
"@clerk/clerk-js": "^6.22.0",
"@clerk/ui": "^1.23.0",
"@cu-mkp/editioncrafter": "^1.3.1",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@nanostores/react": "^1.1.0",
"@octokit/rest": "^22.0.1",
"@performant-software/core-data": "^3.1.25",
"@performant-software/geospatial": "^3.1.25",
"@performant-software/shared-components": "^3.1.25",
"@peripleo/maplibre": "^0.8.9",
"@peripleo/peripleo": "^0.8.9",
"@samvera/clover-iiif": "^2.9.1",
"@tailwindcss/vite": "^4.3.2",
"@tinacms/cli": "^2.5.1",
"@tinacms/datalayer": "^2.0.25",
"@turf/turf": "^7.3.5",
"clsx": "^2.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"express": "^5.2.1",
"html-react-parser": "^6.1.3",
"js-base64": "^3.8.0",
"module-error": "^1.0.2",
"mongodb": "^7.4.0",
"mongodb-level": "^0.0.4",
"nanostores": "^1.4.0",
"next-tinacms-s3": "^23.0.3",
"prop-types": "^15.8.1",
"radix-ui": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.37.0",
"recharts": "^3.9.0",
"serverless-http": "^4.0.0",
"swiper": "^14.0.1",
"tailwindcss": "^4.3.2",
"tinacms": "^3.9.3",
"underscore": "^1.13.8"
}
}