HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "testimonials-slider-block",
"version": "1.0.0",
"scripts": {
"start": "cross-env BABEL_ENV=default MODE=development webpack --watch",
"build": "cross-env BABEL_ENV=default MODE=production webpack"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^1.3.0",
"autoprefixer": "^9.1.1",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"classnames": "^2.2.5",
"cross-env": "^5.1.4",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"node-sass": "^4.8.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}