-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "podcastmanager",
"version": "1.0.0",
"private": true,
"homepage": "podcasthub.org",
"scripts": {
"build": "strapi build",
"dev": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-users-permissions": "^5.40.0",
"@strapi/provider-upload-aws-s3": "^5.40.0",
"@strapi/strapi": "^5.40.0",
"@strapi/utils": "^5.40.0",
"music-metadata": "^11.12.3",
"pg": "~8.13.3",
"prettify-xml": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.3",
"strapi-plugin-config-sync": "^3.2.0",
"styled-components": "~6.1.19"
},
"devDependencies": {
"@types/node": "^22.19.15",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"typescript": "^5.9.3"
},
"engines": {
"node": "22",
"npm": "11"
},
"packageManager": "pnpm@10.15.1"
}