forked from fusionjs/fusion-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "fusion-cli",
"version": "1.8.5",
"description": "CLI",
"repository": "fusionjs/fusion-cli",
"bin": {
"fusion": "bin/cli.js"
},
"scripts": {
"lint": "eslint .",
"test": "git clean -Xfd test/fixtures && node test/index.js"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.55",
"@babel/plugin-proposal-async-generator-functions": "7.0.0-beta.55",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.55",
"@babel/plugin-syntax-jsx": "7.0.0-beta.55",
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.55",
"@babel/plugin-transform-react-jsx": "7.0.0-beta.55",
"@babel/preset-env": "7.0.0-beta.55",
"@babel/preset-flow": "7.0.0-beta.55",
"@babel/preset-react": "7.0.0-beta.55",
"@babel/template": "7.0.0-beta.55",
"@gfx/zopfli": "^1.0.8",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-cup-globals": "^1.0.1",
"bundle-analyzer": "^0.0.6",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"clear-module": "^3.0.0",
"compression-webpack-plugin": "^1.1.11",
"core-js": "^2.5.7",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"fast-async": "^6.3.7",
"fusion-plugin-universal-events": "^1.0.5",
"get-port": "^4.0.0",
"globby": "^8.0.1",
"http-proxy": "^1.17.0",
"iltorb": "^2.3.2",
"imagemin": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"istanbul-api": "^2.0.0",
"istanbul-lib-coverage": "^1.2.0",
"jest": "^23.4.2",
"jest-environment-jsdom-global": "^1.1.0",
"json-loader": "^0.5.7",
"just-snake-case": "^1.0.0",
"koa-mount": "^3.0.0",
"koa-static": "^5.0.0",
"loader-utils": "^1.1.0",
"memory-fs": "^0.4.1",
"mime": "^2.3.1",
"multi-entry-loader": "^1.1.2",
"path-is-absolute": "^1.0.1",
"progress-bar-webpack-plugin": "^1.11.0",
"range-parser": "^1.2.0",
"react-dev-utils": "^5.0.1",
"redbox-react": "^1.6.0",
"request": "^2.87.0",
"resolve-from": "^4.0.0",
"rimraf": "^2.6.2",
"sade": "^1.4.1",
"source-map-support": "^0.5.6",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.3",
"webpack-hot-middleware": "^2.22.3",
"webpack-sources": "^1.1.0",
"winston": "^3.0.0"
},
"devDependencies": {
"@babel/preset-flow": "7.0.0-beta.55",
"babel-eslint": "8.2.6",
"chrome-remote-interface": "^0.26.0",
"enzyme": "3.3.0",
"eslint": "5.2.0",
"eslint-config-fusion": "^4.0.0",
"eslint-plugin-cup": "2.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "^7.10.0",
"flow-bin": "0.77.0",
"fusion-core": "^1.5.0-beta.0",
"fusion-plugin-i18n-react": "^1.0.4",
"fusion-plugin-react-router": "^1.1.3",
"fusion-react": "^1.1.0",
"fusion-test-utils": "^1.2.2",
"fusion-tokens": "^1.0.4",
"prettier": "1.14.0",
"puppeteer": "^1.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"request-promise": "4.2.2",
"strip-indent": "2.0.0",
"tape": "4.9.1"
},
"peerDependencies": {
"enzyme": "^3.3.0",
"fusion-core": "^1.5.0-beta.0",
"fusion-tokens": "^1.0.4"
},
"engines": {
"node": ">= 8.9.0"
},
"license": "MIT"
}