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 e24bebb commit edcf4a1Copy full SHA for edcf4a1
package.json
@@ -1,10 +1,19 @@
1
{
2
"devDependencies": {
3
"gh-pages": "^6.2.0"
4
- },
+ },
5
"dependencies": {
6
"react": "^19.0.0",
7
"react-dom": "^19.0.0",
8
"react-scripts": "^5.0.1"
9
10
+ "homepage": "https://Githubguy132010.github.io/Arch-Linux-without-the-beeps",
11
+ "scripts": {
12
+ "predeploy": "npm run build",
13
+ "deploy": "gh-pages -d build",
14
+ "start": "react-scripts start",
15
+ "build": "react-scripts build",
16
+ "test": "react-scripts test",
17
+ "eject": "react-scripts eject"
18
}
-}
19
+}
0 commit comments