-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.51 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.51 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
{
"name": "wp-hrm-bsync",
"version": "1.0.2",
"description": "Example of a Wordpress Theme developing workflow with webpack, hmr and browsersync.",
"engines": {
"node": ">=8.0.0"
},
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js",
"start": "node ./scripts/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tadejstanic/wp-hrm-webpack.git"
},
"author": "Tadej Stanic",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "7.1.3",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.5",
"bs-html-injector": "^3.0.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.28.10",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"filehound": "^1.12.4",
"fs-extra": "^5.0.0",
"postcss": "6.0.19",
"postcss-cssnext": "3.1.0",
"postcss-import": "11.1.0",
"postcss-loader": "2.1.1",
"style-loader": "0.20.2",
"webpack": "4.1.0",
"webpack-dev-middleware": "3.0.0",
"webpack-hot-middleware": "^2.14.0",
"write-file-webpack-plugin": "4.2.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.3.5",
"autoprefixer": "^8.6.2",
"babel-runtime": "^6.20.0",
"expose-loader": "^0.7.5",
"flexslider": "^2.7.0",
"jquery": "^3.3.1",
"jquery-powertip": "^1.3.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack-merge": "^4.1.2"
}
}