36 lines
785 B
JSON
36 lines
785 B
JSON
|
|
{
|
||
|
|
"name": "api-gong-gp",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "GONG API",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "strapi develop",
|
||
|
|
"start": "strapi start",
|
||
|
|
"build": "strapi build",
|
||
|
|
"strapi": "strapi"
|
||
|
|
},
|
||
|
|
"devDependencies": {},
|
||
|
|
"dependencies": {
|
||
|
|
"@strapi/strapi": "4.20.4",
|
||
|
|
"@strapi/plugin-users-permissions": "4.20.4",
|
||
|
|
"@strapi/plugin-i18n": "4.20.4",
|
||
|
|
"@strapi/plugin-cloud": "4.20.4",
|
||
|
|
"better-sqlite3": "8.6.0",
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"react-router-dom": "5.3.4",
|
||
|
|
"styled-components": "5.3.3"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "OKI"
|
||
|
|
},
|
||
|
|
"strapi": {
|
||
|
|
"uuid": "f92d2051-2666-477d-8e5d-9ab4b4622c6d"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.0.0 <=20.x.x",
|
||
|
|
"npm": ">=6.0.0"
|
||
|
|
},
|
||
|
|
"license": "MIT"
|
||
|
|
}
|