{ "name": "rustico", "version": "1.0.0", "main": "intex.tsx", "license": "MIT", "devDependencies": { "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-helmet": "^6.1.0", "@types/react-plotly.js": "^2.2.4", "@types/socket.io-client": "^1.4.34", "parcel-bundler": "^1.12.4", "react-plotly.js": "^2.5.1", "typescript": "^4.1.2" }, "dependencies": { "@types/classnames": "^2.2.11", "autoprefixer": "^10.1.0", "classnames": "^2.2.6", "css": "^3.0.0", "plotly.js": "^1.58.2", "postcss": "^8.2.1", "postcss-cli": "^8.3.1", "react": "^17.0.1", "react-cryptocoins": "^1.0.11", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "socket.io-client": "~2", "tailwindcss": "^2.0.2" }, "resolutions": { "socket.io-parser": "~2" }, "scripts": { "build:tailwind": "tailwindcss build css/index.css -o css/tailwind.css", "watch": "parcel watch index.tsx -d ../static", "prestart": "yarn run build:tailwind", "prebuild": "yarn run build:tailwind", "start": "python ../main.py & yarn run watch" } }