{ "name": "simplify-fractions", "version": "1.2.10", "description": "Simple web tool for simplifying fractions", "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", "url": "git@git.fwdekker.com:tools/simplify-fractions.git" }, "private": true, "scripts": { "clean": "grunt clean", "dev": "grunt dev", "dev:server": "grunt dev:server", "deploy": "grunt deploy" }, "dependencies": { "katex": "^0.16.3" }, "devDependencies": { "css-loader": "^6.7.2", "file-loader": "^6.2.0", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^5.0.0", "style-loader": "^3.3.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.0" } }