{ "name": "@mightyplow/simple-calorie-tracker", "version": "1.0.0", "description": "A simple web app to track calories.", "main": "index.js", "scripts": { "clean": "rm -rf ./dist", "lint": "tslint --project .", "tscheck": "tsc --noEmit", "prebuild": "npm run clean && npm run tscheck", "build": "parcel build -d dist --public-url ./ ./src/index.html", "predev": "npm run clean", "dev": "parcel serve -d dist --public-url / ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.mightyplow.net/mightyplow/simple-calorie-tracker" }, "keywords": [ "webapp", "calories", "fitness", "app", "web" ], "author": "mightyplow@gmail.com", "license": "UNLICENSED", "dependencies": { "typescript": "^3.7.2" }, "devDependencies": { "@types/classnames": "^2.2.9", "@types/node": "^12.12.7", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "@types/react-router": "^5.1.3", "@types/react-router-dom": "^5.1.2", "@types/webpack-env": "^1.14.1", "classnames": "^2.2.6", "parcel-bundler": "^1.12.4", "postcss-modules": "^1.4.1", "postcss-nested": "^4.2.1", "react": "^16.11.0", "react-dom": "^16.11.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "tslint": "^5.20.1" } }