diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-05 13:19:56 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-05 13:19:56 +0300 |
| commit | efa89313fa4152252b477aafd88f7cf4a66747d8 (patch) | |
| tree | 5939b251fe1bbc6bea3881a71154cabd3aa538ec /playground/package.json | |
| parent | f6de8611955bf382612996500efba21a2d64ea1f (diff) | |
| download | strapi-plugin-checkbox-list-efa89313fa4152252b477aafd88f7cf4a66747d8.tar.xz strapi-plugin-checkbox-list-efa89313fa4152252b477aafd88f7cf4a66747d8.zip | |
Initial Strapi plugin project
Diffstat (limited to 'playground/package.json')
| -rw-r--r-- | playground/package.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/playground/package.json b/playground/package.json new file mode 100644 index 0000000..3fd660d --- /dev/null +++ b/playground/package.json @@ -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" + } +} |
