Mercurial > code > home > repos > light9
diff package.json @ 2039:1103b2437e6d
package.json bankruptcy
author | drewp@bigasterisk.com |
---|---|
date | Mon, 09 May 2022 21:37:46 -0700 |
parents | 5154f5a23e85 |
children | d991f7c3485a |
line wrap: on
line diff
--- a/package.json Mon May 09 18:45:04 2022 -0700 +++ b/package.json Mon May 09 21:37:46 2022 -0700 @@ -3,36 +3,17 @@ "version": "1.0.0", "repository": "...", "license": "MIT", - "description": "Mini instructions:", + "description": "see makefile for build commands", "main": "index.js", "directories": { "test": "test" }, "dependencies": { - "@types/debug": "^4.1.7", - "@webcomponents/shadycss": "^1.3.1", - "@webcomponents/webcomponentsjs": "^1.2.0", - "bower": "^1.8.4", - "browserify": "^16.2.3", - "chai": "^3.5.0", - "cjs-to-es6": "^1.1.1", - "coffeelint": "^2.1.0", - "coffeescript": "^2.3.0", - "d3": "^5.1.0", + "@types/node": "^17.0.31", "debug": "^4.3.4", - "esmify": "^2.1.1", - "lit": "^2.2.2", - "mocha": "^2.5.3", - "n3": "^1.0.0-alpha", + "lit": "^2.2.3", "parse-prometheus-text-format": "^1.1.1", - "pixi.js": "^4.7.3", - "significant-rounding": "^2.0.0", - "vite": "^2.9.1" - }, - "devDependencies": { - "mocha": "^2.5.3" - }, - "scripts": { - "test": "mocha" + "vite": "^2.9.1", + "vite-plugin-rewrite-all": "^0.1.2" } }