This commit is contained in:
erwanlr
2019-02-10 09:44:17 +00:00
parent 9146609e4a
commit e341ec7c60
18 changed files with 3628 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "wpaffiliatedisclosure",
"version": "1.1.3",
"scripts": {
"start": "cross-env webpack --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"susy": "^2.2.12",
"webpack": "^3.10.0"
}
}