diff --git a/frontend_legacy/package.json b/frontend_legacy/package.json deleted file mode 100644 index 4da21d4..0000000 --- a/frontend_legacy/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "scylla-frontend", - "version": "0.1.2", - "description": "A small but powerful proxy ip crawler", - "main": "null", - "directories": { - "doc": "docs", - "test": "tests" - }, - "scripts": { - "start": "parcel serve frontend/src/index.html", - "build": "cross-env NODE_ENV=production parcel build frontend/src/index.html --public-url .", - "watch": "parcel watch src/index.html", - "predeploy": "npm run build", - "test": "null" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/imWildCat/scylla.git" - }, - "keywords": [ - "proxy", - "crawler" - ], - "author": "imWildCat", - "license": "MIT", - "bugs": { - "url": "https://github.com/imWildCat/scylla/issues" - }, - "homepage": "https://github.com/imWildCat/scylla#readme", - "devDependencies": { - "@types/query-string": "^5.1.0", - "@types/react": "^16.3.13", - "@types/react-dom": "^16.0.5", - "@types/react-router-dom": "^4.2.6", - "@types/react-virtualized": "^9.18.3", - "cross-env": "^5.1.4", - "node-gyp": "^10.0.1", - "parcel-bundler": "^1.12.5", - "sass": "^1.49.9", - "typescript": "^2.8.3", - "vite": "^5.0.0" - }, - "dependencies": { - "axios": "^1.6.2", - "milligram": "^1.3.0", - "ml": "^3.2.0", - "moment": "^2.29.4", - "query-string": "^6.1.0", - "react": "^16.0.0", - "react-dom": "^16.3.3", - "react-router-dom": "^4.2.2", - "react-simple-maps": "^0.12.1", - "react-tooltip": "^3.10.0", - "react-virtualized": "^9.19.0" - } -} diff --git a/frontend_legacy/src/favicon.ico b/frontend_legacy/src/favicon.ico deleted file mode 100644 index 9e9095f..0000000 Binary files a/frontend_legacy/src/favicon.ico and /dev/null differ