-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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
{
"name": "geryit-admin-2",
"version": "0.1.0",
"private": true,
"description": "",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"prod": "strapi build && strapi start",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/design-system": "^1.18.0",
"@strapi/plugin-cloud": "4.24.2",
"@strapi/plugin-graphql": "^4.24.2",
"@strapi/plugin-i18n": "4.24.2",
"@strapi/plugin-users-permissions": "4.24.2",
"@strapi/strapi": "4.24.2",
"better-sqlite3": "10.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "5.3.4",
"strapi-plugin-vercel-deploy": "^1.4.0",
"styled-components": "5.3.3",
"vercel": "^34.2.0"
},
"strapi": {
"uuid": "2b024878-068b-48ce-a8b0-ea1f71039f3c"
}
}