Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo M <[email protected]>
  • Loading branch information
burnt-exe authored Sep 6, 2024
1 parent 397e29f commit df4d98f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions comptia/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "skunkworks-courses",
"version": "1.0.0",
"private": true,
"homepage": "https://courses.skunkworks.africa/comptia",
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"lucide-react": "^0.21.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}

0 comments on commit df4d98f

Please sign in to comment.