41 lines
945 B
JSON
41 lines
945 B
JSON
{
|
|
"name": "strapi-5-beta",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi",
|
|
"cs": "config-sync"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0",
|
|
"jest-cli": "^29.7.0",
|
|
"supertest": "^6.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/strapi": "5.0.0-beta.8",
|
|
"@strapi/plugin-users-permissions": "5.0.0-beta.8",
|
|
"@strapi/plugin-cloud": "5.0.0-beta.8",
|
|
"better-sqlite3": "9.4.3",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.0.0",
|
|
"strapi-plugin-config-sync": "./..",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "edadddbd-0f25-4da7-833b-d4cd7dcae2fc"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|