strapi/examples/getstarted/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2019-04-05 16:11:09 +02:00
{
"name": "getstarted",
2024-03-27 16:53:59 +01:00
"version": "4.21.1",
2019-04-05 16:11:09 +02:00
"private": true,
"description": "A Strapi application.",
2023-10-11 14:31:53 +02:00
"license": "SEE LICENSE IN LICENSE",
2019-04-05 16:11:09 +02:00
"scripts": {
2023-10-11 14:31:53 +02:00
"build": "strapi build",
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
2019-05-15 09:22:00 +02:00
"develop": "strapi develop",
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
2019-04-26 16:19:08 +02:00
"start": "strapi start",
"strapi": "strapi"
2019-04-05 16:11:09 +02:00
},
"dependencies": {
"@strapi/icons": "1.16.0",
2024-03-27 16:53:59 +01:00
"@strapi/plugin-color-picker": "4.21.1",
"@strapi/plugin-documentation": "4.21.1",
"@strapi/plugin-graphql": "4.21.1",
"@strapi/plugin-i18n": "4.21.1",
"@strapi/plugin-sentry": "4.21.1",
"@strapi/plugin-users-permissions": "4.21.1",
"@strapi/provider-email-mailgun": "4.21.1",
"@strapi/provider-upload-aws-s3": "4.21.1",
"@strapi/provider-upload-cloudinary": "4.21.1",
"@strapi/strapi": "4.21.1",
"better-sqlite3": "8.6.0",
2021-06-29 16:27:35 +02:00
"lodash": "4.17.21",
"mysql": "2.18.1",
2023-08-07 15:55:17 +02:00
"mysql2": "3.6.0",
"passport-google-oauth2": "0.2.0",
"pg": "8.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "6.4.1",
"react-router-dom": "5.3.4",
2023-07-31 12:46:06 +02:00
"sqlite3": "5.1.2",
"strapi-plugin-workspace-plugin": "workspace:*",
"styled-components": "5.3.3"
2019-04-05 16:11:09 +02:00
},
"engines": {
2023-10-11 10:55:42 +02:00
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
2019-04-05 16:11:09 +02:00
},
2023-10-11 14:31:53 +02:00
"strapi": {
"uuid": "getstarted"
}
}