We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7617983 commit a2ccea6Copy full SHA for a2ccea6
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "javascript-crud-with-sampletasks",
3
"version": "1.0",
4
+ "homepage": "https://mohamedrizwan399.github.io/CRUDJavaScriptSampleProject",
5
"private": true,
6
"dependencies": {
7
"@reduxjs/toolkit": "^1.9.7",
@@ -10,6 +11,7 @@
10
11
"axios": "^1.7.7",
12
"cors": "^2.8.5",
13
"firebase": "^11.0.1",
14
+ "gh-pages": "^6.2.0",
15
"jest": "^27.5.1",
16
"jwt-decode": "^3.1.2",
17
"nodemon": "^3.1.7",
@@ -30,7 +32,9 @@
30
32
"start": "react-scripts start",
31
33
"build": "react-scripts build",
34
"test": "react-scripts test",
- "eject": "react-scripts eject"
35
+ "eject": "react-scripts eject",
36
+ "predeploy": "npm run build",
37
+ "deploy": "gh-pages -b master -d build"
38
},
39
"eslintConfig": {
40
"extends": [
0 commit comments