{ "name": "graphite-web-frontend", "description": "Graphite's web app frontend. Planned to be replaced by a native GUI written in Rust in the future.", "private": true, "scripts": { "start": "vue-cli-service serve", "serve": "vue-cli-service serve || echo 'Graphite project failed to build. Did you remember to `npm install` the dependencies?'", "build": "vue-cli-service build || echo 'Graphite project failed to build. Did you remember to `npm install` the dependencies?'", "lint": "vue-cli-service lint || echo 'Graphite project had lint errors or otherwise failed. In the latter case, did you remember to `npm install` the dependencies?'", "lint-no-fix": "vue-cli-service lint --no-fix || echo 'Graphite project had lint errors or otherwise failed. In the latter case, did you remember to `npm install` the dependencies?'" }, "repository": { "type": "git", "url": "git+https://github.com/GraphiteEditor/Graphite.git" }, "author": "Graphite Authors ", "license": "Apache-2.0", "homepage": "https://graphite.rs", "dependencies": { "class-transformer": "^0.5.1", "idb-keyval": "^6.2.0", "reflect-metadata": "^0.1.13", "vue": "^3.2.26" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-plugin-typescript": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/compiler-sfc": "^3.2.31", "@vue/eslint-config-airbnb": "^6.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@wasm-tool/wasm-pack-plugin": "^1.6.0", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier-vue": "^4.2.0", "eslint-plugin-vue": "^9.7.0", "license-checker-webpack-plugin": "^0.2.1", "prettier": "^2.7.1", "sass": "^1.56.1", "sass-loader": "^13.2.0", "typescript": "^4.9.3", "vue-loader": "^17.0.1", "vue-template-compiler": "^2.7.14" }, "optionalDependencies": { "wasm-pack": "^0.10.3" }, "//": "Notes about dependency issues and incompatibilities should be added here when needed." }