UNPKG

flamingo-carotene-dev-server

Version:

Provide the functionality to add file watchers for developing projects with the Flamingo Carotene tooling

39 lines (38 loc) 1.27 kB
{ "name": "flamingo-carotene-dev-server", "version": "9.0.0-alpha.13", "description": "Provide the functionality to add file watchers for developing projects with the Flamingo Carotene tooling", "author": "team-frontend <team-frontend@aoe.com>", "license": "OSL-3.0", "repository": "https://github.com/i-love-flamingo/flamingo-carotene/tree/master/modules/flamingo-carotene-dev-server", "keywords": [ "flamingo-carotene", "flamingo", "carotene", "om3" ], "scripts": { "build": "rm -rf ./dist & mkdir dist & npx rollup -c", "test": "echo \"No tests present\"", "link": "npm link", "unlink": "npm unlink" }, "dependencies": { "@babel/cli": "7.22.15", "@babel/core": "7.22.20", "@babel/plugin-transform-class-properties": "7.22.5", "@babel/plugin-transform-modules-commonjs": "7.22.15", "@babel/preset-env": "7.22.20", "@rollup/plugin-babel": "6.0.3", "@rollup/plugin-node-resolve": "15.2.1", "ansi-to-html": "0.7.2", "babel-plugin-import-glob": "2.0.0", "chokidar": "3.5.3", "debounce": "1.2.1", "rollup": "3.29.2", "rollup-plugin-sass": "1.12.20", "socket.io": "4.7.2", "socket.io-client": "4.7.2" }, "gitHead": "525073a8589c8d04fec95dddd7d751d5d6c05fa4" }