Files
api.gong.gp/package.json
T

38 lines
862 B
JSON
Raw Normal View History

2024-03-10 16:58:40 +01:00
{
"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": {
2024-03-13 06:53:22 +01:00
"@ckeditor/strapi-plugin-ckeditor": "^0.0.10",
2024-03-27 20:31:28 -04:00
"@strapi/plugin-cloud": "4.21.1",
"@strapi/plugin-i18n": "4.21.1",
"@strapi/plugin-users-permissions": "4.21.1",
"@strapi/strapi": "4.21.1",
2024-03-10 16:58:40 +01:00
"better-sqlite3": "8.6.0",
2024-03-13 06:53:22 +01:00
"date-fns": "^3.4.0",
2024-03-10 16:58:40 +01:00
"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"
}