{ "name": "goxidize", "version": "0.1.1", "description": "A link shortener", "license": "(MIT or Apache-2.0)", "private": true, "source": "src/frontend/index.html", "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { "start": "parcel --open", "build": "cargo build --release && parcel build --public-url /static --no-cache && rm -r .parcel-cache", "check": "tsc --noEmit && cargo check", "test": "cargo test", "lint": "cargo clippy" }, "repository": { "type": "git", "url": "git+https://github.com/caizixian/goxidize.git" }, "author": "Zixian Cai", "bugs": { "url": "https://github.com/caizixian/goxidize/issues" }, "homepage": "https://github.com/caizixian/goxidize", "dependencies": { "bootstrap": "^5.1.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "http-proxy-middleware": "^2.0.4", "parcel": "^2.4.0", "typescript": "^4.6.3" } }