Skip to content

Commit

Permalink
added gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata-SL committed Oct 14, 2022
1 parent b2bcc66 commit 13e3ee2
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "sima-land",
"homepage": "https://rumata-sl.github.io/sima-land/",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down Expand Up @@ -32,7 +33,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -63,6 +66,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"gh-pages": "^4.0.0",
"prettier": "^2.7.1",
"prettier-config-it-incubator": "^1.0.1",
"prettier-stylelint": "^0.4.2",
Expand Down
105 changes: 103 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4204,6 +4204,15 @@ __metadata:
languageName: node
linkType: hard

"async@npm:^2.6.1":
version: 2.6.4
resolution: "async@npm:2.6.4"
dependencies:
lodash: ^4.17.14
checksum: a52083fb32e1ebe1d63e5c5624038bb30be68ff07a6c8d7dfe35e47c93fc144bd8652cbec869e0ac07d57dde387aa5f1386be3559cdee799cb1f789678d88e19
languageName: node
linkType: hard

"async@npm:^3.2.3":
version: 3.2.4
resolution: "async@npm:3.2.4"
Expand Down Expand Up @@ -5146,7 +5155,7 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^2.20.0":
"commander@npm:^2.18.0, commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
checksum: ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e
Expand Down Expand Up @@ -6183,6 +6192,13 @@ __metadata:
languageName: node
linkType: hard

"email-addresses@npm:^3.0.1":
version: 3.1.0
resolution: "email-addresses@npm:3.1.0"
checksum: e911985f096fa0198019caee4a12685146f677738d8ae1ebe25419181a37930a15be15447abef3612bdc3b88f72aaae4fd2cf1a95669705e638ebcfea4a15047
languageName: node
linkType: hard

"emittery@npm:^0.10.2":
version: 0.10.2
resolution: "emittery@npm:0.10.2"
Expand Down Expand Up @@ -7154,6 +7170,24 @@ __metadata:
languageName: node
linkType: hard

"filename-reserved-regex@npm:^2.0.0":
version: 2.0.0
resolution: "filename-reserved-regex@npm:2.0.0"
checksum: 323a0020fd7f243238ffccab9d728cbc5f3a13c84b2c10e01efb09b8324561d7a51776be76f36603c734d4f69145c39a5d12492bf6142a28b50d7f90bd6190bc
languageName: node
linkType: hard

"filenamify@npm:^4.3.0":
version: 4.3.0
resolution: "filenamify@npm:4.3.0"
dependencies:
filename-reserved-regex: ^2.0.0
strip-outer: ^1.0.1
trim-repeated: ^1.0.0
checksum: 5b71a7ff8e958c8621957e6fbf7872024126d3b5da50f59b1634af3343ba1a69d4cc15cfe4ca4bbfa7c959ad4d98614ee51e6f1d9fa7326eef8ceda2da8cd74e
languageName: node
linkType: hard

"filesize@npm:^8.0.6":
version: 8.0.7
resolution: "filesize@npm:8.0.7"
Expand Down Expand Up @@ -7410,6 +7444,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^8.1.0":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^4.0.0
universalify: ^0.1.0
checksum: bf44f0e6cea59d5ce071bba4c43ca76d216f89e402dc6285c128abc0902e9b8525135aa808adad72c9d5d218e9f4bcc63962815529ff2f684ad532172a284880
languageName: node
linkType: hard

"fs-extra@npm:^9.0.0, fs-extra@npm:^9.0.1":
version: 9.1.0
resolution: "fs-extra@npm:9.1.0"
Expand Down Expand Up @@ -7597,6 +7642,24 @@ __metadata:
languageName: node
linkType: hard

"gh-pages@npm:^4.0.0":
version: 4.0.0
resolution: "gh-pages@npm:4.0.0"
dependencies:
async: ^2.6.1
commander: ^2.18.0
email-addresses: ^3.0.1
filenamify: ^4.3.0
find-cache-dir: ^3.3.1
fs-extra: ^8.1.0
globby: ^6.1.0
bin:
gh-pages: bin/gh-pages.js
gh-pages-clean: bin/gh-pages-clean.js
checksum: 255648eb272104465586393be8a3112d928916a6b35b2b3ffc202c1e55b1c25b1e54e4b5fe83afbf1b1f8e7d37521c0d7b9c7b3db9ff899474db710581662154
languageName: node
linkType: hard

"glob-base@npm:^0.3.0":
version: 0.3.0
resolution: "glob-base@npm:0.3.0"
Expand Down Expand Up @@ -9809,6 +9872,18 @@ __metadata:
languageName: node
linkType: hard

"jsonfile@npm:^4.0.0":
version: 4.0.0
resolution: "jsonfile@npm:4.0.0"
dependencies:
graceful-fs: ^4.1.6
dependenciesMeta:
graceful-fs:
optional: true
checksum: 6447d6224f0d31623eef9b51185af03ac328a7553efcee30fa423d98a9e276ca08db87d71e17f2310b0263fd3ffa6c2a90a6308367f661dc21580f9469897c9e
languageName: node
linkType: hard

"jsonfile@npm:^6.0.1":
version: 6.1.0
resolution: "jsonfile@npm:6.1.0"
Expand Down Expand Up @@ -10093,7 +10168,7 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.15, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.7.0":
"lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.7.0":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
Expand Down Expand Up @@ -14049,6 +14124,7 @@ __metadata:
eslint-plugin-prettier: ^4.2.1
eslint-plugin-react: ^7.30.1
formik: ^2.2.9
gh-pages: ^4.0.0
mui-tel-input: ^2.0.3
prettier: ^2.7.1
prettier-config-it-incubator: ^1.0.1
Expand Down Expand Up @@ -14607,6 +14683,15 @@ __metadata:
languageName: node
linkType: hard

"strip-outer@npm:^1.0.1":
version: 1.0.1
resolution: "strip-outer@npm:1.0.1"
dependencies:
escape-string-regexp: ^1.0.2
checksum: f8d65d33ca2b49aabc66bb41d689dda7b8b9959d320e3a40a2ef4d7079ff2f67ffb72db43f179f48dbf9495c2e33742863feab7a584d180fa62505439162c191
languageName: node
linkType: hard

"style-loader@npm:^3.3.1":
version: 3.3.1
resolution: "style-loader@npm:3.3.1"
Expand Down Expand Up @@ -15246,6 +15331,15 @@ __metadata:
languageName: node
linkType: hard

"trim-repeated@npm:^1.0.0":
version: 1.0.0
resolution: "trim-repeated@npm:1.0.0"
dependencies:
escape-string-regexp: ^1.0.2
checksum: e25c235305b82c43f1d64a67a71226c406b00281755e4c2c4f3b1d0b09c687a535dd3c4483327f949f28bb89dc400a0bc5e5b749054f4b99f49ebfe48ba36496
languageName: node
linkType: hard

"trim-trailing-lines@npm:^1.0.0":
version: 1.1.4
resolution: "trim-trailing-lines@npm:1.1.4"
Expand Down Expand Up @@ -15577,6 +15671,13 @@ __metadata:
languageName: node
linkType: hard

"universalify@npm:^0.1.0":
version: 0.1.2
resolution: "universalify@npm:0.1.2"
checksum: 40cdc60f6e61070fe658ca36016a8f4ec216b29bf04a55dce14e3710cc84c7448538ef4dad3728d0bfe29975ccd7bfb5f414c45e7b78883567fb31b246f02dff
languageName: node
linkType: hard

"universalify@npm:^0.2.0":
version: 0.2.0
resolution: "universalify@npm:0.2.0"
Expand Down

0 comments on commit 13e3ee2

Please sign in to comment.