diff --git a/comptia/package.json b/comptia/package.json new file mode 100644 index 0000000..5c77079 --- /dev/null +++ b/comptia/package.json @@ -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" + } +}