mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00

* chore: upgrade vite, http-proxy-middleware, and axios * chore: upgrade estree-util-value-to-estree
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": "11.3.0",
|
|
"react": "rc",
|
|
"react-dom": "rc",
|
|
"react-router-dom": "6.22.3",
|
|
"styled-components": "6.1.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=22.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.19"
|
|
}
|
|
}
|