pxt icon indicating copy to clipboard operation
pxt copied to clipboard

PXT package.json dependencies - some might actually be needed at dev time only?

Open jfo8000 opened this issue 4 years ago • 0 comments

Just saw this - might be intended but there are a few libs that are usually only used during the build/testing process.

Might be alright since it is a build tool? Just double checking cause it's the kind of thing I'd accidentally do. If not used at runtime they can probably move over to devDependencies.

    "bluebird": "3.5.1",
    "faye-websocket": "0.11.1",
    "lzma": "2.3.2",
    "marked": "0.3.19",
    "rimraf": "2.5.4",
    "request": "2.88.0",
    "pngjs": "3.4.0",
    "browserify": "16.2.0", < REVIEW
    "uglify-js": "3.3.21", < REVIEW
    "postcss": "6.0.21",
    "rtlcss": "2.2.1",
    "cssnano": "4.1.10",
    "less": "2.7.3",  < REVIEW
    "semantic-ui-less": "2.2.14", < REVIEW
    "applicationinsights-js": "^1.0.20",
    "mocha": "5.1.0",
    "chai": "^3.5.0",
    "karma": "4.4.1",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "3.1.0", < REVIEW
    "karma-mocha": "1.3.0",
    "puppeteer": "^2.0.0", < REVIEW
    "dompurify": "2.0.8",
    "sanitize-html": "1.22.0"
  },```

jfo8000 avatar Feb 12 '21 01:02 jfo8000