-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "wordpress_theme",
"version": "0.0.1",
"description": "Simple example of webpack + hmr + browsersync + php (wordpress) ",
"main": "_start.js",
"scripts": {
"start": "node _start.js",
"build": "babel-node _build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bionikspoon/webpack-hmr-wordpress.git"
},
"author": "Manu Phatak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bionikspoon/webpack-hmr-wordpress/issues"
},
"homepage": "https://github.com/bionikspoon/webpack-hmr-wordpress#readme",
"dependencies": {
"malarkey": "1.3.3"
},
"devDependencies": {
"babel-core": "6.7.6",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-plugin-transform-async-to-generator": "6.7.4",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.6.0",
"browser-sync": "2.11.2",
"bs-html-injector": "3.0.1",
"css-loader": "0.23.1",
"eslint": "2.7.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.3.0",
"extract-text-webpack-plugin": "1.0.1",
"fs-extra": "0.26.7",
"fs-promise": "0.5.0",
"glob": "7.0.3",
"node-sass": "3.4.2",
"npm-install-webpack-plugin": "3.0.0",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"webpack": "1.12.14",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0",
"write-file-webpack-plugin": "3.1.8"
}
}