advent-of-code

Entries to advent of code, multiple years
git clone git://git.finwo.net/misc/advent-of-code
Log | Files | Refs

package.json (492B)


      1 {
      2   "name": "web",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "keywords": [],
     10   "author": "",
     11   "license": "ISC",
     12   "dependencies": {
     13     "@dafcoe/vue-notification": "^0.1.6",
     14     "copy-dir": "^1.3.0",
     15     "esbuild": "^0.14.2",
     16     "esbuild-plugin-vue3": "^0.3.0",
     17     "less": "^4.1.2",
     18     "nlock": "^1.0.1",
     19     "rimraf": "^3.0.2",
     20     "vue": "^3.2.24",
     21     "vue-router": "^4.0.12"
     22   }
     23 }