{ "private": true, "scripts": { "build": "parcel build ./src/index.html", "dev": "parcel ./src/index.html" }, "dependencies": { "animejs": "3.x", "parcel-bundler": "1.x", "react": "16.12.x", "react-dom": "16.12.x", "react-router-dom": "5.x" }, "devDependencies": { "@types/animejs": "3.x", "@types/react": "16.9.x", "@types/react-dom": "16.9.x", "@types/react-router-dom": "5.x", "stylus": "0.54.x", "typescript": "3.7.x" } }