mirror of
https://github.com/yusufipk/nexter-react.git
synced 2026-09-11 09:36:09 +00:00
update readme
This commit is contained in:
+5
-1
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"homepage": "https://yusufipk.github.io/nexter-react/",
|
||||
"name": "nexter",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
@@ -7,6 +8,7 @@
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"font-awesome": "^4.7.0",
|
||||
"gh-pages": "^3.1.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "4.0.3",
|
||||
@@ -17,7 +19,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": [
|
||||
|
||||
Reference in New Issue
Block a user