{ "name": "eggbotapp", "scripts": { "start": "parcel src/index.html", "build": "parcel build src/index.html", "test": "jest" }, "devDependencies": { "@types/autoprefixer": "^9.7.1", "@types/bootstrap": "^4.3.1", "@types/enzyme": "^3.10.5", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^25.1.4", "@types/node-sass": "^4.11.0", "@types/parcel-bundler": "^1.12.1", "@types/prettier": "^1.19.0", "@types/react": "^16.9.23", "@types/react-bootstrap": "^0.32.20", "@types/react-dom": "^16.9.5", "@types/sass": "^1.16.0", "autoprefixer": "^9.7.4", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "jest": "^25.1.0", "parcel-bundler": "^1.12.4", "postcss-modules": "^1.5.0", "prettier": "^1.19.1", "redux-devtools-extension": "^2.13.8", "sass": "^1.26.3", "ts-jest": "^25.2.1", "tsconfig-paths": "^3.9.0", "tslint": "^6.1.0", "tslint-config-prettier": "^1.18.0", "tslint-no-unused-expression-chai": "^0.1.4", "tslint-plugin-prettier": "^2.2.0", "typescript": "^3.8.3" }, "dependencies": { "bootstrap": "^4.4.1", "konva": "^4.2.0", "normalize.css": "^8.0.1", "react": "^16.13.0", "react-bootstrap": "^1.0.0-beta.17", "react-dom": "^16.13.0", "react-konva": "^16.12.0-0" }, "postcss": { "plugins": { "autoprefixer": true } } }