38 lines
886 B
JSON
38 lines
886 B
JSON
|
{
|
||
|
"name": "mall",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"description": "A Strapi application",
|
||
|
"scripts": {
|
||
|
"build": "strapi build",
|
||
|
"deploy": "strapi deploy",
|
||
|
"develop": "strapi develop",
|
||
|
"start": "strapi start",
|
||
|
"strapi": "strapi"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@strapi/plugin-cloud": "5.0.5",
|
||
|
"@strapi/plugin-color-picker": "^5.0.5",
|
||
|
"@strapi/plugin-users-permissions": "5.0.5",
|
||
|
"@strapi/strapi": "5.0.5",
|
||
|
"better-sqlite3": "11.3.0",
|
||
|
"react": "^18.0.0",
|
||
|
"react-dom": "^18.0.0",
|
||
|
"react-router-dom": "^6.0.0",
|
||
|
"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": "ff207221-3a78-479c-83e0-36bb841142ce"
|
||
|
}
|
||
|
}
|