Spaces:
Paused
Paused
| { | |
| "name": "strapi-cms-hf", | |
| "private": true, | |
| "version": "0.1.0", | |
| "description": "Strapi CMS on HuggingFace Spaces", | |
| "scripts": { | |
| "develop": "strapi develop", | |
| "start": "strapi start", | |
| "build": "strapi build", | |
| "strapi": "strapi" | |
| }, | |
| "dependencies": { | |
| "@strapi/strapi": "4.25.0", | |
| "@strapi/plugin-users-permissions": "4.25.0", | |
| "@strapi/plugin-i18n": "4.25.0", | |
| "better-sqlite3": "9.4.3", | |
| "pg": "8.11.3", | |
| "ajv": "^8.12.0", | |
| "react": "^18.0.0", | |
| "react-dom": "^18.0.0", | |
| "react-router-dom": "^6.0.0", | |
| "styled-components": "^5.3.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0 <=20.x.x", | |
| "npm": ">=6.0.0" | |
| } | |
| } | |