-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
65 lines (65 loc) · 1.88 KB
/
package-lock.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
{
"name": "wasatch.soccer",
"lockfileVersion": 2,
"requires": true,
"packages": {
"backend": {
"version": "0.1.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@strapi/admin": "4.6.1",
"@strapi/database": "4.6.1",
"@strapi/plugin-i18n": "4.6.1",
"@strapi/plugin-users-permissions": "4.6.1",
"@strapi/provider-upload-aws-s3": "4.6.1",
"@strapi/strapi": "4.6.1",
"pg": "^8.9.0",
"strapi-plugin-meilisearch": "^0.9.1",
"strapi-plugin-publisher": "^1.2.0",
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.6",
"strapi-provider-rest-cache-redis": "^4.2.6"
},
"engines": {
"node": "18.x",
"npm": ">=6.0.0"
}
},
"frontend": {
"version": "0.1.0",
"extraneous": true,
"dependencies": {
"@extractus/oembed-extractor": "^3.1.8",
"@meilisearch/instant-meilisearch": "^0.11.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"meilisearch": "^0.31.1",
"next": "13.2.3",
"next-seo": "^5.15.0",
"podparse": "^1.5.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^6.39.0",
"react-instantsearch-hooks-web": "^6.40.1",
"react-markdown": "^8.0.5",
"react-social-icons": "^5.15.0",
"react-social-media-embed": "^2.3.4",
"swr": "^2.0.4",
"typescript": "4.9.5",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "18.14.2",
"@types/qs": "^6.9.7",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-instantsearch-dom": "^6.12.3"
}
}
}
}