UNPKG

2.83 kBJSONView Raw
1{
2 "name": "fusion-cli",
3 "description": "CLI",
4 "version": "2.17.1",
5 "bin": {
6 "fusion": "bin/cli.js"
7 },
8 "dependencies": {
9 "@babel/code-frame": "^7.10.4",
10 "@babel/core": "^7.8.4",
11 "@babel/plugin-syntax-dynamic-import": "7.2.0",
12 "@babel/plugin-transform-flow-strip-types": "^7.8.3",
13 "@babel/preset-env": "^7.8.4",
14 "@babel/preset-react": "^7.8.3",
15 "@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
16 "ansi-to-html": "^0.6.14",
17 "babel-core": "^7.0.0-bridge.0",
18 "babel-jest": "^25.1.0",
19 "babel-plugin-dynamic-import-node": "^2.2.0",
20 "babel-plugin-transform-cup-globals": "^1.0.1",
21 "babel-plugin-transform-prune-unused-imports": "^1.0.0",
22 "babel-plugin-transform-styletron-display-name": "^1.1.0",
23 "bundle-analyzer": "^0.0.6",
24 "chalk": "^2.4.2",
25 "compression-webpack-plugin": "^7.1.2",
26 "core-js": "^3.3.0",
27 "enhanced-resolve": "5.0.0-beta.4",
28 "enzyme-adapter-react-16": "^1.15.2",
29 "enzyme-to-json": "^3.3.4",
30 "get-port": "^5.1.1",
31 "graphql-tag": "^2.10.1",
32 "http-proxy": "^1.17.0",
33 "istanbul-api": "2.1.6",
34 "istanbul-lib-coverage": "^2.0.1",
35 "jest": "^25.1.0",
36 "jest-environment-jsdom-global": "^1.2.0",
37 "jest-worker": "^24.6.0",
38 "just-snake-case": "^1.1.0",
39 "koa-mount": "^4.0.0",
40 "koa-static": "^5.0.0",
41 "loader-utils": "^2.0.0",
42 "make-dir": "^1.3.0",
43 "memory-fs": "^0.4.1",
44 "node-libs-browser": "^2.2.1",
45 "progress-bar-webpack-plugin": "^2.1.0",
46 "react-dev-utils": "^6.1.1",
47 "regenerator-runtime": "^0.13.2",
48 "request": "^2.88.0",
49 "rimraf": "^3.0.1",
50 "sade": "^1.6.0",
51 "source-map-support": "^0.5.9",
52 "svgo": "^2.3.0",
53 "terser-webpack-plugin": "^5.1.1",
54 "webpack": "^5.33.2",
55 "webpack-hot-middleware": "^2.25.0",
56 "winston": "^3.2.1",
57 "yaml-loader": "0.6.0"
58 },
59 "devDependencies": {
60 "@babel/plugin-proposal-class-properties": "^7.12.1",
61 "eslint": "^6.8.0",
62 "eslint-config-fusion": "6.2.3",
63 "flow-bin": "^0.109.0",
64 "fusion-core": "2.3.0",
65 "request-promise": "^4.2.4"
66 },
67 "engines": {
68 "node": ">=8.9.4",
69 "npm": ">=5.0.0",
70 "yarn": ">=1.0.0"
71 },
72 "files": [
73 "bin",
74 "build",
75 "commands",
76 "entries",
77 "get-compilation-metadata.js",
78 "lib",
79 "plugins",
80 "serverless.js",
81 "sw.js"
82 ],
83 "homepage": "https://fusionjs.com/api/fusion-cli",
84 "license": "MIT",
85 "peerDependencies": {
86 "fusion-core": "2.3.0",
87 "graphql": "*",
88 "react": "*",
89 "react-dom": "*"
90 },
91 "repository": {
92 "directory": "fusion-cli",
93 "type": "git",
94 "url": "https://github.com/fusionjs/fusionjs"
95 },
96 "scripts": {
97 "build": "echo ok",
98 "flow": "flow",
99 "lint": "eslint .",
100 "test": "git clean -Xfd test/e2e && jest --maxWorkers 1"
101 }
102}