UNPKG

2.19 kBJSONView Raw
1{
2 "name": "legoflow-engine",
3 "version": "3.0.0-beta.4",
4 "description": "",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/legox/legoflow-engine.git"
11 },
12 "author": "legox.org",
13 "license": "MIT",
14 "bugs": {
15 "url": "https://github.com/legox/legoflow-engine/issues"
16 },
17 "homepage": "https://github.com/legox/legoflow-engine#readme",
18 "bin": {
19 "lf-engine": "./bin/cli.js"
20 },
21 "dependencies": {
22 "@babel/core": "^7.9.0",
23 "@babel/plugin-proposal-class-properties": "^7.8.3",
24 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
25 "@babel/plugin-proposal-optional-chaining": "^7.9.0",
26 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
27 "@babel/plugin-transform-runtime": "^7.9.0",
28 "@babel/preset-env": "^7.9.5",
29 "@babel/runtime-corejs2": "^7.9.2",
30 "babel-loader": "^8.1.0",
31 "babel-plugin-syntax-jsx": "^6.18.0",
32 "cac": "^6.5.8",
33 "case-sensitive-paths-webpack-plugin": "^2.3.0",
34 "chalk": "^4.0.0",
35 "clean-webpack-plugin": "^3.0.0",
36 "copy-webpack-plugin": "^5.1.1",
37 "css-loader": "^3.5.2",
38 "cssnano": "^4.1.10",
39 "dayjs": "^1.8.25",
40 "del": "^5.1.0",
41 "fast-glob": "^3.2.2",
42 "file-loader": "^6.0.0",
43 "find-free-port": "^2.0.0",
44 "friendly-errors-webpack-plugin": "^1.7.0",
45 "html-loader": "^0.5.5",
46 "html-webpack-plugin": "^3.2.0",
47 "html-webpack-tags-plugin": "^2.0.13",
48 "image-webpack-loader": "^6.0.0",
49 "ip": "^1.1.5",
50 "mini-css-extract-plugin": "^0.9.0",
51 "node-sass": "^4.13.1",
52 "optimize-css-assets-webpack-plugin": "^5.0.3",
53 "ora": "^4.0.4",
54 "postcss-loader": "^3.0.0",
55 "postcss-preset-env": "^6.7.0",
56 "sass-loader": "^8.0.2",
57 "sass-resources-loader": "^2.0.3",
58 "style-loader": "^1.1.4",
59 "terser-webpack-plugin": "^2.3.5",
60 "thread-loader": "^2.1.2",
61 "ts-loader": "^7.0.1",
62 "typescript": "^3.8.3",
63 "uglifyjs-webpack-plugin": "^2.1.3",
64 "url-loader": "^4.1.0",
65 "v8-compile-cache": "^2.1.0",
66 "webpack": "^4.43.0",
67 "webpack-chain": "^6.4.0",
68 "webpack-dev-server": "^3.10.3"
69 }
70}