-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.77 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
{
"name": "samvera.org",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"build-site-nav": "node lib/build-nav.js",
"ci-test": "jest",
"depcheck": "npx depcheck --ignores=app-config,autoprefixer,components,fixtures,jest-environment-jsdom,lib,pages,prefix,postcss,site-navigation",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"-": "^0.0.1",
"@contentful/rich-text-from-markdown": "^15.16.15",
"@contentful/rich-text-react-renderer": "^15.19.6",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.3",
"@tanstack/react-query": "^5.32.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"contentful": "^10.8.10",
"copy-webpack-plugin": "^12.0.2",
"date-fns": "^3.6.0",
"deepmerge": "^4.3.1",
"framer-motion": "^11.1.7",
"gray-matter": "^4.0.3",
"jest": "^29.7.0",
"leaflet": "^1.9.4",
"markdown-it": "^14.1.0",
"next": "^14.2.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.0",
"sass": "^1.75.0",
"swiper": "^11.1.1",
"unified": "^11.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"depcheck": "^1.4.7",
"eslint": "^9.1.1",
"eslint-config-next": "^14.2.3",
"eslint-plugin-jest-dom": "^5.4.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"remark-parse": "^11.0.0",
"tailwindcss": "^3.4.3"
}
}