-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.07 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
{
"name": "b-press",
"version": "2.3.0",
"description": "Theme based for development in wordpress",
"main": "index.php",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giojavi04/b-press.git"
},
"keywords": [
"theme",
"base",
"development",
"wordpress"
],
"author": "Javier Montalvo",
"license": "MIT",
"bugs": {
"url": "https://github.com/giojavi04/b-press/issues"
},
"homepage": "https://github.com/giojavi04/b-press#readme",
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"chokidar": "^1.7.0",
"clean-css": "^4.1.3",
"concatenate": "0.0.2",
"css-loader": "^0.28.3",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-extra": "^3.0.1",
"foundation-sites": "^6.*",
"glob": "^7.1.2",
"html-loader": "^0.4.5",
"img-loader": "^2.0.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.5",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"uglifyjs-webpack-plugin": "^0.4.3",
"uglify-js": "^2.8.28",
"vue-loader": "^12.1.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0",
"webpack-notifier": "^1.5.0",
"yargs": "^8.0.1"
},
"devDependencies": {
"cross-env": "^5.0.1",
"laravel-mix": "^0.12.1",
"ava": "^0.19.1",
"mock-fs": "^4.3.0",
"mock-require": "^2.0.2",
"nyc": "^10.3.2",
"sinon": "^2.3.2"
}
}