forked from fusionjs/fusion-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.34 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.34 KB
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
{
"name": "fusion-cli",
"version": "0.2.3",
"description": "CLI",
"repository": "fusionjs/fusion-cli",
"bin": {
"fusion": "bin/cli.js"
},
"scripts": {
"lint": "eslint .",
"test": "node test/index.js"
},
"dependencies": {
"@nadiia/file-loader": "^1.0.0-beta.5",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-generator-functions": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-cup-globals": "^1.0.0-rc.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-flow": "^6.23.0",
"babel-preset-jest": "^21.2.0",
"babel-preset-react": "^6.23.0",
"browser-unhandled-rejection": "^1.0.1",
"case-sensitive-paths-webpack-plugin": "^1.1.4",
"chalk": "^1.1.3",
"compose-middleware": "3.0.0",
"compression-webpack-plugin": "^0.4.0",
"core-js": "^2.5.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.3.0",
"es6-object-assign": "^1.1.0",
"express": "^4.15.2",
"fast-async": "^6.3.0",
"get-port": "^3.0.0",
"gzip-size": "^3.0.0",
"iltorb": "^1.3.1",
"imagemin": "^5.3.1",
"imagemin-svgo": "^5.2.2",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"just-snake-case": "^1.0.0",
"koa": "^2.3.0",
"koa-mount": "^3.0.0",
"koa-static": "^4.0.1",
"koa-webpack-hot-middleware": "^1.0.3",
"lighthouse": "^2.1.0",
"memory-fs": "^0.4.1",
"mime": "^1.3.4",
"mime-db": "^1.26.0",
"multi-entry-loader": "^1.1.2",
"node-zopfli": "^2.0.2",
"nyc": "^11.3.0",
"path-is-absolute": "^1.0.1",
"progress-bar-webpack-plugin": "^1.10.0",
"range-parser": "^1.2.0",
"react-dev-utils": "^4.2.1",
"react-hot-loader": "^3.0.0-beta.6",
"request": "^2.81.0",
"resolve-from": "^3.0.0",
"rimraf": "2.6.2",
"source-map-explorer": "^1.3.3",
"source-map-support": "^0.4.10",
"ua-parser-js": "^0.7.17",
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
"unitest": "^2.1.0",
"uuid": "^3.1.0",
"webpack": "^3.0.0",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.15.0",
"webpack-node-externals": "^1.5.4",
"webpack-sources": "^1.0.1",
"winston": "^2.3.1",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.2.0",
"eslint-config-fusion": "^0.1.2",
"eslint-plugin-cup": "^1.0.0-rc.4",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.59.0",
"fusion-core": "^0.1.8",
"fusion-test-utils": "0.2.4",
"globby": "^6.1.0",
"prettier": "1.4.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"request-promise": "^4.2.1",
"strip-indent": "^2.0.0",
"tape": "^4.7.0"
},
"peerDependencies": {
"fusion-core": "^0.1.8"
},
"engines": {
"node": ">= 8.9.0"
},
"license": "MIT"
}