{ "name": "tlaternet", "version": "1.0.0", "description": "tlaternet web interface", "author": "Tristan Maat ", "license": "MIT", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.13.1", "bootstrap": "^4.5.0", "classnames": "^2.2.6", "immutability-helper": "^3.1.1", "jquery": "^3.5.1", "popper.js": "^1.16.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.2.0", "redux": "^4.0.5", "redux-act": "^1.8.0", "three": "^0.127.0" }, "devDependencies": { "@babel/preset-env": "^7.10.4", "@babel/preset-typescript": "^7.13.0", "@parcel/transformer-sass": "2.0.0-beta.2", "@parcel/validator-typescript": "2.0.0-beta.2", "@types/jquery": "^3.5.0", "@types/react": "^16.9.41", "@types/react-dom": "^17.0.3", "@types/react-redux": "^7.1.9", "@types/three": "^0.127.0", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "eslint": "^7.23.0", "jstransformer-markdown-it": "^2.1.0", "parcel": "2.0.0-beta.2", "posthtml-extend": "^0.6.0", "posthtml-favicons": "^1.3.0", "posthtml-include": "^1.7.0", "posthtml-md": "^1.1.0", "sass": "^1.26.10", "typescript": "^4.2.4", "typescript-language-server": "^0.4.0" }, "scripts": { "build": "parcel build --no-autoinstall src/index.html", "serve": "parcel serve --no-autoinstall src/index.html", "watch": "parcel watch --no-autoinstall src/index.html", "build-dist": "parcel build --no-cache --no-autoinstall src/index.html; rename '.html' '.html.hbs' dist/browser/*.html" }, "targets": { "browser": { "engines": { "browsers": [ ">1%", "not dead" ] }, "distDir": "dist" } } }