time-ghc-modules/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2021-08-01 05:05:03 +03:00
{
"name": "time-ghc-modules",
"version": "1.0.0",
"description": "",
"directories": {
"example": "example"
},
"scripts": {
2021-08-01 10:21:42 +03:00
"build": "rimraf ./dist && parcel build ./src/index.html --public-url '/'",
2024-02-13 14:34:44 +03:00
"start": "parcel --dist-dir ./dist-dev ./src/index_dev.html"
2021-08-01 05:05:03 +03:00
},
"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": {
2024-02-13 12:05:02 +03:00
"@types/d3-array": "^3.2.1",
2024-02-03 14:24:53 +03:00
"@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",
2021-08-01 06:16:16 +03:00
"@types/lodash": "^4.14.171",
2021-08-01 05:05:03 +03:00
"@types/react": "^17.0.15",
2021-08-01 10:21:42 +03:00
"@types/react-dom": "^17.0.9",
2024-02-03 14:24:53 +03:00
"process": "^0.11.10",
2021-08-01 10:21:42 +03:00
"rimraf": "^3.0.2"
2021-08-01 05:05:03 +03:00
},
"dependencies": {
2021-08-01 09:55:37 +03:00
"@material-ui/core": "^4.12.3",
2021-08-01 05:05:03 +03:00
"apexcharts": "^3.27.3",
2024-02-13 12:05:02 +03:00
"d3-array": "^3.2.4",
2024-02-03 14:24:53 +03:00
"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",
2021-08-01 06:16:16 +03:00
"lodash": "^4.17.21",
2024-02-03 13:13:11 +03:00
"parcel": "^2.11.0",
2021-08-01 05:05:03 +03:00
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "^17.0.2",
2021-08-01 06:16:16 +03:00
"tachyons": "^4.12.0",
2021-08-01 05:05:03 +03:00
"typescript": "^4.3.5"
2024-02-03 13:13:11 +03:00
},
"@parcel/transformer-css": {
"errorRecovery": true
2021-08-01 05:05:03 +03:00
}
}