{ "name": "graphite-web-frontend", "version": "0.1.0", "description": "Graphite's web app frontend pathfinder. Planned to be replaced by a Rust native GUI framework in the future.", "main": "main.js", "scripts": { "build": "webpack", "start": "webpack serve" }, "repository": { "type": "git", "url": "git+https://github.com/keavon/graphite.git" }, "author": "Keavon Chambers ", "license": "Apache-2.0", "homepage": "https://www.graphite.design", "devDependencies": { "@wasm-tool/wasm-pack-plugin": "^1.3.3", "html-webpack-plugin": "^5.1.0", "webpack": "^5.21.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" } }