42 lines
1013 B
JSON
42 lines
1013 B
JSON
{
|
|
"name": "strapi-yoga",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"build": "strapi build",
|
|
"deploy": "strapi deploy",
|
|
"develop": "strapi develop",
|
|
"seed:example": "node ./scripts/seed.js",
|
|
"start": "strapi start",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-cloud": "5.6.0",
|
|
"@strapi/plugin-users-permissions": "5.6.0",
|
|
"@strapi/strapi": "5.6.0",
|
|
"better-sqlite3": "11.3.0",
|
|
"fs-extra": "^10.0.0",
|
|
"mime-types": "^2.1.27",
|
|
"mysql2": "^3.12.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.0.0",
|
|
"strapi-import-export": "^0.0.1",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=22.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"uuid": "261cc990-52c5-44b1-a375-f2ec5b31624e"
|
|
}
|
|
}
|