41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"name": "playground",
|
|
"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/plugin-i18n": "^4.14.4",
|
|
"@strapi/plugin-users-permissions": "^4.14.4",
|
|
"@strapi/strapi": "^4.14.4",
|
|
"better-sqlite3": "^8.6.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"strapi-plugin-config-sync": "./..",
|
|
"styled-components": "^5.2.1"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.x.x <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|