-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.71 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@haniffalab/strapi-api",
"version": "1.5.2",
"private": true,
"description": "A backend API powered by Strapi, designed to manage and serve content within the Cherita infrastructure.",
"license": "MIT",
"author": "Haniffa Lab",
"scripts": {
"build": "strapi build",
"dev": "npm run develop",
"develop": "strapi develop",
"gcp-build": "strapi build",
"lint": "eslint --ext .js src",
"lint:fix": "eslint --ext .js src --fix",
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi-community/strapi-provider-upload-google-cloud-storage": "^4.10.5",
"@strapi/plugin-i18n": "4.25.19",
"@strapi/plugin-users-permissions": "4.25.19",
"@strapi/provider-email-sendgrid": "4.25.19",
"@strapi/strapi": "4.25.19",
"@strapi/utils": "4.25.19",
"ajv": "^8.17.1",
"bloodhound-js": "^1.2.3",
"i18n-iso-countries": "^7.8.0",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"react": "^18.2.0",
"react-bootstrap-typeahead": "^6.4.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"semver": "^7.6.0",
"sharp": "^0.33.5",
"styled-components": "5.3.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.4",
"better-sqlite3": "^12.6.2",
"eslint": "^8.56.0",
"semantic-release": "^24.2.7"
},
"strapi": {
"uuid": "ef523884-e001-4354-862a-d889fbe73214"
}
}