mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
6ed22b5cfa
* chore: upgrade simple-git * chore: upgrade axios * chore: upgrade docusaurus * chore: upgrade docusaurus family * chore: yarn.lock * chore: upgrade styled-components * chore: upgrade yaml * chore: bump fast-uri in pinned deps * chore: bump axios in cloud plugin * chore: remove unnecessary ts error suppression * chore: align docusaurus packages * chore: yarn.lock --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
35 lines
813 B
JSON
35 lines
813 B
JSON
{
|
|
"name": "experimental-dev",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "A Strapi application",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"scripts": {
|
|
"build": "strapi build",
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-users-permissions": "workspace:*",
|
|
"@strapi/strapi": "workspace:*",
|
|
"better-sqlite3": "12.8.0",
|
|
"react": "rc",
|
|
"react-dom": "rc",
|
|
"react-router-dom": "6.30.3",
|
|
"styled-components": "6.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0 <=24.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "4.2.1",
|
|
"babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515",
|
|
"vite": "5.4.21"
|
|
}
|
|
}
|