strapi/examples/getstarted/package.json
Josh 85b3eeb64f chore: update to DS 1.7.2
chore: add snapshots

chore: update to 1.7.0

chore: fix tests

chore: fix hp & upload tests

chore: fix admin tests

chore: fix user-permissions FE test

chore: update snapshots and helper-plugin

fix: multi-select

chore: bump to 1.7.1

chore: bump to 1.7.2

chore: update snapshots

fix: broken test

chore: update snapshots
2023-05-02 10:23:23 +01:00

46 lines
1.2 KiB
JSON

{
"name": "getstarted",
"private": true,
"version": "4.10.1",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
"start": "strapi start",
"build": "strapi build",
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/icons": "1.7.2",
"@strapi/plugin-color-picker": "4.10.1",
"@strapi/plugin-documentation": "4.10.1",
"@strapi/plugin-graphql": "4.10.1",
"@strapi/plugin-i18n": "4.10.1",
"@strapi/plugin-sentry": "4.10.1",
"@strapi/plugin-users-permissions": "4.10.1",
"@strapi/provider-email-mailgun": "4.10.1",
"@strapi/provider-upload-aws-s3": "4.10.1",
"@strapi/provider-upload-cloudinary": "4.10.1",
"@strapi/strapi": "4.10.1",
"@vscode/sqlite3": "5.1.2",
"better-sqlite3": "8.3.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.2.0",
"passport-google-oauth2": "0.2.0",
"pg": "8.8.0",
"react": "^17.0.2",
"react-intl": "6.4.1",
"sqlite3": "5.1.2"
},
"strapi": {
"uuid": "getstarted"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE"
}