{ "name": "time-ghc-modules", "version": "1.0.0", "description": "", "directories": { "example": "example" }, "scripts": { "build": "rimraf ./dist && parcel build ./src/index.html --public-url '/'", "start": "parcel --dist-dir ./dist-dev ./src/index_dev.html" }, "repository": { "type": "git", "url": "git+https://github.com/codedownio/time-ghc-modules.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/codedownio/time-ghc-modules/issues" }, "homepage": "https://github.com/codedownio/time-ghc-modules#readme", "devDependencies": { "@types/d3-array": "^3.2.1", "@types/d3-hierarchy": "^3.1.6", "@types/d3-interpolate": "^3.0.4", "@types/d3-scale": "^4.0.8", "@types/d3-scale-chromatic": "^3.0.3", "@types/d3-selection": "^3.0.10", "@types/lodash": "^4.14.171", "@types/react": "^17.0.15", "@types/react-dom": "^17.0.9", "process": "^0.11.10", "rimraf": "^3.0.2" }, "dependencies": { "@material-ui/core": "^4.12.3", "apexcharts": "^3.27.3", "d3-array": "^3.2.4", "d3-hierarchy": "^3.1.2", "d3-interpolate": "^3.0.1", "d3-scale": "^4.0.2", "d3-scale-chromatic": "^3.0.0", "d3-selection": "^3.0.0", "lodash": "^4.17.21", "parcel": "^2.11.0", "react": "^17.0.2", "react-apexcharts": "^1.3.9", "react-dom": "^17.0.2", "tachyons": "^4.12.0", "typescript": "^4.3.5" }, "@parcel/transformer-css": { "errorRecovery": true } }