-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 995 Bytes
/
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
{
"name": "aspoem-strapi",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"cs": "config-sync",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "4.24.1",
"@strapi/plugin-documentation": "^4.24.1",
"@strapi/plugin-i18n": "4.24.1",
"@strapi/plugin-users-permissions": "4.24.1",
"@strapi/strapi": "4.24.1",
"better-sqlite3": "8.6.0",
"pg": "^8.11.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-config-sync": "^1.2.5",
"strapi-plugin-import-export-entries": "^1.23.1",
"styled-components": "5.3.3"
},
"devDependencies": {},
"engines": {
"node": "20.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "e99c20de-ca95-4179-af18-6a09847d660a"
}
}