UNPKG

3.61 kBJSONView Raw
1{
2 "name": "fusion-cli",
3 "version": "2.4.0",
4 "description": "CLI",
5 "repository": {
6 "directory": "fusion-cli",
7 "type": "git",
8 "url": "https://github.com/fusionjs/fusionjs"
9 },
10 "bin": {
11 "fusion": "bin/cli.js"
12 },
13 "scripts": {
14 "lint": "eslint .",
15 "test": "git clean -Xfd test/fixtures && jest --maxWorkers 1",
16 "build": "echo ok",
17 "flow": "flow check"
18 },
19 "dependencies": {
20 "@babel/core": "^7.5.4",
21 "@babel/plugin-syntax-dynamic-import": "7.2.0",
22 "@babel/plugin-transform-flow-strip-types": "^7.4.4",
23 "@babel/preset-env": "^7.5.4",
24 "@babel/preset-react": "^7.0.0",
25 "@gfx/zopfli": "^1.0.10",
26 "@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
27 "babel-core": "^7.0.0-bridge.0",
28 "babel-jest": "^24.8.0",
29 "babel-plugin-dynamic-import-node": "^2.2.0",
30 "babel-plugin-transform-cup-globals": "^1.0.1",
31 "babel-plugin-transform-prune-unused-imports": "^1.0.0",
32 "babel-plugin-transform-styletron-display-name": "^1.1.0",
33 "bundle-analyzer": "^0.0.6",
34 "case-sensitive-paths-webpack-plugin": "^2.1.2",
35 "chalk": "^2.4.2",
36 "compression-webpack-plugin": "^2.0.0",
37 "core-js": "^3.0.0",
38 "enzyme-adapter-react-16": "^1.12.1",
39 "enzyme-to-json": "^3.3.4",
40 "get-port": "^5.0.0",
41 "graphql-tag": "^2.10.1",
42 "http-proxy": "^1.17.0",
43 "iltorb": "^2.4.1",
44 "imagemin": "^6.0.0",
45 "imagemin-svgo": "^7.0.0",
46 "istanbul-api": "2.1.6",
47 "istanbul-lib-coverage": "^2.0.1",
48 "jest": "^24.8.0",
49 "jest-environment-jsdom-global": "^1.2.0",
50 "jest-worker": "^24.6.0",
51 "just-snake-case": "^1.1.0",
52 "koa-mount": "^4.0.0",
53 "koa-static": "^5.0.0",
54 "loader-utils": "^1.1.0",
55 "make-dir": "^1.3.0",
56 "memory-fs": "^0.4.1",
57 "progress-bar-webpack-plugin": "^1.11.0",
58 "react-dev-utils": "^6.1.1",
59 "regenerator-runtime": "^0.13.2",
60 "request": "^2.88.0",
61 "resolve-from": "^4.0.0",
62 "rimraf": "^2.6.2",
63 "sade": "^1.6.0",
64 "source-map-support": "^0.5.9",
65 "terser-webpack-plugin": "^1.1.0",
66 "webpack": "4.26.1",
67 "webpack-hot-middleware": "^2.24.3",
68 "winston": "^3.1.0"
69 },
70 "devDependencies": {
71 "babel-eslint": "^10.0.1",
72 "chrome-remote-interface": "^0.27.0",
73 "enzyme": "^3.9.0",
74 "eslint": "^6.0.1",
75 "eslint-config-fusion": "6.0.3",
76 "eslint-plugin-cup": "^2.0.1",
77 "eslint-plugin-flowtype": "^3.11.1",
78 "eslint-plugin-import": "^2.18.0",
79 "eslint-plugin-jest": "^22.7.2",
80 "eslint-plugin-prettier": "^3.0.1",
81 "eslint-plugin-react": "^7.14.2",
82 "eslint-plugin-react-hooks": "^1.6.1",
83 "flow-bin": "^0.102.0",
84 "fusion-core": "2.0.5",
85 "fusion-plugin-i18n": "2.3.1",
86 "fusion-plugin-i18n-react": "3.0.4",
87 "fusion-plugin-react-router": "2.0.7",
88 "fusion-plugin-universal-events": "2.0.6",
89 "fusion-react": "3.1.4",
90 "fusion-test-utils": "2.0.5",
91 "fusion-tokens": "2.0.5",
92 "globby": "^8.0.1",
93 "graphql": "14.4.2",
94 "locale": "^0.1.0",
95 "prettier": "^1.18.2",
96 "puppeteer": "^1.15.0",
97 "react": "^16.8.6",
98 "react-dom": "^16.8.6",
99 "react-test-renderer": "^16.8.6",
100 "request-promise": "^4.2.4",
101 "tape": "^4.10.1",
102 "ws": "^7.1.1",
103 "unfetch": "^4.1.0"
104 },
105 "peerDependencies": {
106 "fusion-core": "2.0.5",
107 "fusion-tokens": "2.0.5",
108 "graphql": "^14.1.1"
109 },
110 "peerDependenciesMeta": {
111 "graphql": {
112 "optional": true
113 }
114 },
115 "engines": {
116 "node": ">=8.9.0 <11",
117 "npm": ">=5.0.0",
118 "yarn": ">=1.0.0"
119 },
120 "license": "MIT",
121 "homepage": "https://fusionjs.com/api/fusion-cli"
122}