legoflow-engine
Version:
69 lines (68 loc) • 2.13 kB
JSON
{
"name": "legoflow-engine",
"version": "3.0.0-beta.7",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legox/legoflow-engine.git"
},
"author": "legox.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/legox/legoflow-engine/issues"
},
"homepage": "https://github.com/legox/legoflow-engine#readme",
"bin": {
"lf-engine": "./bin/cli.js"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime-corejs2": "^7.9.2",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"cac": "^6.5.8",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"cssnano": "^4.1.10",
"dayjs": "^1.8.25",
"del": "^5.1.0",
"fast-glob": "^3.2.2",
"file-loader": "^6.0.0",
"find-free-port": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.13",
"image-webpack-loader": "^6.0.0",
"ip": "^1.1.5",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.22.10",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.4",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4",
"terser-webpack-plugin": "^2.3.5",
"thread-loader": "^2.1.2",
"ts-loader": "^7.0.1",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^4.1.0",
"v8-compile-cache": "^2.1.0",
"webpack": "^4.43.0",
"webpack-chain": "^6.4.0",
"webpack-dev-server": "^3.10.3"
}
}