strapi/tests/cli/app-template/package.json
Josh a3960e1ee5
chore: update react&react-dom to 18.3 (#20316)
* chore: update react&react-dom to 18.3

* chore: TS fix

* chore: update testing packages

* chore: fix lint
2024-05-17 16:00:38 +01:00

27 lines
606 B
JSON

{
"name": "@strapi/e2e-test-app",
"version": "0.1.0",
"private": true,
"description": "E2E template application",
"license": "MIT",
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-users-permissions": "latest",
"@strapi/strapi": "latest",
"better-sqlite3": "9.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.21.1",
"styled-components": "6.1.8"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}