txtodo.app

[DORMANT] the official website of txtodo
git clone git://git.figbert.com/txtodo.app.git
Log | Files | Refs | README | LICENSE

package.json (591B)


      1 {
      2   "name": "txtodo.app",
      3   "version": "1.0.0",
      4   "repository": {
      5     "type": "git",
      6     "url": "https://github.com/therealFIGBERT/txtodo.app.git"
      7   },
      8   "scripts": {
      9     "build": "rollup -c",
     10     "dev": "rollup -c -w",
     11     "start": "sirv public"
     12   },
     13   "dependencies": {
     14     "@rollup/plugin-commonjs": "^20.0.0",
     15     "@rollup/plugin-node-resolve": "^13.0.5",
     16     "autoprefixer": "^10.3.5",
     17     "rollup": "^2.57.0",
     18     "rollup-plugin-livereload": "^2.0.5",
     19     "rollup-plugin-svelte": "^7.1.0",
     20     "rollup-plugin-terser": "^7.0.2",
     21     "sirv-cli": "^1.0.14",
     22     "svelte": "^3.43.0"
     23   }
     24 }