-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1009 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1009 Bytes
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
{
"name": "@canopy-iiif/app-root",
"version": "1.10.8",
"description": "An open-source static site generator designed for fast creation, contextualization, and customization of a discovery-focused digital scholarship and collections website using IIIF APIs.",
"private": true,
"main": "app/scripts/canopy-build.mjs",
"scripts": {
"build": "tsx app/scripts/canopy-build.mts",
"dev": "tsx app/scripts/canopy-build.mts"
},
"dependencies": {
"@canopy-iiif/app": "^1.10.8",
"@samvera/clover-iiif": "^3.3.8",
"swiper": "^11.2.10",
"esbuild": "^0.21.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13",
"tsx": "^4.19.1"
},
"author": "Mat Jordan <mat@northwestern.edu>",
"homepage": "https://canopy-iiif.github.io/app/",
"repository": {
"type": "git",
"url": "git+https://github.com/canopy-iiif/app.git",
"directory": "packages/app"
},
"license": "MIT"
}