-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.44 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.44 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
{
"name": "flipbox-examples",
"version": "0.0.2",
"scripts": {
"lerna": "lerna",
"eh": "webpack --config webpack.config.js",
"build": "webpack --config configs/basic/mediator.js",
"pixi": "webpack --config configs/compat/mediator.js",
"pixiw": "webpack --config configs/pixi/webpack.config.js",
"karma": "karma start --conf /Users/james/code/ds/back/webpack-env-builder/src/middleware/testing/karma.config.js",
"nwb": "nwb test --c /Users/james/code/ds/back/webpack-env-builder/src/middleware/testing/nwb.config.js"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.3.2",
"babel-loader-builder": "0.1.3",
"babel-plugin-inferno": "^1.9.0",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-async-to-generator": "6.22.0",
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-jsx": "6.23.0",
"babel-plugin-transform-regenerator": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-webpack-aliases": "^1.0.3",
"babel-polyfill": "6.23.0",
"babel-preset-babili": "0.0.10",
"babel-preset-env": "^1.2.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2015-webpack2": "^1.0.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.22.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.15",
"enzyme": "^2.7.1",
"eslint": "^3.16.1",
"eslint-config-aretecode": "^1.0.3",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-typescript": "^0.1.0",
"flipbox": "*",
"fuse-box": "*",
"html-webpack-plugin": "^2.28.0",
"inferno": "1.2.2",
"inferno-compat": "1.2.2",
"inferno-component": "1.2.2",
"inferno-create-class": "1.2.2",
"inferno-router": "1.2.2",
"inferno-server": "1.2.2",
"inferno-transition-group": "^1.1.1",
"karma": "^1.5.0",
"karma-cli": "^1.0.1",
"karma-jsdom-launcher": "^5.0.0",
"karma-mocha-reporter": "^2.2.2",
"karma-notify-reporter": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-verbose-reporter": "0.0.5",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"npm-run": "^4.1.0",
"nwb": "^0.15.6",
"pixi.js": "^4.3.5",
"react": "15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-component-decorators": "^1.1.0",
"react-dom": "15.4.2",
"react-hint": "^1.3.1",
"react-hot-loader": "3.0.0-beta.0",
"react-keydown": "1.6.5",
"react-motion": "0.4.7",
"react-router": "3.0.2",
"react-router-transition": "0.0.6",
"redux-bus": "^0.1.5",
"string-replace-webpack-plugin": "0.0.5",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-chain": "^2.0.0",
"webpack-dev-middleware": "1.10.0",
"webpack-dev-server": "1.16.3",
"webpack-hot-middleware": "2.17.0",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"lerna": "2.0.0-beta.38"
}
}