generated from canopy-iiif/canopy-iiif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.03 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
{
"name": "canopy-iiif",
"private": true,
"scripts": {
"build": "next build",
"build:static": "npm run build && next export",
"dev": "next -p 5001",
"lint": "next lint",
"predev": "node canopy dev",
"prebuild": "node canopy",
"postbuild": "next-sitemap",
"start": "next start",
"test-build": "next build",
"ts-lint": "tsc --noEmit --incremental --watch",
"ts-lint-commit-hook": "tsc --noEmit"
},
"dependencies": {
"@iiif/parser": "^1.1.2",
"@iiif/vault-helpers": "^0.10.0",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.2.3",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-icons": "^1.1.1",
"@samvera/bloom-iiif": "^0.5.0",
"@samvera/clover-iiif": "^1.14.1",
"@samvera/nectar-iiif": "^0.0.20",
"@stitches/react": "^1.2.8",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"flexsearch": "^0.7.31",
"framer-motion": "^10.9.4",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"next": "^13.0.0",
"next-absolute-url": "^1.2.2",
"next-seo": "^6.0.0",
"next-sitemap": "^4.1.3",
"next-themes": "^0.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"react-leaflet": "^4.2.0",
"react-masonry-css": "^1.0.16",
"slugify": "^1.6.3",
"swiper": "^9.1.1"
},
"devDependencies": {
"@iiif/presentation-3": "^1.1.3",
"@types/leaflet": "^1.9.0",
"@types/lodash": "^4.14.178",
"@types/node": "^18.11.18",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"charm": "^1.0.2",
"dotenv": "^16.1.3",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-testing-library": "^5.10.3",
"typescript": "^5.0.2"
}
}