-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: tagsinput plugin and format code
- Loading branch information
Showing
22 changed files
with
2,619 additions
and
910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ DATABASE_USERNAME= | |
DATABASE_PASSWORD= | ||
DATABASE_SSL= | ||
HR_FROM_MAIL= | ||
SENTRY_DSN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,40 @@ | ||
{ | ||
"name": "website-blog", | ||
"private": true, | ||
"version": "0.1.0", | ||
"private": true, | ||
"description": "A headless strapi CMS for blogs website", | ||
"license": "MIT", | ||
"author": { | ||
"name": "canopas" | ||
}, | ||
"scripts": { | ||
"build": "strapi build", | ||
"develop": "strapi develop", | ||
"start": "strapi start", | ||
"build": "strapi build", | ||
"strapi": "strapi" | ||
}, | ||
"dependencies": { | ||
"@_sh/strapi-plugin-ckeditor": "^1.1.3", | ||
"@strapi/plugin-i18n": "^4.11.5", | ||
"@strapi/plugin-sentry": "^4.12.1", | ||
"@strapi/plugin-users-permissions": "^4.11.5", | ||
"@strapi/provider-email-amazon-ses": "^4.11.5", | ||
"@strapi/provider-upload-aws-s3": "^4.11.5", | ||
"@strapi/strapi": "^4.14.3", | ||
"@webbio/strapi-plugin-scheduler": "^1.0.6", | ||
"html-loader": "^5.0.0", | ||
"jsdom": "^22.1.0", | ||
"markdown-loader": "^8.0.0", | ||
"pg": "^8.11.1", | ||
"puppeteer": "^22.0.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-tagsinput": "^3.20.3", | ||
"strapi-plugin-tagsinput": "^1.0.1", | ||
"strapi-plugin-tagsinput": "^1.0.3", | ||
"styled-components": "^5.2.1" | ||
}, | ||
"author": { | ||
"name": "canopas" | ||
}, | ||
"strapi": { | ||
"uuid": "b6b5fb58-ed76-44ab-8910-3857abbf3b9f" | ||
}, | ||
"engines": { | ||
"node": ">=14.19.1 <=18.x.x", | ||
"npm": ">=6.0.0" | ||
}, | ||
"license": "MIT" | ||
"strapi": { | ||
"uuid": "b6b5fb58-ed76-44ab-8910-3857abbf3b9f" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.