Initial Strapi plugin project
This commit is contained in:
45
playground/package.json
Normal file
45
playground/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "playground",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "A Strapi application",
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"console": "strapi console",
|
||||
"deploy": "strapi deploy",
|
||||
"dev": "strapi develop",
|
||||
"develop": "strapi develop",
|
||||
"seed:example": "node ./scripts/seed.js",
|
||||
"start": "strapi start",
|
||||
"strapi": "strapi",
|
||||
"upgrade": "npx @strapi/upgrade latest",
|
||||
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-cloud": "5.35.0",
|
||||
"@strapi/plugin-users-permissions": "5.35.0",
|
||||
"@strapi/strapi": "5.35.0",
|
||||
"better-sqlite3": "12.4.1",
|
||||
"fs-extra": "^10.0.0",
|
||||
"mime-types": "^2.1.27",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "^6.0.0",
|
||||
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
||||
"styled-components": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0 <=24.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "6dac7976-406d-4ad4-bbd1-030627875cc6",
|
||||
"installId": "146243096d458c50511ec4ae3a4d04aac96988ee0cb22d6a209d34a4cfb24649"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user