massi-world

this website of mine
Log | Files | Refs

package.json (398B)


      1 {
      2   "name": "massi-world",
      3   "version": "1.0.0",
      4   "type": "module",
      5   "keywords": [],
      6   "author": "",
      7   "license": "ISC",
      8   "description": "",
      9   "devDependencies": {
     10     "@types/d3-color": "^3.1.3",
     11     "esbuild": "0.23.0",
     12     "marked": "^13.0.3",
     13     "marked-gfm-heading-id": "github:mdsib/marked-gfm-heading-id",
     14     "prettier": "^3.3.3"
     15   },
     16   "dependencies": {
     17     "d3-color": "^3.1.0"
     18   }
     19 }