{ "name": "portfolio-site", "version": "1.0.0", "description": "Portfolio Site", "main": "src/index.jsx", "scripts": { "start": "parcel index.html", "build": "parcel build index.html" }, "author": "", "license": "BSD-2-Clause", "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-transform-react-jsx": "^7.12.5", "cssnano": "^4.1.10", "parcel-bundler": "^1.12.4" }, "dependencies": { "@material-ui/core": "^4.11.0", "@types/react": "^16.9.56", "fontsource-roboto": "^3.0.3", "preact": "^10.5.5", "preact-async-route": "^2.2.1", "preact-router": "^3.2.1", "react": "^16.14.0", "react-dom": "^16.14.0" }, "skipLibCheck": true, "alias": { "react": "preact/compat", "react-dom/test-utils": "preact/test-utils", "react-dom": "preact/compat" } }