-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.12 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
{
"private": true,
"scripts": {
"dev": "next -p 5001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@graphql-tools/schema": "^8.3.1",
"@iiif/presentation-3": "^1.0.4",
"@iiif/vault": "^0.9.17",
"@radix-ui/colors": "^0.1.8",
"@samvera/bloom-iiif": "^0.2.1",
"@samvera/clover-iiif": "^1.10.3",
"@samvera/nectar-iiif": "^0.0.15",
"@stitches/react": "^1.2.6",
"@types/react": "^17.0.44",
"@types/react-dom": "^18.0.0",
"apollo-server-micro": "^3.0.1",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"graphql": "^15.8.0",
"iiif-builder": "^1.0.4",
"lodash": "^4.17.21",
"next": "latest",
"next-absolute-url": "^1.2.2",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.33.1",
"react-masonry-css": "^1.0.16",
"sitemap": "^7.1.1",
"slugify": "^1.6.3"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"typescript": "^4.5.4"
},
"resolutions": {
"@types/react": "17.0.44",
"@types/react-dom": "18.0.0"
}
}