From efa89313fa4152252b477aafd88f7cf4a66747d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 10:19:56 +0000 Subject: Initial Strapi plugin project --- playground/package.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 playground/package.json (limited to 'playground/package.json') 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" + } +} -- cgit v1.2.3