Publish 1.0.0
This commit is contained in:
parent
bb26277629
commit
c3b36ebec5
5
package-lock.json
generated
5
package-lock.json
generated
@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ezprofile",
|
"name": "ezprofile",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@craco/craco": "^6.2.0",
|
"@craco/craco": "^6.2.0",
|
||||||
"@reduxjs/toolkit": "^1.6.1",
|
"@reduxjs/toolkit": "^1.6.1",
|
||||||
|
|||||||
26
package.json
26
package.json
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "ezprofile",
|
"name": "ezprofile",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
|
"description": "Kickstart your personal portfolio with Github Api and blog",
|
||||||
"homepage": "https://arifszn.github.io/ezprofile",
|
"homepage": "https://arifszn.github.io/ezprofile",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"author": "arifszn",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/arifszn/ezprofile.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@craco/craco": "^6.2.0",
|
"@craco/craco": "^6.2.0",
|
||||||
"@reduxjs/toolkit": "^1.6.1",
|
"@reduxjs/toolkit": "^1.6.1",
|
||||||
@ -54,5 +61,20 @@
|
|||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"postcss": "^7.0.36",
|
"postcss": "^7.0.36",
|
||||||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7"
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"personal-site",
|
||||||
|
"template",
|
||||||
|
"portfolio",
|
||||||
|
"personal-website",
|
||||||
|
"portfolio-website",
|
||||||
|
"portfolio-site",
|
||||||
|
"portfolio-template",
|
||||||
|
"portfolio-page",
|
||||||
|
"developer-portfolio",
|
||||||
|
"portfolio-project",
|
||||||
|
"github-portfolio",
|
||||||
|
"react-portfolio",
|
||||||
|
"github-api"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -77,7 +77,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
// GA3 tracking id/GA4 tag id
|
// GA3 tracking id/GA4 tag id
|
||||||
id: 'G-WLLB5E14M6' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
id: '' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
default: 'light',
|
default: 'light',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user